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

Unified Diff: BUILD.gn

Issue 1683063003: Build MojoRunnerApptests.apk for mojo_apptests target on Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 882690a258e47a22227b8defcd6095e0e281cc2b..87597e57767aa5cbec99ded0497ecee970caac13 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -615,10 +615,16 @@ group("mojo_apptests") {
"//components/resource_provider:resource_provider_unittests",
"//mash/wm:tests",
"//media/mojo/services:tests",
+ "//mojo/services/network:apptests",
+ "//mojo/shell:apptests",
"//sql/mojo:apptests",
"//ui/views/mus:tests",
]
}
+
+ if (is_android) {
+ deps += [ "//mojo/shell/standalone:mojo_shell_standalone_apptests_apk" ]
+ }
}
group("gn_only") {
« 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