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

Unified Diff: sky/BUILD.gn

Issue 1202323002: Port sky_shell to Linux for testing (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: 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 | « no previous file | sky/shell/BUILD.gn » ('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 f1fcc7a77a8f04d738a028e234446948d186996d..05c39d444e58a67fbc0be59cacd9e451e133d091 100644
--- a/sky/BUILD.gn
+++ b/sky/BUILD.gn
@@ -46,4 +46,8 @@ group("sky_apk") {
"//sky/services/intents",
]
}
+
+ if (is_linux) {
+ deps += [ "//sky/shell" ]
+ }
}
« no previous file with comments | « no previous file | sky/shell/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698