提交 6fcb4599 编写于 作者: P P.Y. Laligand 提交者: GitHub

Move //dart to //third_party/dart. (#4245)

上级 e50693b1
......@@ -16,7 +16,7 @@ group("flutter") {
if (current_toolchain == host_toolchain) {
public_deps += [
"$flutter_root/frontend_server",
"//dart:create_sdk",
"//third_party/dart:create_sdk",
]
}
}
......
......@@ -118,7 +118,7 @@ allowed_hosts = [
]
deps = {
'src': 'https://github.com/flutter/buildroot.git' + '@' + '2e3dfc25ff0fd0b444cfcf400c08c827a263a36b',
'src': 'https://github.com/flutter/buildroot.git' + '@' + 'd9dc9e87c97d4d98342e27482d29403136954114',
# Fuchsia compatibility
#
......@@ -130,7 +130,7 @@ deps = {
Var('fuchsia_git') + '/garnet' + '@' + '73eeb0583e7967016ad7386a90353bf6937488b9',
'src/topaz/lib/tonic':
Var('fuchsia_git') + '/tonic' + '@' + '38c5b3b7f5968be3c5ef89a14797365adbed25e1',
Var('fuchsia_git') + '/tonic' + '@' + '1facca9652dc97facd64e18217a6175c4236e354',
'src/third_party/benchmark':
Var('fuchsia_git') + '/third_party/benchmark' + '@' + '296537bc48d380adf21567c5d736ab79f5363d22',
......@@ -161,7 +161,7 @@ deps = {
'src/third_party/icu':
Var('chromium_git') + '/chromium/deps/icu.git' + '@' + '08cb956852a5ccdba7f9c941728bb833529ba3c6',
'src/dart':
'src/third_party/dart':
Var('dart_git') + '/sdk.git' + '@' + Var('dart_revision'),
'src/third_party/boringssl':
......@@ -170,187 +170,187 @@ deps = {
'src/third_party/boringssl/src':
'https://boringssl.googlesource.com/boringssl.git' + '@' + Var('dart_boringssl_rev'),
'src/dart/third_party/observatory_pub_packages':
'src/third_party/dart/third_party/observatory_pub_packages':
Var('chromium_git') + '/external/github.com/dart-lang/observatory_pub_packages' + '@' + Var('dart_observatory_pub_packages_rev'),
'src/dart/third_party/pkg/oauth2':
'src/third_party/dart/third_party/pkg/oauth2':
Var('chromium_git') + '/external/github.com/dart-lang/oauth2' + '@' + Var('dart_oauth2_tag'),
'src/dart/third_party/pkg/args':
'src/third_party/dart/third_party/pkg/args':
Var('chromium_git') + '/external/github.com/dart-lang/args' + '@' + Var('dart_args_tag'),
'src/dart/third_party/pkg/async':
'src/third_party/dart/third_party/pkg/async':
Var('chromium_git') + '/external/github.com/dart-lang/async' + '@' + Var('dart_async_tag'),
'src/dart/third_party/pkg/barback':
'src/third_party/dart/third_party/pkg/barback':
Var('chromium_git') + '/external/github.com/dart-lang/barback' + '@' + Var('dart_barback_tag'),
'src/dart/third_party/pkg/bazel_worker':
'src/third_party/dart/third_party/pkg/bazel_worker':
Var('chromium_git') + '/external/github.com/dart-lang/bazel_worker' + '@' + Var('dart_bazel_worker_tag'),
'src/dart/third_party/pkg/boolean_selector':
'src/third_party/dart/third_party/pkg/boolean_selector':
Var('chromium_git') + '/external/github.com/dart-lang/boolean_selector' + '@' + Var('dart_boolean_selector_tag'),
'src/dart/third_party/pkg/charcode':
'src/third_party/dart/third_party/pkg/charcode':
Var('chromium_git') + '/external/github.com/dart-lang/charcode' + '@' + Var('dart_charcode_tag'),
'src/dart/third_party/pkg/cli_util':
'src/third_party/dart/third_party/pkg/cli_util':
Var('chromium_git') + '/external/github.com/dart-lang/cli_util' + '@' + Var('dart_cli_util_tag'),
'src/dart/third_party/pkg/collection':
'src/third_party/dart/third_party/pkg/collection':
Var('chromium_git') + '/external/github.com/dart-lang/collection' + '@' + Var('dart_collection_tag'),
'src/dart/third_party/pkg/convert':
'src/third_party/dart/third_party/pkg/convert':
Var('chromium_git') + '/external/github.com/dart-lang/convert' + '@' + Var('dart_convert_tag'),
'src/dart/third_party/pkg/crypto':
'src/third_party/dart/third_party/pkg/crypto':
Var('chromium_git') + '/external/github.com/dart-lang/crypto' + '@' + Var('dart_crypto_tag'),
'src/dart/third_party/pkg/csslib':
'src/third_party/dart/third_party/pkg/csslib':
Var('chromium_git') + '/external/github.com/dart-lang/csslib' + '@' + Var('dart_csslib_tag'),
'src/dart/third_party/pkg/dart2js_info':
'src/third_party/dart/third_party/pkg/dart2js_info':
Var('chromium_git') + '/external/github.com/dart-lang/dart2js_info' + '@' + Var('dart_dart2js_info_tag'),
'src/dart/third_party/pkg/dartdoc':
'src/third_party/dart/third_party/pkg/dartdoc':
Var('chromium_git') + '/external/github.com/dart-lang/dartdoc' + '@' + Var('dart_dartdoc_tag'),
'src/dart/third_party/pkg/isolate':
'src/third_party/dart/third_party/pkg/isolate':
Var('chromium_git') + '/external/github.com/dart-lang/isolate' + '@' + Var('dart_isolate_tag'),
'src/dart/third_party/pkg/json_rpc_2':
'src/third_party/dart/third_party/pkg/json_rpc_2':
Var('chromium_git') + '/external/github.com/dart-lang/json_rpc_2' + '@' + Var('dart_json_rpc_2_tag'),
'src/dart/third_party/pkg/intl':
'src/third_party/dart/third_party/pkg/intl':
Var('chromium_git') + '/external/github.com/dart-lang/intl' + '@' + Var('dart_intl_tag'),
'src/dart/third_party/pkg/fixnum':
'src/third_party/dart/third_party/pkg/fixnum':
Var('chromium_git') + '/external/github.com/dart-lang/fixnum' + '@' + Var('dart_fixnum_tag'),
'src/dart/third_party/pkg/glob':
'src/third_party/dart/third_party/pkg/glob':
Var('chromium_git') + '/external/github.com/dart-lang/glob' + '@' + Var('dart_glob_tag'),
'src/dart/third_party/pkg/html':
'src/third_party/dart/third_party/pkg/html':
Var('chromium_git') + '/external/github.com/dart-lang/html' + '@' + Var('dart_html_tag'),
'src/dart/third_party/pkg/http':
'src/third_party/dart/third_party/pkg/http':
Var('chromium_git') + '/external/github.com/dart-lang/http' + '@' + Var('dart_http_tag'),
'src/dart/third_party/pkg/http_parser':
'src/third_party/dart/third_party/pkg/http_parser':
Var('chromium_git') + '/external/github.com/dart-lang/http_parser' + '@' + Var('dart_http_parser_tag'),
'src/dart/third_party/pkg/http_throttle':
'src/third_party/dart/third_party/pkg/http_throttle':
Var('chromium_git') + '/external/github.com/dart-lang/http_throttle' + '@' + Var('dart_http_throttle_tag'),
'src/dart/third_party/pkg/http_multi_server':
'src/third_party/dart/third_party/pkg/http_multi_server':
Var('chromium_git') + '/external/github.com/dart-lang/http_multi_server' + '@' + Var('dart_http_multi_server_tag'),
'src/dart/third_party/pkg/logging':
'src/third_party/dart/third_party/pkg/logging':
Var('chromium_git') + '/external/github.com/dart-lang/logging' + '@' + Var('dart_logging_tag'),
'src/dart/third_party/pkg/linter':
'src/third_party/dart/third_party/pkg/linter':
Var('chromium_git') + '/external/github.com/dart-lang/linter' + '@' + Var('dart_linter_tag'),
'src/dart/third_party/pkg/markdown':
'src/third_party/dart/third_party/pkg/markdown':
Var('chromium_git') + '/external/github.com/dart-lang/markdown' + '@' + Var('dart_markdown_tag'),
'src/dart/third_party/pkg/matcher':
'src/third_party/dart/third_party/pkg/matcher':
Var('chromium_git') + '/external/github.com/dart-lang/matcher' + '@' + Var('dart_matcher_tag'),
'src/dart/third_party/pkg/mime':
'src/third_party/dart/third_party/pkg/mime':
Var('chromium_git') + '/external/github.com/dart-lang/mime' + '@' + Var('dart_mime_rev'),
'src/dart/third_party/pkg/mockito':
'src/third_party/dart/third_party/pkg/mockito':
Var('chromium_git') + '/external/github.com/dart-lang/mockito' + '@' + Var('dart_mockito_tag'),
'src/dart/third_party/pkg/mustache4dart':
'src/third_party/dart/third_party/pkg/mustache4dart':
Var('chromium_git') + '/external/github.com/valotas/mustache4dart' + '@' + Var('dart_mustache4dart_tag'),
'src/dart/third_party/pkg_tested/package_config':
'src/third_party/dart/third_party/pkg_tested/package_config':
Var('chromium_git') + '/external/github.com/dart-lang/package_config' + '@' + Var('dart_package_config_tag'),
'src/dart/third_party/pkg_tested/package_resolver':
'src/third_party/dart/third_party/pkg_tested/package_resolver':
Var('chromium_git') + '/external/github.com/dart-lang/package_resolver' + '@' + Var('dart_package_resolver_tag'),
'src/dart/third_party/pkg/path':
'src/third_party/dart/third_party/pkg/path':
Var('chromium_git') + '/external/github.com/dart-lang/path' + '@' + Var('dart_path_tag'),
'src/dart/third_party/pkg/pool':
'src/third_party/dart/third_party/pkg/pool':
Var('chromium_git') + '/external/github.com/dart-lang/pool' + '@' + Var('dart_pool_tag'),
'src/dart/third_party/pkg/plugin':
'src/third_party/dart/third_party/pkg/plugin':
Var('chromium_git') + '/external/github.com/dart-lang/plugin' + '@' + Var('dart_plugin_tag'),
'src/dart/third_party/pkg/protobuf':
'src/third_party/dart/third_party/pkg/protobuf':
Var('chromium_git') + '/external/github.com/dart-lang/protobuf' + '@' + Var('dart_protobuf_tag'),
'src/dart/third_party/pkg/pub_semver':
'src/third_party/dart/third_party/pkg/pub_semver':
Var('chromium_git') + '/external/github.com/dart-lang/pub_semver' + '@' + Var('dart_pub_semver_tag'),
'src/dart/third_party/pkg/pub':
'src/third_party/dart/third_party/pkg/pub':
Var('chromium_git') + '/external/github.com/dart-lang/pub' + '@' + Var('dart_pub_rev'),
'src/dart/third_party/pkg/quiver':
'src/third_party/dart/third_party/pkg/quiver':
Var('chromium_git') + '/external/github.com/google/quiver-dart' + '@' + Var('dart_quiver_tag'),
'src/dart/third_party/pkg/resource':
'src/third_party/dart/third_party/pkg/resource':
Var('chromium_git') + '/external/github.com/dart-lang/resource' + '@' + Var('dart_resource_rev'),
'src/dart/third_party/pkg/shelf':
'src/third_party/dart/third_party/pkg/shelf':
Var('chromium_git') + '/external/github.com/dart-lang/shelf' + '@' + Var('dart_shelf_tag'),
'src/dart/third_party/pkg/shelf_packages_handler':
'src/third_party/dart/third_party/pkg/shelf_packages_handler':
Var('chromium_git') + '/external/github.com/dart-lang/shelf_packages_handler' + '@' + Var('dart_shelf_packages_handler_tag'),
'src/dart/third_party/pkg/shelf_static':
'src/third_party/dart/third_party/pkg/shelf_static':
Var('chromium_git') + '/external/github.com/dart-lang/shelf_static' + '@' + Var('dart_shelf_static_tag'),
'src/dart/third_party/pkg/shelf_web_socket':
'src/third_party/dart/third_party/pkg/shelf_web_socket':
Var('chromium_git') + '/external/github.com/dart-lang/shelf_web_socket' + '@' + Var('dart_shelf_web_socket_tag'),
'src/dart/third_party/pkg/source_span':
'src/third_party/dart/third_party/pkg/source_span':
Var('chromium_git') + '/external/github.com/dart-lang/source_span' + '@' + Var('dart_source_span_tag'),
'src/dart/third_party/pkg/source_map_stack_trace':
'src/third_party/dart/third_party/pkg/source_map_stack_trace':
Var('chromium_git') + '/external/github.com/dart-lang/source_map_stack_trace' + '@' + Var('dart_source_map_stack_trace_tag'),
'src/dart/third_party/pkg/source_maps':
'src/third_party/dart/third_party/pkg/source_maps':
Var('chromium_git') + '/external/github.com/dart-lang/source_maps' + '@' + Var('dart_source_maps_tag'),
'src/dart/third_party/pkg/string_scanner':
'src/third_party/dart/third_party/pkg/string_scanner':
Var('chromium_git') + '/external/github.com/dart-lang/string_scanner' + '@' + Var('dart_string_scanner_tag'),
'src/dart/third_party/pkg/stream_channel':
'src/third_party/dart/third_party/pkg/stream_channel':
Var('chromium_git') + '/external/github.com/dart-lang/stream_channel' + '@' + Var('dart_stream_channel_tag'),
'src/dart/third_party/pkg/stack_trace':
'src/third_party/dart/third_party/pkg/stack_trace':
Var('chromium_git') + '/external/github.com/dart-lang/stack_trace' + '@' + Var('dart_stack_trace_tag'),
'src/dart/third_party/pkg_tested/dart_style':
'src/third_party/dart/third_party/pkg_tested/dart_style':
Var('chromium_git') + '/external/github.com/dart-lang/dart_style' + '@' + Var('dart_dart_style_tag'),
'src/dart/third_party/pkg/typed_data':
'src/third_party/dart/third_party/pkg/typed_data':
Var('chromium_git') + '/external/github.com/dart-lang/typed_data' + '@' + Var('dart_typed_data_tag'),
'src/dart/third_party/pkg/test':
'src/third_party/dart/third_party/pkg/test':
Var('chromium_git') + '/external/github.com/dart-lang/test' + '@' + Var('dart_test_tag'),
'src/dart/third_party/pkg/tuple':
'src/third_party/dart/third_party/pkg/tuple':
Var('chromium_git') + '/external/github.com/dart-lang/tuple' + '@' + Var('dart_tuple_tag'),
'src/dart/third_party/pkg/utf':
'src/third_party/dart/third_party/pkg/utf':
Var('chromium_git') + '/external/github.com/dart-lang/utf' + '@' + Var('dart_utf_tag'),
'src/dart/third_party/pkg/usage':
'src/third_party/dart/third_party/pkg/usage':
Var('chromium_git') + '/external/github.com/dart-lang/usage' + '@' + Var('dart_usage_tag'),
'src/dart/third_party/pkg/watcher':
'src/third_party/dart/third_party/pkg/watcher':
Var('chromium_git') + '/external/github.com/dart-lang/watcher' + '@' + Var('dart_watcher_tag'),
'src/dart/third_party/pkg/web_socket_channel':
'src/third_party/dart/third_party/pkg/web_socket_channel':
Var('chromium_git') + '/external/github.com/dart-lang/web_socket_channel' + '@' + Var('dart_web_socket_channel_tag'),
'src/dart/third_party/pkg/yaml':
'src/third_party/dart/third_party/pkg/yaml':
Var('chromium_git') + '/external/github.com/dart-lang/yaml' + '@' + Var('dart_yaml_tag'),
'src/third_party/root_certificates':
......@@ -451,7 +451,7 @@ hooks = [
"--platform=win32",
"--extract",
"-s",
"src/dart/third_party/7zip.tar.gz.sha1",
"src/third_party/dart/third_party/7zip.tar.gz.sha1",
],
},
]
......@@ -14,7 +14,7 @@ declare_args() {
flutter_app_default_is_jit = true
}
gen_snapshot_label = "//dart/runtime/bin:gen_snapshot($host_toolchain)"
gen_snapshot_label = "//third_party/dart/runtime/bin:gen_snapshot($host_toolchain)"
gen_snapshot_dir = get_label_info(gen_snapshot_label, "root_out_dir")
gen_snapshot = "$gen_snapshot_dir/gen_snapshot"
......@@ -225,7 +225,7 @@ template("flutter_aot_app") {
main_dart,
"$flutter_root/runtime/dart_vm_entry_points.txt",
"$flutter_root/runtime/dart_vm_entry_points_fuchsia.txt",
"//dart/runtime/bin/dart_io_entries.txt",
"//third_party/dart/runtime/bin/dart_io_entries.txt",
]
outputs = [
......@@ -264,7 +264,7 @@ template("flutter_aot_app") {
"--entry-points-manifest",
rebase_path("$flutter_root/runtime/dart_vm_entry_points_fuchsia.txt"),
"--entry-points-manifest",
rebase_path("//dart/runtime/bin/dart_io_entries.txt"),
rebase_path("//third_party/dart/runtime/bin/dart_io_entries.txt"),
"--main-dart",
rebase_path(main_dart),
......
......@@ -44,8 +44,8 @@ template("flutter_content_handler") {
]
deps = [
"//dart/runtime/bin:libdart_builtin",
"//dart/runtime/platform:libdart_platform",
"//third_party/dart/runtime/bin:libdart_builtin",
"//third_party/dart/runtime/platform:libdart_platform",
"$flutter_root/assets",
"$flutter_root/common",
"$flutter_root/flow",
......@@ -88,10 +88,10 @@ template("flutter_content_handler") {
flutter_content_handler("content_handler") {
output_name = "flutter_runner"
extra_deps = [ "//dart/runtime:libdart_jit" ]
extra_deps = [ "//third_party/dart/runtime:libdart_jit" ]
}
flutter_content_handler("aot_content_handler") {
output_name = "flutter_aot_runner"
extra_deps = [ "//dart/runtime:libdart_precompiled_runtime" ]
extra_deps = [ "//third_party/dart/runtime:libdart_precompiled_runtime" ]
}
......@@ -7,7 +7,6 @@
#include <thread>
#include <utility>
#include "dart/runtime/include/dart_tools_api.h"
#include "flutter/common/settings.h"
#include "flutter/common/threads.h"
#include "flutter/sky/engine/platform/fonts/fuchsia/FontCacheFuchsia.h"
......@@ -15,6 +14,7 @@
#include "lib/fxl/macros.h"
#include "lib/fxl/tasks/task_runner.h"
#include "lib/icu_data/cpp/icu_data.h"
#include "third_party/dart/runtime/include/dart_tools_api.h"
namespace flutter_runner {
namespace {
......
......@@ -9,7 +9,6 @@
#include <fdio/namespace.h>
#include "dart/runtime/include/dart_api.h"
#include "lib/app/fidl/application_controller.fidl.h"
#include "lib/app/fidl/application_runner.fidl.h"
#include "lib/app/fidl/service_provider.fidl.h"
......@@ -19,6 +18,7 @@
#include "lib/fxl/synchronization/waitable_event.h"
#include "lib/svc/cpp/service_provider_bridge.h"
#include "lib/ui/views/fidl/view_provider.fidl.h"
#include "third_party/dart/runtime/include/dart_api.h"
namespace flutter_runner {
class App;
......
......@@ -10,7 +10,6 @@
#include <utility>
#include "dart-pkg/zircon/sdk_ext/handle.h"
#include "dart/runtime/include/dart_api.h"
#include "flutter/assets/zip_asset_store.h"
#include "flutter/common/threads.h"
#include "flutter/content_handler/accessibility_bridge.h"
......@@ -28,6 +27,7 @@
#include "lib/fxl/logging.h"
#include "lib/fxl/time/time_delta.h"
#include "lib/zip/create_unzipper.h"
#include "third_party/dart/runtime/include/dart_api.h"
#include "third_party/rapidjson/rapidjson/document.h"
#include "third_party/rapidjson/rapidjson/stringbuffer.h"
#include "third_party/rapidjson/rapidjson/writer.h"
......
......@@ -5,8 +5,8 @@
#ifndef FLUTTER_CONTENT_HANDLER_SERVICE_PROTOCOL_HOOKS_H_
#define FLUTTER_CONTENT_HANDLER_SERVICE_PROTOCOL_HOOKS_H_
#include "dart/runtime/include/dart_tools_api.h"
#include "lib/fxl/synchronization/waitable_event.h"
#include "third_party/dart/runtime/include/dart_tools_api.h"
namespace flutter_runner {
......
......@@ -99,7 +99,7 @@ executable("flow_unittests") {
deps = [
":flow",
"//dart/runtime:libdart_jit", # for tracing
"//third_party/dart/runtime:libdart_jit", # for tracing
"$flutter_root/testing",
"//third_party/skia",
]
......
......@@ -24,7 +24,7 @@ source_set("fml") {
]
deps = [
"//dart/runtime:dart_api",
"//third_party/dart/runtime:dart_api",
"//garnet/public/lib/fxl",
# These need to be in sync with the Fuchsia buildroot.
......@@ -114,7 +114,7 @@ executable("fml_unittests") {
]
deps = [
"//dart/runtime:libdart_jit",
"//third_party/dart/runtime:libdart_jit",
"$flutter_root/fml",
"$flutter_root/testing",
"//garnet/public/lib/fxl",
......
......@@ -4,7 +4,7 @@
#include "flutter/fml/trace_event.h"
#include "dart/runtime/include/dart_tools_api.h"
#include "third_party/dart/runtime/include/dart_tools_api.h"
namespace fml {
namespace tracing {
......
# Generated by pub on 2017-08-22 07:05:11.485224.
analyzer:../../dart/pkg/analyzer/lib/
args:../../dart/third_party/pkg/args/lib/
async:../../dart/third_party/pkg/async/lib/
barback:../../dart/third_party/pkg/barback/lib/
boolean_selector:../../dart/third_party/pkg/boolean_selector/lib/
charcode:../../dart/third_party/pkg/charcode/lib/
cli_util:../../dart/third_party/pkg/cli_util/lib/
collection:../../dart/third_party/pkg/collection/lib/
convert:../../dart/third_party/pkg/convert/lib/
crypto:../../dart/third_party/pkg/crypto/lib/
csslib:../../dart/third_party/pkg/csslib/lib/
front_end:../../dart/pkg/front_end/lib/
glob:../../dart/third_party/pkg/glob/lib/
html:../../dart/third_party/pkg/html/lib/
http:../../dart/third_party/pkg/http/lib/
http_multi_server:../../dart/third_party/pkg/http_multi_server/lib/
http_parser:../../dart/third_party/pkg/http_parser/lib/
isolate:../../dart/third_party/pkg/isolate/lib/
kernel:../../dart/pkg/kernel/lib/
logging:../../dart/third_party/pkg/logging/lib/
matcher:../../dart/third_party/pkg/matcher/lib/
meta:../../dart/pkg/meta/lib/
mime:../../dart/third_party/pkg/mime/lib/
mockito:../../dart/third_party/pkg/mockito/lib/
package_config:../../dart/third_party/pkg_tested/package_config/lib/
package_resolver:../../dart/third_party/pkg_tested/package_resolver/lib/
path:../../dart/third_party/pkg/path/lib/
plugin:../../dart/third_party/pkg/plugin/lib/
pool:../../dart/third_party/pkg/pool/lib/
pub_semver:../../dart/third_party/pkg/pub_semver/lib/
quiver:../../dart/third_party/pkg/quiver/lib/
shelf:../../dart/third_party/pkg/shelf/lib/
shelf_packages_handler:../../dart/third_party/pkg/shelf_packages_handler/lib/
shelf_static:../../dart/third_party/pkg/shelf_static/lib/
shelf_web_socket:../../dart/third_party/pkg/shelf_web_socket/lib/
source_map_stack_trace:../../dart/third_party/pkg/source_map_stack_trace/lib/
source_maps:../../dart/third_party/pkg/source_maps/lib/
source_span:../../dart/third_party/pkg/source_span/lib/
stack_trace:../../dart/third_party/pkg/stack_trace/lib/
stream_channel:../../dart/third_party/pkg/stream_channel/lib/
string_scanner:../../dart/third_party/pkg/string_scanner/lib/
test:../../dart/third_party/pkg/test/lib/
typed_data:../../dart/third_party/pkg/typed_data/lib/
usage:../../dart/third_party/pkg/usage/lib/
utf:../../dart/third_party/pkg/utf/lib/
watcher:../../dart/third_party/pkg/watcher/lib/
web_socket_channel:../../dart/third_party/pkg/web_socket_channel/lib/
analyzer:../../third_party/dart/pkg/analyzer/lib/
args:../../third_party/dart/third_party/pkg/args/lib/
async:../../third_party/dart/third_party/pkg/async/lib/
barback:../../third_party/dart/third_party/pkg/barback/lib/
boolean_selector:../../third_party/dart/third_party/pkg/boolean_selector/lib/
charcode:../../third_party/dart/third_party/pkg/charcode/lib/
cli_util:../../third_party/dart/third_party/pkg/cli_util/lib/
collection:../../third_party/dart/third_party/pkg/collection/lib/
convert:../../third_party/dart/third_party/pkg/convert/lib/
crypto:../../third_party/dart/third_party/pkg/crypto/lib/
csslib:../../third_party/dart/third_party/pkg/csslib/lib/
front_end:../../third_party/dart/pkg/front_end/lib/
glob:../../third_party/dart/third_party/pkg/glob/lib/
html:../../third_party/dart/third_party/pkg/html/lib/
http:../../third_party/dart/third_party/pkg/http/lib/
http_multi_server:../../third_party/dart/third_party/pkg/http_multi_server/lib/
http_parser:../../third_party/dart/third_party/pkg/http_parser/lib/
isolate:../../third_party/dart/third_party/pkg/isolate/lib/
kernel:../../third_party/dart/pkg/kernel/lib/
logging:../../third_party/dart/third_party/pkg/logging/lib/
matcher:../../third_party/dart/third_party/pkg/matcher/lib/
meta:../../third_party/dart/pkg/meta/lib/
mime:../../third_party/dart/third_party/pkg/mime/lib/
mockito:../../third_party/dart/third_party/pkg/mockito/lib/
package_config:../../third_party/dart/third_party/pkg_tested/package_config/lib/
package_resolver:../../third_party/dart/third_party/pkg_tested/package_resolver/lib/
path:../../third_party/dart/third_party/pkg/path/lib/
plugin:../../third_party/dart/third_party/pkg/plugin/lib/
pool:../../third_party/dart/third_party/pkg/pool/lib/
pub_semver:../../third_party/dart/third_party/pkg/pub_semver/lib/
quiver:../../third_party/dart/third_party/pkg/quiver/lib/
shelf:../../third_party/dart/third_party/pkg/shelf/lib/
shelf_packages_handler:../../third_party/dart/third_party/pkg/shelf_packages_handler/lib/
shelf_static:../../third_party/dart/third_party/pkg/shelf_static/lib/
shelf_web_socket:../../third_party/dart/third_party/pkg/shelf_web_socket/lib/
source_map_stack_trace:../../third_party/dart/third_party/pkg/source_map_stack_trace/lib/
source_maps:../../third_party/dart/third_party/pkg/source_maps/lib/
source_span:../../third_party/dart/third_party/pkg/source_span/lib/
stack_trace:../../third_party/dart/third_party/pkg/stack_trace/lib/
stream_channel:../../third_party/dart/third_party/pkg/stream_channel/lib/
string_scanner:../../third_party/dart/third_party/pkg/string_scanner/lib/
test:../../third_party/dart/third_party/pkg/test/lib/
typed_data:../../third_party/dart/third_party/pkg/typed_data/lib/
usage:../../third_party/dart/third_party/pkg/usage/lib/
utf:../../third_party/dart/third_party/pkg/utf/lib/
watcher:../../third_party/dart/third_party/pkg/watcher/lib/
web_socket_channel:../../third_party/dart/third_party/pkg/web_socket_channel/lib/
when:../../third_party/pkg/when/lib/
yaml:../../dart/third_party/pkg/yaml/lib/
yaml:../../third_party/dart/third_party/pkg/yaml/lib/
frontend_server:lib/
......@@ -2,14 +2,14 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//dart/utils/application_snapshot.gni")
import("//third_party/dart/utils/application_snapshot.gni")
application_snapshot("frontend_server") {
main_dart = "bin/starter.dart"
dot_packages = rebase_path(".packages")
training_args = [ "--train" ]
frontend_server_files = exec_script("//dart/tools/list_dart_files.py",
frontend_server_files = exec_script("//third_party/dart/tools/list_dart_files.py",
[ "absolute", rebase_path("."), ], "list lines")
inputs = frontend_server_files
......
......@@ -59,101 +59,101 @@ dev_dependencies:
dependency_overrides:
args:
path: ../../dart/third_party/pkg/args
path: ../../third_party/dart/third_party/pkg/args
async:
path: ../../dart/third_party/pkg/async
path: ../../third_party/dart/third_party/pkg/async
charcode:
path: ../../dart/third_party/pkg/charcode
path: ../../third_party/dart/third_party/pkg/charcode
collection:
path: ../../dart/third_party/pkg/collection
path: ../../third_party/dart/third_party/pkg/collection
convert:
path: ../../dart/third_party/pkg/convert
path: ../../third_party/dart/third_party/pkg/convert
crypto:
path: ../../dart/third_party/pkg/crypto
path: ../../third_party/dart/third_party/pkg/crypto
front_end:
path: ../../dart/pkg/front_end/
path: ../../third_party/dart/pkg/front_end/
kernel:
path: ../../dart/pkg/kernel/
path: ../../third_party/dart/pkg/kernel/
logging:
path: ../../dart/third_party/pkg/logging
path: ../../third_party/dart/third_party/pkg/logging
meta:
path: ../../dart/pkg/meta
path: ../../third_party/dart/pkg/meta
quiver:
path: ../../dart/third_party/pkg/quiver
path: ../../third_party/dart/third_party/pkg/quiver
package_config:
path: ../../dart/third_party/pkg_tested/package_config
path: ../../third_party/dart/third_party/pkg_tested/package_config
path:
path: ../../dart/third_party/pkg/path
path: ../../third_party/dart/third_party/pkg/path
source_span:
path: ../../dart/third_party/pkg/source_span
path: ../../third_party/dart/third_party/pkg/source_span
typed_data:
path: ../../dart/third_party/pkg/typed_data
path: ../../third_party/dart/third_party/pkg/typed_data
usage:
path: ../../dart/third_party/pkg/usage
path: ../../third_party/dart/third_party/pkg/usage
analyzer:
path: ../../dart/pkg/analyzer
path: ../../third_party/dart/pkg/analyzer
barback:
path: ../../dart/third_party/pkg/barback
path: ../../third_party/dart/third_party/pkg/barback
boolean_selector:
path: ../../dart/third_party/pkg/boolean_selector
path: ../../third_party/dart/third_party/pkg/boolean_selector
cli_util:
path: ../../dart/third_party/pkg/cli_util
path: ../../third_party/dart/third_party/pkg/cli_util
csslib:
path: ../../dart/third_party/pkg/csslib
path: ../../third_party/dart/third_party/pkg/csslib
glob:
path: ../../dart/third_party/pkg/glob
path: ../../third_party/dart/third_party/pkg/glob
html:
path: ../../dart/third_party/pkg/html
path: ../../third_party/dart/third_party/pkg/html
http:
path: ../../dart/third_party/pkg/http
path: ../../third_party/dart/third_party/pkg/http
http_multi_server:
path: ../../dart/third_party/pkg/http_multi_server
path: ../../third_party/dart/third_party/pkg/http_multi_server
http_parser:
path: ../../dart/third_party/pkg/http_parser
path: ../../third_party/dart/third_party/pkg/http_parser
isolate:
path: ../../dart/third_party/pkg/isolate
path: ../../third_party/dart/third_party/pkg/isolate
matcher:
path: ../../dart/third_party/pkg/matcher
path: ../../third_party/dart/third_party/pkg/matcher
mime:
path: ../../dart/third_party/pkg/mime
path: ../../third_party/dart/third_party/pkg/mime
mockito:
path: ../../dart/third_party/pkg/mockito
path: ../../third_party/dart/third_party/pkg/mockito
package_resolver:
path: ../../dart/third_party/pkg_tested/package_resolver
path: ../../third_party/dart/third_party/pkg_tested/package_resolver
plugin:
path: ../../dart/third_party/pkg/plugin
path: ../../third_party/dart/third_party/pkg/plugin
pool:
path: ../../dart/third_party/pkg/pool
path: ../../third_party/dart/third_party/pkg/pool
pub_semver:
path: ../../dart/third_party/pkg/pub_semver
path: ../../third_party/dart/third_party/pkg/pub_semver
shelf:
path: ../../dart/third_party/pkg/shelf
path: ../../third_party/dart/third_party/pkg/shelf
shelf_packages_handler:
path: ../../dart/third_party/pkg/shelf_packages_handler
path: ../../third_party/dart/third_party/pkg/shelf_packages_handler
shelf_static:
path: ../../dart/third_party/pkg/shelf_static
path: ../../third_party/dart/third_party/pkg/shelf_static
shelf_web_socket:
path: ../../dart/third_party/pkg/shelf_web_socket
path: ../../third_party/dart/third_party/pkg/shelf_web_socket
source_map_stack_trace:
path: ../../dart/third_party/pkg/source_map_stack_trace
path: ../../third_party/dart/third_party/pkg/source_map_stack_trace
source_maps:
path: ../../dart/third_party/pkg/source_maps
path: ../../third_party/dart/third_party/pkg/source_maps
stack_trace:
path: ../../dart/third_party/pkg/stack_trace
path: ../../third_party/dart/third_party/pkg/stack_trace
stream_channel:
path: ../../dart/third_party/pkg/stream_channel
path: ../../third_party/dart/third_party/pkg/stream_channel
string_scanner:
path: ../../dart/third_party/pkg/string_scanner
path: ../../third_party/dart/third_party/pkg/string_scanner
test:
path: ../../dart/third_party/pkg/test
path: ../../third_party/dart/third_party/pkg/test
utf:
path: ../../dart/third_party/pkg/utf
path: ../../third_party/dart/third_party/pkg/utf
watcher:
path: ../../dart/third_party/pkg/watcher
path: ../../third_party/dart/third_party/pkg/watcher
web_socket_channel:
path: ../../dart/third_party/pkg/web_socket_channel
path: ../../third_party/dart/third_party/pkg/web_socket_channel
when:
path: ../../third_party/pkg/when
yaml:
path: ../../dart/third_party/pkg/yaml
\ No newline at end of file
path: ../../third_party/dart/third_party/pkg/yaml
......@@ -9,14 +9,14 @@ source_set("io") {
]
deps = [
"//dart/runtime:dart_api",
"//dart/runtime/bin:embedded_dart_io",
"//third_party/dart/runtime:dart_api",
"//third_party/dart/runtime/bin:embedded_dart_io",
"//garnet/public/lib/fxl",
"//topaz/lib/tonic/converter",
]
configs += [
"//dart/runtime:dart_config",
"//third_party/dart/runtime:dart_config",
]
public_configs = [
......
......@@ -4,10 +4,10 @@
#include "flutter/lib/io/dart_io.h"
#include "dart/runtime/bin/crypto.h"
#include "dart/runtime/bin/io_natives.h"
#include "dart/runtime/include/dart_api.h"
#include "lib/tonic/converter/dart_converter.h"
#include "third_party/dart/runtime/bin/crypto.h"
#include "third_party/dart/runtime/bin/io_natives.h"
#include "third_party/dart/runtime/include/dart_api.h"
using tonic::ToDart;
......
......@@ -4,19 +4,19 @@
import("$flutter_root/lib/ui/dart_ui.gni")
import("//dart/runtime/bin/io_sources.gni")
import("//dart/runtime/lib/async_sources.gni")
import("//dart/runtime/lib/collection_sources.gni")
import("//dart/runtime/lib/convert_sources.gni")
import("//dart/runtime/lib/core_sources.gni")
import("//dart/runtime/lib/developer_sources.gni")
import("//dart/runtime/lib/internal_sources.gni")
import("//dart/runtime/lib/isolate_sources.gni")
import("//dart/runtime/lib/math_sources.gni")
import("//dart/runtime/lib/mirrors_sources.gni")
import("//dart/runtime/lib/typed_data_sources.gni")
import("//dart/utils/generate_patch_sdk.gni")
import("//third_party/dart/runtime/bin/io_sources.gni")
import("//third_party/dart/runtime/lib/async_sources.gni")
import("//third_party/dart/runtime/lib/collection_sources.gni")
import("//third_party/dart/runtime/lib/convert_sources.gni")
import("//third_party/dart/runtime/lib/core_sources.gni")
import("//third_party/dart/runtime/lib/developer_sources.gni")
import("//third_party/dart/runtime/lib/internal_sources.gni")
import("//third_party/dart/runtime/lib/isolate_sources.gni")
import("//third_party/dart/runtime/lib/math_sources.gni")
import("//third_party/dart/runtime/lib/mirrors_sources.gni")
import("//third_party/dart/runtime/lib/typed_data_sources.gni")
import("//third_party/dart/utils/generate_patch_sdk.gni")
if (is_fuchsia) {
import("//topaz/public/lib/ui/flutter/sdk_ext/sdk_ext.gni")
......@@ -86,12 +86,12 @@ action("generate_snapshot_bin") {
deps = [
":generate_dart_ui",
"//dart/runtime/bin:gen_snapshot($dart_host_toolchain)",
"//third_party/dart/runtime/bin:gen_snapshot($dart_host_toolchain)",
]
depfile = "$target_gen_dir/core_snapshot.d"
inputs = [
"//dart/runtime/tools/create_snapshot_bin.py",
"//third_party/dart/runtime/tools/create_snapshot_bin.py",
snapshot_dart,
] + dart_ui_files
if (is_fuchsia) {
......@@ -114,9 +114,9 @@ action("generate_snapshot_bin") {
rebased_dart_ui_path = rebase_path(dart_ui_path)
gen_snapshot_dir =
get_label_info("//dart/runtime/bin:gen_snapshot($dart_host_toolchain)",
get_label_info("//third_party/dart/runtime/bin:gen_snapshot($dart_host_toolchain)",
"root_out_dir")
script = "//dart/runtime/tools/create_snapshot_bin.py"
script = "//third_party/dart/runtime/tools/create_snapshot_bin.py"
args = [
"--executable",
......@@ -184,7 +184,7 @@ template("bin_to_assembly") {
action(target_name) {
deps = invoker.deps
script = "//dart/runtime/tools/bin_to_assembly.py"
script = "//third_party/dart/runtime/tools/bin_to_assembly.py"
args = [
"--input",
rebase_path(invoker.input),
......@@ -293,7 +293,7 @@ template("concatenate_patch") {
libsources = invoker.libsources
inputs = []
output = invoker.output
script = "//dart/runtime/tools/concatenate_patches.py"
script = "//third_party/dart/runtime/tools/concatenate_patches.py"
args = [
"--output",
rebase_path(output, root_build_dir),
......@@ -322,7 +322,7 @@ template("generate_vm_patched_sdk") {
# libraries.
generate_patched_sdk(target_name) {
mode = "flutter"
deps = concatenation_target_names + ["//dart/runtime/vm:kernel_platform_files"]
deps = concatenation_target_names + ["//third_party/dart/runtime/vm:kernel_platform_files"]
input_patches_dir = "$target_gen_dir/patches"
patched_sdk_dir = "flutter_patched_sdk"
outputs = [
......@@ -336,63 +336,63 @@ generate_vm_patched_sdk("flutter_patched_sdk") {
[
"async",
async_runtime_sources,
"//dart/runtime/lib",
"//third_party/dart/runtime/lib",
],
[
"collection",
collection_runtime_sources,
"//dart/runtime/lib",
"//third_party/dart/runtime/lib",
],
[
"convert",
convert_runtime_sources,
"//dart/runtime/lib",
"//third_party/dart/runtime/lib",
],
[
"core",
core_runtime_sources,
"//dart/runtime/lib",
"//third_party/dart/runtime/lib",
],
[
"developer",
developer_runtime_sources,
"//dart/runtime/lib",
"//third_party/dart/runtime/lib",
],
[
"internal",
internal_runtime_sources,
"//dart/runtime/lib",
"//third_party/dart/runtime/lib",
],
[
"io",
io_runtime_sources,
"//dart/runtime/bin",
"//third_party/dart/runtime/bin",
],
[
"isolate",
isolate_runtime_sources,
"//dart/runtime/lib",
"//third_party/dart/runtime/lib",
],
[
"math",
math_runtime_sources,
"//dart/runtime/lib",
"//third_party/dart/runtime/lib",
],
[
"mirrors",
mirrors_runtime_sources,
"//dart/runtime/lib",
"//third_party/dart/runtime/lib",
],
[
"typed_data",
typed_data_runtime_sources,
"//dart/runtime/lib",
"//third_party/dart/runtime/lib",
],
]
}
action("compile_platform") {
script = "//dart/tools/compile_platform.py"
script = "//third_party/dart/tools/compile_platform.py"
sources = [
"$root_out_dir/flutter_patched_sdk/lib/libraries.json",
......
......@@ -90,7 +90,7 @@ source_set("ui") {
]
deps = [
"//dart/runtime/bin:embedded_dart_io",
"//third_party/dart/runtime/bin:embedded_dart_io",
"$flutter_root/assets",
"$flutter_root/common",
"$flutter_root/flow",
......
......@@ -8,9 +8,6 @@
#include <stdlib.h>
#include <string.h>
#include "dart/runtime/bin/embedded_dart_io.h"
#include "dart/runtime/include/dart_api.h"
#include "dart/runtime/include/dart_tools_api.h"
#include "flutter/common/settings.h"
#include "lib/fxl/build_config.h"
#include "lib/fxl/logging.h"
......@@ -22,6 +19,9 @@
#include "lib/tonic/logging/dart_invoke.h"
#include "lib/tonic/scopes/dart_api_scope.h"
#include "lib/tonic/scopes/dart_isolate_scope.h"
#include "third_party/dart/runtime/bin/embedded_dart_io.h"
#include "third_party/dart/runtime/include/dart_api.h"
#include "third_party/dart/runtime/include/dart_tools_api.h"
#if defined(OS_ANDROID)
#include <android/log.h>
......
......@@ -5,9 +5,9 @@
#ifndef FLUTTER_LIB_UI_DART_RUNTIME_HOOKS_H_
#define FLUTTER_LIB_UI_DART_RUNTIME_HOOKS_H_
#include "dart/runtime/include/dart_api.h"
#include "lib/fxl/macros.h"
#include "lib/tonic/dart_library_natives.h"
#include "third_party/dart/runtime/include/dart_api.h"
namespace blink {
......
......@@ -5,8 +5,8 @@
#ifndef FLUTTER_LIB_UI_PAINTING_RRECT_H_
#define FLUTTER_LIB_UI_PAINTING_RRECT_H_
#include "dart/runtime/include/dart_api.h"
#include "lib/tonic/converter/dart_converter.h"
#include "third_party/dart/runtime/include/dart_api.h"
#include "third_party/skia/include/core/SkRRect.h"
namespace blink {
......
......@@ -5,9 +5,9 @@
#ifndef FLUTTER_LIB_UI_TEXT_TEXT_BOX_H_
#define FLUTTER_LIB_UI_TEXT_TEXT_BOX_H_
#include "dart/runtime/include/dart_api.h"
#include "flutter/sky/engine/platform/text/TextBox.h"
#include "lib/tonic/converter/dart_converter.h"
#include "third_party/dart/runtime/include/dart_api.h"
namespace tonic {
......
......@@ -7,11 +7,11 @@
#include <utility>
#include "dart/runtime/include/dart_api.h"
#include "flutter/sky/engine/wtf/RefPtr.h"
#include "lib/fxl/build_config.h"
#include "lib/tonic/dart_persistent_value.h"
#include "lib/tonic/dart_state.h"
#include "third_party/dart/runtime/include/dart_api.h"
namespace blink {
class FontSelector;
......
......@@ -2,11 +2,11 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//dart/runtime/bin/vmservice/vmservice_sources.gni")
import("//third_party/dart/runtime/bin/vmservice/vmservice_sources.gni")
import("$flutter_root/common/config.gni")
action("gen_embedded_resources_cc") {
script = "//dart/runtime/tools/create_resources.py"
script = "//third_party/dart/runtime/tools/create_resources.py"
output_file = "$target_gen_dir/embedded_resources.cc"
outputs = [
output_file,
......@@ -14,7 +14,7 @@ action("gen_embedded_resources_cc") {
inputs = rebase_path(vmservice_sources,
"",
"//dart/runtime/bin/vmservice")
"//third_party/dart/runtime/bin/vmservice")
args = [
"--output",
......@@ -26,7 +26,7 @@ action("gen_embedded_resources_cc") {
"--table_name",
"flutter_embedded_service_isolate",
"--root_prefix",
rebase_path("//dart/runtime/bin/"),
rebase_path("//third_party/dart/runtime/bin/"),
] + rebase_path(inputs)
}
......@@ -92,8 +92,8 @@ source_set("runtime") {
deps = [
":embedded_resources_cc",
":test_font",
"//dart/runtime:dart_api",
"//dart/runtime/bin:embedded_dart_io",
"//third_party/dart/runtime:dart_api",
"//third_party/dart/runtime/bin:embedded_dart_io",
"$flutter_root/assets",
"$flutter_root/common",
"$flutter_root/flow",
......
......@@ -6,7 +6,6 @@
#include <utility>
#include "dart/runtime/include/dart_tools_api.h"
#include "flutter/common/settings.h"
#include "flutter/common/threads.h"
#include "flutter/glue/trace_event.h"
......@@ -27,6 +26,7 @@
#include "lib/tonic/logging/dart_invoke.h"
#include "lib/tonic/scopes/dart_api_scope.h"
#include "lib/tonic/scopes/dart_isolate_scope.h"
#include "third_party/dart/runtime/include/dart_tools_api.h"
using tonic::LogIfError;
using tonic::ToDart;
......
......@@ -8,9 +8,9 @@
#include <memory>
#include <vector>
#include "dart/runtime/include/dart_api.h"
#include "lib/fxl/macros.h"
#include "lib/tonic/logging/dart_error.h"
#include "third_party/dart/runtime/include/dart_api.h"
namespace blink {
class UIDartState;
......
......@@ -14,8 +14,6 @@
#include <utility>
#include <vector>
#include "dart/runtime/bin/embedded_dart_io.h"
#include "dart/runtime/include/dart_mirrors_api.h"
#include "flutter/assets/unzipper_provider.h"
#include "flutter/assets/zip_asset_store.h"
#include "flutter/common/settings.h"
......@@ -42,6 +40,8 @@
#include "lib/tonic/scopes/dart_api_scope.h"
#include "lib/tonic/scopes/dart_isolate_scope.h"
#include "lib/tonic/typed_data/uint8_list.h"
#include "third_party/dart/runtime/bin/embedded_dart_io.h"
#include "third_party/dart/runtime/include/dart_mirrors_api.h"
using tonic::DartClassProvider;
using tonic::LogIfError;
......@@ -53,8 +53,9 @@ namespace observatory {
#if FLUTTER_RUNTIME_MODE != FLUTTER_RUNTIME_MODE_RELEASE
// These two symbols are defined in |observatory_archive.cc| which is generated
// by the |//dart/runtime/observatory:archive_observatory| rule. Both of these
// symbols will be part of the data segment and therefore are read only.
// by the |//third_party/dart/runtime/observatory:archive_observatory| rule.
// Both of these symbols will be part of the data segment and therefore are read
// only.
extern unsigned int observatory_assets_archive_len;
extern const uint8_t* observatory_assets_archive;
......
......@@ -5,9 +5,9 @@
#ifndef FLUTTER_RUNTIME_DART_INIT_H_
#define FLUTTER_RUNTIME_DART_INIT_H_
#include "dart/runtime/include/dart_api.h"
#include "lib/fxl/build_config.h"
#include "lib/fxl/functional/closure.h"
#include "third_party/dart/runtime/include/dart_api.h"
#include <memory>
#include <string>
......
......@@ -6,12 +6,12 @@
#include <string.h>
#include "dart/runtime/include/dart_api.h"
#include "flutter/runtime/embedder_resources.h"
#include "lib/fxl/logging.h"
#include "lib/tonic/converter/dart_converter.h"
#include "lib/tonic/dart_library_natives.h"
#include "lib/tonic/logging/dart_error.h"
#include "third_party/dart/runtime/include/dart_api.h"
#define RETURN_ERROR_HANDLE(handle) \
if (Dart_IsError(handle)) { \
......
......@@ -7,7 +7,7 @@
#include <string>
#include "dart/runtime/include/dart_api.h"
#include "third_party/dart/runtime/include/dart_api.h"
namespace blink {
......
......@@ -8,10 +8,10 @@
#include <memory>
#include <vector>
#include "dart/runtime/include/dart_api.h"
#include "flutter/flow/layers/layer_tree.h"
#include "flutter/lib/ui/semantics/semantics_node.h"
#include "flutter/lib/ui/window/platform_message.h"
#include "third_party/dart/runtime/include/dart_api.h"
namespace blink {
......
......@@ -14,7 +14,7 @@
# List datadeps
template("dart_embedder_resources") {
action(target_name) {
script = "//dart/runtime/tools/create_resources.py"
script = "//third_party/dart/runtime/tools/create_resources.py"
deps = []
if (defined(invoker.deps)) {
deps += invoker.deps
......@@ -101,8 +101,8 @@ source_set("common") {
deps = [
":generate_embedder_diagnostic_server_resources_cc",
"//dart/runtime:dart_api",
"//dart/runtime/platform:libdart_platform",
"//third_party/dart/runtime:dart_api",
"//third_party/dart/runtime/platform:libdart_platform",
"$flutter_root/assets",
"$flutter_root/common",
"$flutter_root/flow",
......
......@@ -4,10 +4,10 @@
#include "flutter/shell/common/animator.h"
#include "dart/runtime/include/dart_tools_api.h"
#include "flutter/common/threads.h"
#include "flutter/fml/trace_event.h"
#include "lib/fxl/time/stopwatch.h"
#include "third_party/dart/runtime/include/dart_tools_api.h"
namespace shell {
......
......@@ -4,8 +4,6 @@
#include "flutter/shell/common/diagnostic/diagnostic_server.h"
#include "dart/runtime/include/dart_api.h"
#include "dart/runtime/include/dart_native_api.h"
#include "flutter/common/threads.h"
#include "flutter/flow/compositor_context.h"
#include "flutter/runtime/embedder_resources.h"
......@@ -17,6 +15,8 @@
#include "lib/tonic/dart_binding_macros.h"
#include "lib/tonic/dart_library_natives.h"
#include "lib/tonic/logging/dart_invoke.h"
#include "third_party/dart/runtime/include/dart_api.h"
#include "third_party/dart/runtime/include/dart_native_api.h"
#include "third_party/skia/include/core/SkStream.h"
namespace flutter {
......
......@@ -5,7 +5,7 @@
#ifndef SKY_ENGINE_CORE_DIAGNOSTIC_DIAGNOSTIC_SERVER_H_
#define SKY_ENGINE_CORE_DIAGNOSTIC_DIAGNOSTIC_SERVER_H_
#include "dart/runtime/include/dart_api.h"
#include "third_party/dart/runtime/include/dart_api.h"
namespace shell {
......
......@@ -7,9 +7,9 @@
#include <memory>
#include "dart/runtime/include/dart_tools_api.h"
#include "flutter/shell/common/platform_view.h"
#include "lib/fxl/synchronization/waitable_event.h"
#include "third_party/dart/runtime/include/dart_tools_api.h"
#include "third_party/skia/include/core/SkBitmap.h"
namespace shell {
......
......@@ -9,7 +9,6 @@
#include <sstream>
#include <vector>
#include "dart/runtime/include/dart_tools_api.h"
#include "flutter/common/settings.h"
#include "flutter/common/threads.h"
#include "flutter/fml/icu_util.h"
......@@ -22,6 +21,7 @@
#include "flutter/shell/common/skia_event_tracer_impl.h"
#include "flutter/shell/common/switches.h"
#include "lib/fxl/files/unique_fd.h"
#include "third_party/dart/runtime/include/dart_tools_api.h"
#include "third_party/skia/include/core/SkGraphics.h"
namespace shell {
......
......@@ -9,8 +9,8 @@
#include <vector>
#include "dart/runtime/include/dart_tools_api.h"
#include "lib/fxl/logging.h"
#include "third_party/dart/runtime/include/dart_tools_api.h"
#include "third_party/skia/include/utils/SkEventTracer.h"
#include "third_party/skia/src/core/SkTraceEventCommon.h"
......
......@@ -6,12 +6,12 @@
#include <string>
#include "dart/runtime/include/dart_tools_api.h"
#include "flutter/common/threads.h"
#include "flutter/fml/trace_event.h"
#include "flutter/runtime/dart_init.h"
#include "flutter/shell/common/shell.h"
#include "lib/fxl/logging.h"
#include "third_party/dart/runtime/include/dart_tools_api.h"
namespace shell {
......
......@@ -48,9 +48,9 @@ shared_library("flutter_shell_native") {
"//third_party/skia",
]
if (flutter_runtime_mode == "debug") {
deps += [ "//dart/runtime:libdart_jit" ]
deps += [ "//third_party/dart/runtime:libdart_jit" ]
} else {
deps += [ "//dart/runtime:libdart_precompiled_runtime" ]
deps += [ "//third_party/dart/runtime:libdart_precompiled_runtime" ]
}
public_configs = [
......
......@@ -6,13 +6,13 @@
#include <vector>
#include "dart/runtime/include/dart_tools_api.h"
#include "flutter/fml/platform/android/jni_util.h"
#include "flutter/runtime/start_up.h"
#include "flutter/shell/common/shell.h"
#include "lib/fxl/arraysize.h"
#include "lib/fxl/command_line.h"
#include "lib/fxl/macros.h"
#include "third_party/dart/runtime/include/dart_tools_api.h"
namespace shell {
......
......@@ -68,7 +68,7 @@ executable("flutter_channels_unittests") {
deps = [
":flutter_channels",
"//dart/runtime:libdart_jit",
"//third_party/dart/runtime:libdart_jit",
"$flutter_root/testing",
]
}
......@@ -17,7 +17,7 @@ source_set("common") {
set_sources_assignment_filter(sources_assignment_filter)
deps = [
"//dart/runtime:dart_api",
"//third_party/dart/runtime:dart_api",
"$flutter_root/common",
"$flutter_root/flow",
"$flutter_root/fml",
......
......@@ -6,7 +6,6 @@
#include <Foundation/Foundation.h>
#include "dart/runtime/include/dart_tools_api.h"
#include "flutter/common/threads.h"
#include "flutter/fml/trace_event.h"
#include "flutter/runtime/start_up.h"
......@@ -16,6 +15,7 @@
#include "flutter/sky/engine/wtf/MakeUnique.h"
#include "lib/fxl/command_line.h"
#include "lib/fxl/strings/string_view.h"
#include "third_party/dart/runtime/include/dart_tools_api.h"
namespace shell {
......
......@@ -22,7 +22,7 @@ source_set("mac_desktop_platform") {
]
deps = [
"//dart/runtime:libdart_jit",
"//third_party/dart/runtime:libdart_jit",
"$flutter_root/common",
"$flutter_root/fml",
"$flutter_root/shell/common",
......
......@@ -79,9 +79,9 @@ shared_library("flutter_framework_dylib") {
"//third_party/skia",
]
if (flutter_runtime_mode == "debug") {
deps += [ "//dart/runtime:libdart_jit" ]
deps += [ "//third_party/dart/runtime:libdart_jit" ]
} else {
deps += [ "//dart/runtime:libdart_precompiled_runtime" ]
deps += [ "//third_party/dart/runtime:libdart_precompiled_runtime" ]
}
public_configs = [
......
......@@ -4,13 +4,13 @@
#include "flutter/shell/platform/darwin/ios/framework/Source/FlutterDartProject_Internal.h"
#include "dart/runtime/include/dart_api.h"
#include "flutter/common/threads.h"
#include "flutter/shell/common/shell.h"
#include "flutter/shell/common/switches.h"
#include "flutter/shell/platform/darwin/ios/framework/Source/FlutterDartSource.h"
#include "flutter/shell/platform/darwin/ios/framework/Source/flutter_main_ios.h"
#include "lib/fxl/strings/string_view.h"
#include "third_party/dart/runtime/include/dart_api.h"
static NSURL* URLForSwitch(const fxl::StringView name) {
const auto& cmd = shell::Shell::Shared().GetCommandLine();
......
......@@ -12,8 +12,8 @@ source_set("embedder") {
]
deps = [
"//dart/runtime:libdart_jit",
"//dart/runtime/bin:embedded_dart_io",
"//third_party/dart/runtime:libdart_jit",
"//third_party/dart/runtime/bin:embedded_dart_io",
"$flutter_root/common",
"$flutter_root/fml",
"$flutter_root/shell/common",
......
......@@ -10,8 +10,8 @@ executable("linux") {
]
deps = [
"//dart/runtime:libdart_jit",
"//dart/runtime/bin:embedded_dart_io",
"//third_party/dart/runtime:libdart_jit",
"//third_party/dart/runtime/bin:embedded_dart_io",
"$flutter_root/common",
"$flutter_root/fml",
"$flutter_root/shell/common",
......
......@@ -2,7 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "dart/runtime/bin/embedded_dart_io.h"
#include "flutter/common/threads.h"
#include "flutter/fml/message_loop.h"
#include "flutter/shell/common/platform_view.h"
......@@ -13,6 +12,7 @@
#include "flutter/sky/engine/public/web/Sky.h"
#include "lib/fxl/command_line.h"
#include "lib/tonic/dart_microtask_queue.h"
#include "third_party/dart/runtime/bin/embedded_dart_io.h"
namespace {
......
......@@ -20,7 +20,7 @@ static_library("core") {
if (flutter_runtime_mode != "release") {
# Only include observatory assets in non-release modes.
deps += [ "//dart/runtime/observatory:embedded_observatory_archive" ]
deps += [ "//third_party/dart/runtime/observatory:embedded_observatory_archive" ]
}
configs += [
......
......@@ -254,7 +254,7 @@ executable("wtf_unittests") {
deps = [
":wtf",
"//dart/runtime:libdart_jit",
"//third_party/dart/runtime:libdart_jit",
# Does not use $flutter_root/testing because it needs and provides its own main
# function in RunAllTests.cpp.
......
......@@ -2,17 +2,17 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//dart/sdk/lib/async/async_sources.gni")
import("//dart/sdk/lib/collection/collection_sources.gni")
import("//dart/sdk/lib/convert/convert_sources.gni")
import("//dart/sdk/lib/core/core_sources.gni")
import("//dart/sdk/lib/developer/developer_sources.gni")
import("//dart/sdk/lib/_http/http_sources.gni")
import("//dart/sdk/lib/internal/internal_sources.gni")
import("//dart/sdk/lib/io/io_sources.gni")
import("//dart/sdk/lib/isolate/isolate_sources.gni")
import("//dart/sdk/lib/math/math_sources.gni")
import("//dart/sdk/lib/typed_data/typed_data_sources.gni")
import("//third_party/dart/sdk/lib/async/async_sources.gni")
import("//third_party/dart/sdk/lib/collection/collection_sources.gni")
import("//third_party/dart/sdk/lib/convert/convert_sources.gni")
import("//third_party/dart/sdk/lib/core/core_sources.gni")
import("//third_party/dart/sdk/lib/developer/developer_sources.gni")
import("//third_party/dart/sdk/lib/_http/http_sources.gni")
import("//third_party/dart/sdk/lib/internal/internal_sources.gni")
import("//third_party/dart/sdk/lib/io/io_sources.gni")
import("//third_party/dart/sdk/lib/isolate/isolate_sources.gni")
import("//third_party/dart/sdk/lib/math/math_sources.gni")
import("//third_party/dart/sdk/lib/typed_data/typed_data_sources.gni")
import("$flutter_root/build/dart/rules.gni")
import("$flutter_root/lib/ui/dart_ui.gni")
......@@ -31,7 +31,7 @@ if (!is_fuchsia) {
}
dart_sdk_lib_path = rebase_path("//dart/sdk/lib")
dart_sdk_lib_path = rebase_path("//third_party/dart/sdk/lib")
copy("async") {
lib_path = rebase_path("async", "", dart_sdk_lib_path)
......@@ -143,7 +143,7 @@ dart_pkg("sky_engine") {
deps += [ ":copy_sky_engine_authors" ]
}
service_isolate_dir = "//dart/runtime/bin/vmservice"
service_isolate_dir = "//third_party/dart/runtime/bin/vmservice"
sdk_ext_directory = "$root_gen_dir/sky/bindings"
sdk_ext_files = [
"$service_isolate_dir/vmservice_io.dart",
......
......@@ -31,6 +31,6 @@ executable("synchronization_unittests") {
deps = [
":synchronization",
"$flutter_root/testing",
"//dart/runtime:libdart_jit",
"//third_party/dart/runtime:libdart_jit",
]
}
......@@ -127,7 +127,7 @@ source_set("txt") {
}
txt_common_executable_deps = [
"//dart/runtime:libdart_jit", # For logging.
"//third_party/dart/runtime:libdart_jit", # For logging.
"$flutter_root/fml", # For ICU initialization.
]
......
......@@ -1891,6 +1891,8 @@ class RepositoryRootThirdPartyDirectory extends RepositoryGenericThirdPartyDirec
return new RepositoryAndroidPlatformDirectory(this, entry);
if (entry.name == 'boringssl')
return new RepositoryBoringSSLDirectory(this, entry);
if (entry.name == 'dart')
return new RepositoryDartDirectory(this, entry);
if (entry.name == 'expat')
return new RepositoryExpatDirectory(this, entry);
if (entry.name == 'freetype-android')
......@@ -2241,8 +2243,6 @@ class RepositoryRoot extends RepositoryDirectory {
throw '//base is no longer part of this client: remove it';
if (entry.name == 'third_party')
return new RepositoryRootThirdPartyDirectory(this, entry);
if (entry.name == 'dart')
return new RepositoryDartDirectory(this, entry);
if (entry.name == 'flutter')
return new RepositoryFlutterDirectory(this, entry);
if (entry.name == 'garnet')
......
此差异已折叠。
UNUSED LICENSES:
====================================================================================================
ORIGIN: ../../../dart/runtime/third_party/double-conversion/COPYING
TYPE: LicenseType.bsd
----------------------------------------------------------------------------------------------------
Copyright 2006-2011, the V8 project authors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
* Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
ORIGIN: ../../../flutter/sky/engine/core/LICENSE-APPLE
TYPE: LicenseType.bsd
......@@ -1053,6 +1021,38 @@ necessary. Here is a sample; alter the names:
That's all there is to it!
====================================================================================================
====================================================================================================
ORIGIN: ../../../flutter/sky/engine/wtf/dtoa/LICENSE
TYPE: LicenseType.bsd
----------------------------------------------------------------------------------------------------
Copyright 2006-2011, the V8 project authors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
* Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
USED LICENSES:
......@@ -9498,7 +9498,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
LIBRARY: txt
ORIGIN: ../../../dart/third_party/observatory_pub_packages/packages/quiver/LICENSE
ORIGIN: ../../../flutter/third_party/txt/LICENSE
TYPE: LicenseType.apache
FILE: ../../../flutter/third_party/txt/benchmarks/paint_record_benchmarks.cc
FILE: ../../../flutter/third_party/txt/benchmarks/paragraph_benchmarks.cc
......
Signature: c6853c1bbc8db501fa71fb05acb5f2ba
Signature: 816678051aa93fd3b8b4c4e7ee451536
UNUSED LICENSES:
......@@ -6,12 +6,61 @@ UNUSED LICENSES:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
USED LICENSES:
====================================================================================================
LIBRARY: icu
ORIGIN: ../../../garnet/public/lib/fxl/third_party/icu/LICENSE
TYPE: LicenseType.unknown
FILE: ../../../lib/ftl/third_party/icu/icu_utf.cc
FILE: ../../../lib/ftl/third_party/icu/icu_utf.h
----------------------------------------------------------------------------------------------------
ICU License - ICU 1.8.1 and later
COPYRIGHT AND PERMISSION NOTICE
Copyright (c) 1995-2009 International Business Machines Corporation and others
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, and/or sell copies of the Software, and to permit persons
to whom the Software is furnished to do so, provided that the above
copyright notice(s) and this permission notice appear in all copies of
the Software and that both the above copyright notice(s) and this
permission notice appear in supporting documentation.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY
SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER
RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale, use
or other dealings in this Software without prior written authorization
of the copyright holder.
====================================================================================================
====================================================================================================
LIBRARY: lib
ORIGIN: ../../../garnet/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../lib/tonic/dart_list.cc
FILE: ../../../lib/tonic/dart_list.h
FILE: ../../../lib/ftl/files/path_win.cc
FILE: ../../../lib/ftl/files/symlink_win.cc
FILE: ../../../lib/ftl/inttypes.h
FILE: ../../../lib/ftl/portable_unistd.h
FILE: ../../../lib/ftl/random/rand_unittest.cc
FILE: ../../../lib/ftl/strings/join_strings.h
FILE: ../../../lib/ftl/strings/join_strings_unittest.cc
FILE: ../../../lib/ftl/synchronization/cond_var_win.cc
FILE: ../../../lib/ftl/threading/thread.cc
FILE: ../../../lib/ftl/threading/thread.h
----------------------------------------------------------------------------------------------------
Copyright 2017 The Fuchsia Authors. All rights reserved.
......@@ -44,32 +93,121 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
LIBRARY: lib
ORIGIN: ../../../lib/tonic/LICENSE
ORIGIN: ../../../lib/ftl/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../lib/tonic/converter/dart_converter.cc
FILE: ../../../lib/tonic/converter/dart_converter.h
FILE: ../../../lib/tonic/dart_message_handler.cc
FILE: ../../../lib/tonic/dart_message_handler.h
FILE: ../../../lib/tonic/dart_microtask_queue.cc
FILE: ../../../lib/tonic/dart_microtask_queue.h
FILE: ../../../lib/tonic/dart_sticky_error.cc
FILE: ../../../lib/tonic/dart_sticky_error.h
FILE: ../../../lib/tonic/debugger/dart_debugger.cc
FILE: ../../../lib/tonic/debugger/dart_debugger.h
FILE: ../../../lib/tonic/file_loader/file_loader.cc
FILE: ../../../lib/tonic/file_loader/file_loader.h
FILE: ../../../lib/tonic/logging/dart_error.cc
FILE: ../../../lib/tonic/logging/dart_error.h
FILE: ../../../lib/tonic/logging/dart_invoke.cc
FILE: ../../../lib/tonic/logging/dart_invoke.h
FILE: ../../../lib/tonic/parsers/packages_map.cc
FILE: ../../../lib/tonic/parsers/packages_map.h
FILE: ../../../lib/tonic/scopes/dart_api_scope.h
FILE: ../../../lib/tonic/scopes/dart_isolate_scope.cc
FILE: ../../../lib/tonic/scopes/dart_isolate_scope.h
FILE: ../../../lib/tonic/typed_data/dart_byte_data.h
FILE: ../../../lib/tonic/typed_data/int32_list.h
FILE: ../../../lib/tonic/typed_data/uint8_list.h
FILE: ../../../lib/ftl/arraysize.h
FILE: ../../../lib/ftl/arraysize_unittest.cc
FILE: ../../../lib/ftl/build_config.h
FILE: ../../../lib/ftl/command_line.cc
FILE: ../../../lib/ftl/command_line.h
FILE: ../../../lib/ftl/command_line_unittest.cc
FILE: ../../../lib/ftl/compiler_specific.h
FILE: ../../../lib/ftl/debug/debugger.cc
FILE: ../../../lib/ftl/debug/debugger.h
FILE: ../../../lib/ftl/files/directory.cc
FILE: ../../../lib/ftl/files/directory.h
FILE: ../../../lib/ftl/files/eintr_wrapper.h
FILE: ../../../lib/ftl/files/file.cc
FILE: ../../../lib/ftl/files/file.h
FILE: ../../../lib/ftl/files/file_descriptor.cc
FILE: ../../../lib/ftl/files/file_descriptor.h
FILE: ../../../lib/ftl/files/file_unittest.cc
FILE: ../../../lib/ftl/files/path.h
FILE: ../../../lib/ftl/files/path_posix.cc
FILE: ../../../lib/ftl/files/path_unittest.cc
FILE: ../../../lib/ftl/files/scoped_temp_dir.cc
FILE: ../../../lib/ftl/files/scoped_temp_dir.h
FILE: ../../../lib/ftl/files/scoped_temp_dir_unittest.cc
FILE: ../../../lib/ftl/files/symlink.h
FILE: ../../../lib/ftl/files/symlink_posix.cc
FILE: ../../../lib/ftl/files/unique_fd.cc
FILE: ../../../lib/ftl/files/unique_fd.h
FILE: ../../../lib/ftl/functional/closure.h
FILE: ../../../lib/ftl/functional/make_copyable.h
FILE: ../../../lib/ftl/functional/make_copyable_unittest.cc
FILE: ../../../lib/ftl/functional/make_runnable.h
FILE: ../../../lib/ftl/log_level.h
FILE: ../../../lib/ftl/log_settings.cc
FILE: ../../../lib/ftl/log_settings.h
FILE: ../../../lib/ftl/log_settings_state.cc
FILE: ../../../lib/ftl/log_settings_unittest.cc
FILE: ../../../lib/ftl/logging.cc
FILE: ../../../lib/ftl/logging.h
FILE: ../../../lib/ftl/macros.h
FILE: ../../../lib/ftl/memory/ref_counted.h
FILE: ../../../lib/ftl/memory/ref_counted_internal.h
FILE: ../../../lib/ftl/memory/ref_counted_unittest.cc
FILE: ../../../lib/ftl/memory/ref_ptr.h
FILE: ../../../lib/ftl/memory/ref_ptr_internal.h
FILE: ../../../lib/ftl/memory/unique_object.h
FILE: ../../../lib/ftl/memory/weak_ptr.h
FILE: ../../../lib/ftl/memory/weak_ptr_internal.cc
FILE: ../../../lib/ftl/memory/weak_ptr_internal.h
FILE: ../../../lib/ftl/memory/weak_ptr_unittest.cc
FILE: ../../../lib/ftl/random/rand.cc
FILE: ../../../lib/ftl/random/rand.h
FILE: ../../../lib/ftl/random/uuid.cc
FILE: ../../../lib/ftl/random/uuid.h
FILE: ../../../lib/ftl/strings/ascii.cc
FILE: ../../../lib/ftl/strings/ascii.h
FILE: ../../../lib/ftl/strings/ascii_unittest.cc
FILE: ../../../lib/ftl/strings/concatenate.cc
FILE: ../../../lib/ftl/strings/concatenate.h
FILE: ../../../lib/ftl/strings/concatenate_unittest.cc
FILE: ../../../lib/ftl/strings/split_string.cc
FILE: ../../../lib/ftl/strings/split_string.h
FILE: ../../../lib/ftl/strings/split_string_unittest.cc
FILE: ../../../lib/ftl/strings/string_number_conversions.cc
FILE: ../../../lib/ftl/strings/string_number_conversions.h
FILE: ../../../lib/ftl/strings/string_number_conversions_unittest.cc
FILE: ../../../lib/ftl/strings/string_printf.cc
FILE: ../../../lib/ftl/strings/string_printf.h
FILE: ../../../lib/ftl/strings/string_printf_unittest.cc
FILE: ../../../lib/ftl/strings/string_view.cc
FILE: ../../../lib/ftl/strings/string_view.h
FILE: ../../../lib/ftl/strings/string_view_unittest.cc
FILE: ../../../lib/ftl/strings/trim.cc
FILE: ../../../lib/ftl/strings/trim.h
FILE: ../../../lib/ftl/strings/trim_unittest.cc
FILE: ../../../lib/ftl/strings/utf_codecs.cc
FILE: ../../../lib/ftl/strings/utf_codecs.h
FILE: ../../../lib/ftl/synchronization/cond_var.h
FILE: ../../../lib/ftl/synchronization/cond_var_posix.cc
FILE: ../../../lib/ftl/synchronization/cond_var_unittest.cc
FILE: ../../../lib/ftl/synchronization/mutex_unittest.cc
FILE: ../../../lib/ftl/synchronization/sleep.cc
FILE: ../../../lib/ftl/synchronization/sleep.h
FILE: ../../../lib/ftl/synchronization/thread_annotations.h
FILE: ../../../lib/ftl/synchronization/thread_annotations_unittest.cc
FILE: ../../../lib/ftl/synchronization/thread_checker.h
FILE: ../../../lib/ftl/synchronization/thread_checker_unittest.cc
FILE: ../../../lib/ftl/synchronization/waitable_event.cc
FILE: ../../../lib/ftl/synchronization/waitable_event.h
FILE: ../../../lib/ftl/synchronization/waitable_event_unittest.cc
FILE: ../../../lib/ftl/tasks/one_shot_timer.cc
FILE: ../../../lib/ftl/tasks/one_shot_timer.h
FILE: ../../../lib/ftl/tasks/one_shot_timer_unittest.cc
FILE: ../../../lib/ftl/tasks/task_runner.cc
FILE: ../../../lib/ftl/tasks/task_runner.h
FILE: ../../../lib/ftl/time/stopwatch.cc
FILE: ../../../lib/ftl/time/stopwatch.h
FILE: ../../../lib/ftl/time/time_delta.h
FILE: ../../../lib/ftl/time/time_point.cc
FILE: ../../../lib/ftl/time/time_point.h
FILE: ../../../lib/ftl/time/time_printers.cc
FILE: ../../../lib/ftl/time/time_unittest.cc
FILE: ../../../lib/zip/create_unzipper.cc
FILE: ../../../lib/zip/create_unzipper.h
FILE: ../../../lib/zip/memory_io.cc
FILE: ../../../lib/zip/memory_io.h
FILE: ../../../lib/zip/unique_unzipper.cc
FILE: ../../../lib/zip/unique_unzipper.h
FILE: ../../../lib/zip/unique_zipper.cc
FILE: ../../../lib/zip/unique_zipper.h
FILE: ../../../lib/zip/unzipper.cc
FILE: ../../../lib/zip/unzipper.h
FILE: ../../../lib/zip/zipper.cc
FILE: ../../../lib/zip/zipper.h
----------------------------------------------------------------------------------------------------
Copyright 2016 The Fuchsia Authors. All rights reserved.
......@@ -102,32 +240,49 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
LIBRARY: lib
ORIGIN: ../../../lib/tonic/typed_data/dart_byte_data.cc + ../../../lib/tonic/LICENSE
ORIGIN: ../../../lib/ftl/synchronization/monitor.cc + ../../../lib/ftl/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../lib/ftl/synchronization/monitor.cc
FILE: ../../../lib/ftl/synchronization/monitor.h
FILE: ../../../lib/ftl/synchronization/mutex.h
FILE: ../../../lib/ftl/synchronization/mutex_posix.cc
----------------------------------------------------------------------------------------------------
Copyright 2016 The Fuchisa Authors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
* Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
====================================================================================================
LIBRARY: lib
ORIGIN: ../../../lib/ftl/synchronization/mutex_win.cc + ../../../lib/ftl/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../lib/tonic/dart_args.h
FILE: ../../../lib/tonic/dart_binding_macros.h
FILE: ../../../lib/tonic/dart_class_library.cc
FILE: ../../../lib/tonic/dart_class_library.h
FILE: ../../../lib/tonic/dart_class_provider.cc
FILE: ../../../lib/tonic/dart_class_provider.h
FILE: ../../../lib/tonic/dart_library_natives.cc
FILE: ../../../lib/tonic/dart_library_natives.h
FILE: ../../../lib/tonic/dart_persistent_value.cc
FILE: ../../../lib/tonic/dart_persistent_value.h
FILE: ../../../lib/tonic/dart_state.cc
FILE: ../../../lib/tonic/dart_state.h
FILE: ../../../lib/tonic/dart_wrappable.cc
FILE: ../../../lib/tonic/dart_wrappable.h
FILE: ../../../lib/tonic/dart_wrapper_info.h
FILE: ../../../lib/tonic/typed_data/dart_byte_data.cc
FILE: ../../../lib/tonic/typed_data/float32_list.cc
FILE: ../../../lib/tonic/typed_data/float32_list.h
FILE: ../../../lib/tonic/typed_data/float64_list.cc
FILE: ../../../lib/tonic/typed_data/float64_list.h
FILE: ../../../lib/tonic/typed_data/int32_list.cc
FILE: ../../../lib/tonic/typed_data/uint8_list.cc
FILE: ../../../lib/ftl/synchronization/mutex_win.cc
----------------------------------------------------------------------------------------------------
Copyright 2015 The Fuchsia Authors. All rights reserved.
Copyright 2017 The Fuchisa Authors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
......@@ -155,4 +310,4 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
Total license count: 3
Total license count: 5
Signature: cee11298a626058031cb28def5209b01
Signature: 35d3f6005ca741ef2a4dcc8260335281
UNUSED LICENSES:
......@@ -44,7 +44,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
LIBRARY: topaz
ORIGIN: ../../../topaz/lib/tonic/LICENSE
ORIGIN: ../../../lib/ftl/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../topaz/lib/tonic/converter/dart_converter.cc
FILE: ../../../topaz/lib/tonic/converter/dart_converter.h
......@@ -54,8 +54,6 @@ FILE: ../../../topaz/lib/tonic/dart_microtask_queue.cc
FILE: ../../../topaz/lib/tonic/dart_microtask_queue.h
FILE: ../../../topaz/lib/tonic/dart_sticky_error.cc
FILE: ../../../topaz/lib/tonic/dart_sticky_error.h
FILE: ../../../topaz/lib/tonic/debugger/dart_debugger.cc
FILE: ../../../topaz/lib/tonic/debugger/dart_debugger.h
FILE: ../../../topaz/lib/tonic/file_loader/file_loader.cc
FILE: ../../../topaz/lib/tonic/file_loader/file_loader.h
FILE: ../../../topaz/lib/tonic/logging/dart_error.cc
......@@ -102,7 +100,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
LIBRARY: topaz
ORIGIN: ../../../topaz/lib/tonic/typed_data/dart_byte_data.cc + ../../../topaz/lib/tonic/LICENSE
ORIGIN: ../../../topaz/lib/tonic/typed_data/dart_byte_data.cc + ../../../lib/ftl/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../topaz/lib/tonic/dart_args.h
FILE: ../../../topaz/lib/tonic/dart_binding_macros.h
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册