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

Unified Diff: mojo/BUILD.gn

Issue 1138933004: Fix apptest builds and runner on Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleanup. Created 5 years, 7 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 | mojo/application/BUILD.gn » ('j') | mojo/tools/mopy/android.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/BUILD.gn
diff --git a/mojo/BUILD.gn b/mojo/BUILD.gn
index 8a27a71e32d07c8d669e91e593a4fe42c1dae375..34bf4e4d812323556d0b5b5d95254140dff571cb 100644
--- a/mojo/BUILD.gn
+++ b/mojo/BUILD.gn
@@ -39,8 +39,7 @@ group("tests") {
"//third_party/mojo/src/mojo/edk/test:mojo_public_utility_unittests",
]
- # TODO: get these working on android.
- if (!is_android && !is_component_build) {
+ if (!is_component_build) {
deps += [
"//mojo/runner:apptests",
"//mojo/runner:tests",
« no previous file with comments | « no previous file | mojo/application/BUILD.gn » ('j') | mojo/tools/mopy/android.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698