Chromium Code Reviews| Index: testing/buildbot/chromium_trybot.json |
| diff --git a/testing/buildbot/chromium_trybot.json b/testing/buildbot/chromium_trybot.json |
| index 34516b39f80b348cb6addf7eb739fc272b7786f0..b1cb7d3648c4579c164c519a1d53dec6e3ab287b 100644 |
| --- a/testing/buildbot/chromium_trybot.json |
| +++ b/testing/buildbot/chromium_trybot.json |
| @@ -57,5 +57,14 @@ |
| "test": "sandbox_linux_unittests", |
| "platforms": ["linux"], |
| "args": ["--test-launcher-print-test-stdio=always"] |
| + }, |
| + { |
| + "test": "views_unittests", |
| + "platforms": ["win"] |
| + }, |
| + { |
| + "test": "views_unittests", |
| + "platforms": ["linux"], |
| + "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"] |
|
sky
2014/04/30 21:27:52
Sorry for the delayed question. Why the chromium_c
|
| } |
| ] |