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

Unified Diff: mojo/shell/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 | « mojo/runner/shell_test_base_android.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/BUILD.gn
diff --git a/mojo/shell/BUILD.gn b/mojo/shell/BUILD.gn
index 3c817ab1bc45eb1f9763cf2cf40b80cb7cdde7a0..71a0858f977d8f7b63cb9556f782e53da8cf8a98 100644
--- a/mojo/shell/BUILD.gn
+++ b/mojo/shell/BUILD.gn
@@ -49,9 +49,7 @@ source_set("shell") {
]
}
-test("tests") {
- output_name = "mojo_shell_unittests"
-
+test("mojo_shell_unittests") {
sources = [
"application_manager_unittest.cc",
"query_util_unittest.cc",
« no previous file with comments | « mojo/runner/shell_test_base_android.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698