Chromium Code Reviews| Index: testing/buildbot/chromium_trybot.json |
| diff --git a/testing/buildbot/chromium_trybot.json b/testing/buildbot/chromium_trybot.json |
| index 2fa23bdccaf34254cd403b6251e37fada187dfe0..dbf8e850a7111901b3dc0db4b32f0e4b37062301 100644 |
| --- a/testing/buildbot/chromium_trybot.json |
| +++ b/testing/buildbot/chromium_trybot.json |
| @@ -58,6 +58,18 @@ |
| "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"] |
| }, |
| { |
| + "test": "ash_unittests", |
| + "chromium_configs": ["chromium_chromeos"] |
| + }, |
| + { |
| + "test": "ash_unittests", |
| + "platforms": ["win"], |
|
sky
2014/05/16 16:34:14
I'm not sure this is the right way to specify chro
Paweł Hajdan Jr.
2014/05/19 10:15:45
The patch is correct.
I don't think you could mer
|
| + }, |
| + { |
| + "test": "aura_unittests", |
| + "platforms": ["linux", "win"], |
| + }, |
| + { |
| "test": "mojo_view_manager_unittests", |
| "platforms": ["linux"] |
| }, |