summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorpkotwicz <pkotwicz@chromium.org>2015-11-16 21:25:43 -0800
committerCommit bot <commit-bot@chromium.org>2015-11-17 05:26:22 +0000
commit5de32ecdf18b3ab177eb36a34c91d83da1d8d26f (patch)
tree9488b786c47401bf4e4c572aa93b90a4af471c3a /testing
parent2c3deaa48caa29608c13d7f7e6e22ae79b2e0313 (diff)
downloadchromium_src-5de32ecdf18b3ab177eb36a34c91d83da1d8d26f.zip
chromium_src-5de32ecdf18b3ab177eb36a34c91d83da1d8d26f.tar.gz
chromium_src-5de32ecdf18b3ab177eb36a34c91d83da1d8d26f.tar.bz2
Enable components_browsertests and content_browsertests on "Android GN" bot
BUG=510485 Review URL: https://codereview.chromium.org/1451103002 Cr-Commit-Position: refs/heads/master@{#360010}
Diffstat (limited to 'testing')
-rw-r--r--testing/buildbot/chromium.linux.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/testing/buildbot/chromium.linux.json b/testing/buildbot/chromium.linux.json
index 8dd8336..9caca88 100644
--- a/testing/buildbot/chromium.linux.json
+++ b/testing/buildbot/chromium.linux.json
@@ -14,9 +14,15 @@
"test": "cc_unittests"
},
{
+ "test": "components_browsertests"
+ },
+ {
"test": "components_unittests"
},
{
+ "test": "content_browsertests"
+ },
+ {
"test": "content_unittests"
},
{