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

Unified Diff: shell/BUILD.gn

Issue 783893004: Adding the MojoShell apk in the default targets on android (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Fix spurous java file Created 6 years 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: shell/BUILD.gn
diff --git a/shell/BUILD.gn b/shell/BUILD.gn
index 405b423cbd2031b26fa28db45339cfb5e12c91a8..c1a60c9e035594157790d1c0bf196c31d97d011a 100644
--- a/shell/BUILD.gn
+++ b/shell/BUILD.gn
@@ -21,6 +21,10 @@ group("shell") {
if (!is_win) {
deps += [ ":mojo_launcher" ]
}
+
+ if (is_android) {
+ deps += [ ":mojo_shell_apk" ]
+ }
}
group("tests") {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698