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

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: 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..fa60562289d2dcbfd542578b3aae9947ad61432c 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") {
@@ -242,6 +246,7 @@ if (is_android) {
java_files = [
"android/apk/src/org/chromium/mojo_shell_apk/AndroidHandler.java",
"android/apk/src/org/chromium/mojo_shell_apk/FileHelper.java",
+ "android/apk/src/org/chromium/mojo_shell_apk/LauncherService.java",
ppi 2014/12/08 16:03:35 Did you mean that?
"android/apk/src/org/chromium/mojo_shell_apk/MojoMain.java",
"android/apk/src/org/chromium/mojo_shell_apk/MojoShellActivity.java",
"android/apk/src/org/chromium/mojo_shell_apk/MojoShellApplication.java",
« 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