Chromium Code Reviews| Index: testing/buildbot/chromium.fyi.json |
| diff --git a/testing/buildbot/chromium.fyi.json b/testing/buildbot/chromium.fyi.json |
| index 99a943872eb80b444bc17ea87acbf01db2ac4c6a..f76ab05dbe77f4a9a74b0af6848bb84717559b1d 100644 |
| --- a/testing/buildbot/chromium.fyi.json |
| +++ b/testing/buildbot/chromium.fyi.json |
| @@ -202,5 +202,15 @@ |
| "mojo_system_unittests", |
| "nacl_loader_unittests" |
| ] |
| - } |
| + }, |
| + 'Linux ARM Cross-Compile': { |
|
Vadim Sh.
2014/05/29 21:06:01
nit: "Linux ARM Cross-Compile" (" quotes)
nodir
2014/05/29 21:15:31
This is actually not a nit. {'a':1} is not valid J
|
| + "compile_targets": [ |
| + "browser_tests_run" |
| + ], |
| + "gtest_tests": [ |
| + { |
|
Vadim Sh.
2014/05/29 21:06:01
nit: { on same indent level as gtest_tests (i.e. r
nodir
2014/05/29 21:15:31
If I do that and add a new test, not a dict, then
|
| + "test": "browser_tests" |
| + }, |
|
Vadim Sh.
2014/05/29 21:06:01
afaik trailing ',' in lists and dicts is not valid
|
| + ], |
| + }, |
| } |