Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(330)

Unified Diff: sky/engine/tonic/BUILD.gn

Issue 1202283004: Factor DartLibraryProvider out of DartLoader (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sky/engine/core/script/dom_dart_state.cc ('k') | sky/engine/tonic/dart_dependency_catcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/tonic/BUILD.gn
diff --git a/sky/engine/tonic/BUILD.gn b/sky/engine/tonic/BUILD.gn
index 3baaf41ddf0c6237d6a10fc1a3318aef99ee0d13..4f37841a6bbd2226783d0f4052f801107eeac263 100644
--- a/sky/engine/tonic/BUILD.gn
+++ b/sky/engine/tonic/BUILD.gn
@@ -13,6 +13,8 @@ source_set("tonic") {
"dart_class_provider.h",
"dart_converter.cc",
"dart_converter.h",
+ "dart_dependency_catcher.cc",
+ "dart_dependency_catcher.h",
"dart_error.cc",
"dart_error.h",
"dart_exception_factory.cc",
@@ -27,8 +29,14 @@ source_set("tonic") {
"dart_invoke.h",
"dart_isolate_scope.cc",
"dart_isolate_scope.h",
+ "dart_library_loader.cc",
+ "dart_library_loader.h",
+ "dart_library_provider.cc",
+ "dart_library_provider.h",
"dart_persistent_value.cc",
"dart_persistent_value.h",
+ "dart_snapshot_loader.cc",
+ "dart_snapshot_loader.h",
"dart_state.cc",
"dart_state.h",
"dart_string.cc",
@@ -49,6 +57,7 @@ source_set("tonic") {
deps = [
"//base",
+ "//mojo/common",
"//mojo/public/cpp/system",
"//sky/engine/wtf",
]
« no previous file with comments | « sky/engine/core/script/dom_dart_state.cc ('k') | sky/engine/tonic/dart_dependency_catcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698