diff options
author | msw <msw@chromium.org> | 2015-06-19 11:12:45 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-06-19 18:13:19 +0000 |
commit | 056493c2718ee1017c6acf3c2bb8056e6c77731f (patch) | |
tree | 202502727ffffc8d14b82f66c9e62ba4d592db68 /components/resource_provider | |
parent | 2e4a8618a8ae3cffac5c8dc10ade796c404710fa (diff) | |
download | chromium_src-056493c2718ee1017c6acf3c2bb8056e6c77731f.zip chromium_src-056493c2718ee1017c6acf3c2bb8056e6c77731f.tar.gz chromium_src-056493c2718ee1017c6acf3c2bb8056e6c77731f.tar.bz2 |
Reland: Run mojo unit tests on the Android main waterfall.
The original CL broke the bot with this compile error:
ninja:error: unknown target 'html_viewer_unittests_apk'
This CL also renames the targets to their output names.
(we could also fix *_apk target names, but this seems okay)
Also add mojo_view_manager_lib_unittests to the list.
Description from https://codereview.chromium.org/1145343005
Run Mojo additional unit tests on the "Android GN" bot:
http://build.chromium.org/p/chromium.linux/builders/Android%20GN
(No CQ yet; need Android GN testing support/devices there...)
Add the necessary target mappings to ninja_to_gn.pyl
Similar tests already run on Linux GN and our chromium.mojo FYI:
http://build.chromium.org/p/chromium.linux/builders/Linux%20GN
http://build.chromium.org/p/chromium.mojo/builders/Chromium%20Mojo%20Android
BUG=478244,359249
TEST=Steps run and pass on the bot.
R=dpranke@chromium.org,sky@chromium.org
Review URL: https://codereview.chromium.org/1195623002
Cr-Commit-Position: refs/heads/master@{#335293}
Diffstat (limited to 'components/resource_provider')
-rw-r--r-- | components/resource_provider/BUILD.gn | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/components/resource_provider/BUILD.gn b/components/resource_provider/BUILD.gn index b495aa7..f151d12 100644 --- a/components/resource_provider/BUILD.gn +++ b/components/resource_provider/BUILD.gn @@ -94,8 +94,7 @@ source_set("lib") { ] } -test("tests") { - output_name = "resource_provider_unittests" +test("resource_provider_unittests") { sources = [ "file_utils_unittest.cc", ] |