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

Unified Diff: sky/shell/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/services/testing/BUILD.gn ('k') | sky/tools/skyx.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/shell/BUILD.gn
diff --git a/sky/shell/BUILD.gn b/sky/shell/BUILD.gn
index c4a0f508f98df557930fb08d18350e720a5f3cc1..a3b7cb4d8bec6595e3d65d099b0e25ebf76972d2 100644
--- a/sky/shell/BUILD.gn
+++ b/sky/shell/BUILD.gn
@@ -19,7 +19,7 @@ common_deps = [
"//sky/engine",
"//sky/engine/tonic",
"//sky/engine/wtf",
- "//sky/services/engine",
+ "//sky/services/engine:interfaces",
"//sky/services/platform",
"//sky/shell/dart",
"//ui/gfx/geometry",
@@ -120,7 +120,7 @@ if (is_android) {
"//services/keyboard",
"//sky/services/activity:activity_lib",
"//sky/services/activity:interfaces_java",
- "//sky/services/engine:engine_java",
+ "//sky/services/engine:interfaces_java",
"//sky/services/oknet",
]
}
@@ -191,7 +191,7 @@ if (is_android) {
deps = common_deps + [
":common",
- "//sky/services/testing",
+ "//sky/services/testing:interfaces",
]
}
} else {
« no previous file with comments | « sky/services/testing/BUILD.gn ('k') | sky/tools/skyx.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698