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

Unified Diff: mojo/runner/BUILD.gn

Issue 1115463002: Fix mojo and mandoline android build breaks. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Exclude mandoline target on android for now; fix GN targets. Created 5 years, 8 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 | « mandoline/BUILD.gn ('k') | mojo/runner/shell_test_base_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/runner/BUILD.gn
diff --git a/mojo/runner/BUILD.gn b/mojo/runner/BUILD.gn
index 4028b1ce0be443327ad5da862dc2e6fe7b297a80..ae50592e00c783de0eb7fdc37854a459f69de62b 100644
--- a/mojo/runner/BUILD.gn
+++ b/mojo/runner/BUILD.gn
@@ -17,14 +17,14 @@ group("runner") {
deps = [
":mojo_runner",
- ":tests",
- "//mojo/shell:tests",
+ ":mojo_runner_unittests",
+ "//mojo/shell:mojo_shell_unittests",
]
if (is_android) {
deps += [
":mojo_runner_apk",
- ":tests_apk",
+ ":mojo_runner_unittests_apk",
]
}
}
@@ -332,9 +332,7 @@ mojom("child_process_bindings") {
]
}
-test("tests") {
- output_name = "mojo_runner_unittests"
-
+test("mojo_runner_unittests") {
sources = [
"child_process_host_unittest.cc",
"data_pipe_peek_unittest.cc",
« no previous file with comments | « mandoline/BUILD.gn ('k') | mojo/runner/shell_test_base_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698