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

Unified Diff: sky/BUILD.gn

Issue 893643002: Add a standalone SkyShell.apk for testing (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 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') | sky/shell/BUILD.gn » ('J')
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 78f7e135e63a5fbb62a3444347a9d74c583fe7c1..8ec5827ca7fc95b9447a9f61fc1381923e46c374 100644
--- a/sky/BUILD.gn
+++ b/sky/BUILD.gn
@@ -18,6 +18,11 @@ group("sky") {
"//sky/tools/tester",
"//sky/viewer",
]
+
+ if (is_android) {
+ deps += [ "//sky/shell" ]
+ }
+
if (!is_android) {
deps += [ "//third_party/mesa:osmesa" ]
}
« no previous file with comments | « no previous file | sky/shell/BUILD.gn » ('j') | sky/shell/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698