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

Unified Diff: sky/sdk/BUILD.gn

Issue 1211253004: Add MineDigger.apk that works offline (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: one more examples 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/apk/rules.gni ('k') | sky/sdk/example/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/sdk/BUILD.gn
diff --git a/sky/sdk/BUILD.gn b/sky/sdk/BUILD.gn
index c067360c3dc48e0ed72562e8c6592107e1537d03..be1d6bd43fb06a347911451e52ba1dffb7eec685 100644
--- a/sky/sdk/BUILD.gn
+++ b/sky/sdk/BUILD.gn
@@ -133,8 +133,12 @@ dart_pkg("sdk") {
]
datadeps = [
- "//sky/services/testing:bindings",
+ "//mojo/dart/mojo_services",
+ "//mojo/dart/mojom",
+ "//mojo/public/dart:mojo",
"//sky/engine/bindings",
+ "//sky/services/testing:bindings",
+ "//third_party/dart-pkg",
]
sdk_ext_directory = "$root_gen_dir/sky/bindings"
« no previous file with comments | « sky/apk/rules.gni ('k') | sky/sdk/example/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698