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

Unified Diff: sky/sdk/BUILD.gn

Issue 1227973002: Build skyx packages by default (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: typo Created 5 years, 5 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/build/skyx.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 e571a2bbc84649cddc7e6a9528edb07dfd7c9f7a..dda6227188ac4dad1c4f5083655f0adc1fcbf364 100644
--- a/sky/sdk/BUILD.gn
+++ b/sky/sdk/BUILD.gn
@@ -92,7 +92,8 @@ dart_pkg("sky") {
# List of mojom targets that the sky pkg exports
deps = [
- "//sky/services/engine",
+ "//sky/services/engine:interfaces",
+ "//sky/services/activity:interfaces",
]
datadeps = [
@@ -100,7 +101,8 @@ dart_pkg("sky") {
"//mojo/dart/mojom",
"//mojo/public/dart:mojo",
"//sky/engine/bindings",
- "//sky/services/testing",
+ "//sky/services/testing:interfaces",
+ "//sky/services/media:interfaces",
"//third_party/dart-pkg",
]
« no previous file with comments | « sky/build/skyx.gni ('k') | sky/sdk/example/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698