| OLD | NEW |
| 1 { | 1 { |
| 2 "compile_targets": [ | 2 "compile_targets": [ |
| 3 "all" | 3 "all" |
| 4 ], | 4 ], |
| 5 "gtest_tests": [ | 5 "gtest_tests": [ |
| 6 { | 6 { |
| 7 "test": "accessibility_unittests", | 7 "test": "accessibility_unittests", |
| 8 "swarming": { | 8 "swarming": { |
| 9 "can_use_on_swarming_builders": true | 9 "can_use_on_swarming_builders": true |
| 10 } | 10 } |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 44 } | 44 } |
| 45 }, | 45 }, |
| 46 { | 46 { |
| 47 "test": "browser_tests", | 47 "test": "browser_tests", |
| 48 "swarming": { | 48 "swarming": { |
| 49 "can_use_on_swarming_builders": true, | 49 "can_use_on_swarming_builders": true, |
| 50 "shards": 8 | 50 "shards": 8 |
| 51 } | 51 } |
| 52 }, | 52 }, |
| 53 "cacheinvalidation_unittests", | 53 "cacheinvalidation_unittests", |
| 54 "cast_unittests", | 54 { |
| 55 "test": "cast_unittests", |
| 56 "swarming": { |
| 57 "can_use_on_swarming_builders": true |
| 58 } |
| 59 }, |
| 55 { | 60 { |
| 56 "test": "cc_unittests", | 61 "test": "cc_unittests", |
| 57 "swarming": { | 62 "swarming": { |
| 58 "can_use_on_swarming_builders": true | 63 "can_use_on_swarming_builders": true |
| 59 } | 64 } |
| 60 }, | 65 }, |
| 61 "chromedriver_unittests", | 66 "chromedriver_unittests", |
| 62 { | 67 { |
| 63 "test": "chromevox_tests", | 68 "test": "chromevox_tests", |
| 64 "chromium_configs": [ | 69 "chromium_configs": [ |
| (...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 298 "non_filter_tests_builders": [ | 303 "non_filter_tests_builders": [ |
| 299 ], | 304 ], |
| 300 | 305 |
| 301 "filter_compile_builders": [ | 306 "filter_compile_builders": [ |
| 302 "win_chromium_compile_dbg", | 307 "win_chromium_compile_dbg", |
| 303 "win_chromium_rel_swarming", | 308 "win_chromium_rel_swarming", |
| 304 "win_chromium_x64_rel_swarming", | 309 "win_chromium_x64_rel_swarming", |
| 305 "win8_chromium_rel" | 310 "win8_chromium_rel" |
| 306 ] | 311 ] |
| 307 } | 312 } |
| OLD | NEW |