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

Unified Diff: sky/viewer/BUILD.gn

Issue 1203143004: Make it possible to run Sky apps offline (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: gn check 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/shell/ui/engine.cc ('k') | sky/viewer/dart_library_provider_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/viewer/BUILD.gn
diff --git a/sky/viewer/BUILD.gn b/sky/viewer/BUILD.gn
index 20505a9f75603b71cecd94276789ac411a4d163f..5db00001443cd107031cb5ff5f06386cf0ecb120 100644
--- a/sky/viewer/BUILD.gn
+++ b/sky/viewer/BUILD.gn
@@ -15,6 +15,8 @@ mojo_native_application("viewer") {
"converters/basic_types.h",
"converters/input_event_types.cc",
"converters/input_event_types.h",
+ "dart_library_provider_impl.cc",
+ "dart_library_provider_impl.h",
"document_view.cc",
"document_view.h",
"internals.cc",
@@ -53,6 +55,7 @@ mojo_native_application("viewer") {
"//sky/engine/tonic",
"//sky/services/platform",
"//sky/services/testing:bindings",
+ "//sky/shell/dart",
"//third_party/icu",
"//ui/events",
"//url",
« no previous file with comments | « sky/shell/ui/engine.cc ('k') | sky/viewer/dart_library_provider_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698