Index: testing/buildbot/chromium_trybot.json |
diff --git a/testing/buildbot/chromium_trybot.json b/testing/buildbot/chromium_trybot.json |
index 34516b39f80b348cb6addf7eb739fc272b7786f0..38680ad0f7fd4c8a5615053018cbc254c71482a7 100644 |
--- a/testing/buildbot/chromium_trybot.json |
+++ b/testing/buildbot/chromium_trybot.json |
@@ -57,5 +57,9 @@ |
"test": "sandbox_linux_unittests", |
"platforms": ["linux"], |
"args": ["--test-launcher-print-test-stdio=always"] |
+ }, |
+ { |
+ "test": "views_unittests", |
+ "platforms": ["chromiumos", "win"] |
Paweł Hajdan Jr.
2014/04/28 11:01:12
There is no chromiumos platform.
You may need two
tfarina
2014/04/28 13:30:57
Please, see if I got this right.
|
} |
] |