summaryrefslogtreecommitdiffstats
path: root/components/resource_provider
diff options
context:
space:
mode:
authormsw <msw@chromium.org>2015-06-19 11:12:45 -0700
committerCommit bot <commit-bot@chromium.org>2015-06-19 18:13:19 +0000
commit056493c2718ee1017c6acf3c2bb8056e6c77731f (patch)
tree202502727ffffc8d14b82f66c9e62ba4d592db68 /components/resource_provider
parent2e4a8618a8ae3cffac5c8dc10ade796c404710fa (diff)
downloadchromium_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.gn3
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",
]