Index: testing/buildbot/chromium_trybot.json |
diff --git a/testing/buildbot/chromium_trybot.json b/testing/buildbot/chromium_trybot.json |
index ab353932197f6b42c1a18c49e7af35a6badc9d8a..a28220374f2a22a8a170ae1812816598e073bbd9 100644 |
--- a/testing/buildbot/chromium_trybot.json |
+++ b/testing/buildbot/chromium_trybot.json |
@@ -30,6 +30,10 @@ |
"test": "chrome_elf_unittests", |
"platforms": ["win"] |
}, |
+ { |
+ "test": "components_browsertests", |
+ "platforms": ["linux", "mac", "win"] |
Paweł Hajdan Jr.
2014/09/16 22:31:56
This is not needed since the test runs on all plat
nyquist
2014/09/16 22:49:53
Done.
|
+ }, |
"components_unittests", |
{ |
"test": "compositor_unittests", |