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

Unified Diff: sky/BUILD.gn

Issue 1225883002: Make SkyDemo.apk start offline (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: 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 | « no previous file | sky/apk/demo/AndroidManifest.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/BUILD.gn
diff --git a/sky/BUILD.gn b/sky/BUILD.gn
index e14938f285827587415bad1a18e1710a558ed96a..8955524c85d2439e194856405287275e40490478 100644
--- a/sky/BUILD.gn
+++ b/sky/BUILD.gn
@@ -30,10 +30,7 @@ group("sky_apk") {
]
if (is_android) {
- deps += [
- "//sky/apk/demo",
- "//sky/services/intents",
- ]
+ deps += [ "//sky/services/intents" ]
}
if (is_linux) {
« no previous file with comments | « no previous file | sky/apk/demo/AndroidManifest.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698