diff options
author | msw <msw@chromium.org> | 2015-05-07 15:10:43 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-05-07 22:11:25 +0000 |
commit | f25a77f6df2637fea811581068e8e557f5b28544 (patch) | |
tree | 4a02c2ed9bebb5ab13306ed09956c0a358fe003f /mojo/shell | |
parent | 1a43e72e774c030d2916219e109cb18e8b906421 (diff) | |
download | chromium_src-f25a77f6df2637fea811581068e8e557f5b28544.zip chromium_src-f25a77f6df2637fea811581068e8e557f5b28544.tar.gz chromium_src-f25a77f6df2637fea811581068e8e557f5b28544.tar.bz2 |
Use output_name for Mojo and Mandoline test targets.
I added support for Android test target output_name in:
https://codereview.chromium.org/1127053003/
BUG=482679
TEST=Android test apks use output_name; work as expected.
R=sky@chromium.org
Review URL: https://codereview.chromium.org/1135633002
Cr-Commit-Position: refs/heads/master@{#328852}
Diffstat (limited to 'mojo/shell')
-rw-r--r-- | mojo/shell/BUILD.gn | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mojo/shell/BUILD.gn b/mojo/shell/BUILD.gn index 71a0858..8e1988fc 100644 --- a/mojo/shell/BUILD.gn +++ b/mojo/shell/BUILD.gn @@ -49,7 +49,8 @@ source_set("shell") { ] } -test("mojo_shell_unittests") { +test("tests") { + output_name = "mojo_shell_unittests" sources = [ "application_manager_unittest.cc", "query_util_unittest.cc", |