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

Unified Diff: mojo/application/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
Index: mojo/application/BUILD.gn
diff --git a/mojo/application/BUILD.gn b/mojo/application/BUILD.gn
index 6c906c27579cb48d185bb4231e1936c2077670b5..958d87b0cc2a8c22e6437fe674dda3dcb33d868e 100644
--- a/mojo/application/BUILD.gn
+++ b/mojo/application/BUILD.gn
@@ -58,6 +58,6 @@ source_set("test_support") {
data_deps += [ "//mojo/android" ]
}
if (!is_component_build) {
- data_deps += [ "//mojo/runner:mojo_runner" ]
+ data_deps += [ "//mojo/runner" ]
}
}
« no previous file with comments | « mojo/BUILD.gn ('k') | mojo/tools/apptest_runner.py » ('j') | mojo/tools/mopy/android.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698