| 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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 "cast_unittests", |
| 55 "cc_unittests", | 55 { |
| 56 "test": "cc_unittests", |
| 57 "swarming": { |
| 58 "can_use_on_swarming_builders": true |
| 59 } |
| 60 }, |
| 56 "chromedriver_unittests", | 61 "chromedriver_unittests", |
| 57 { | 62 { |
| 58 "test": "chromevox_tests", | 63 "test": "chromevox_tests", |
| 59 "chromium_configs": [ | 64 "chromium_configs": [ |
| 60 "chromium_chromeos", | 65 "chromium_chromeos", |
| 61 "chromium_chromeos_clang", | 66 "chromium_chromeos_clang", |
| 62 "chromium_chromeos_ozone" | 67 "chromium_chromeos_ozone" |
| 63 ] | 68 ] |
| 64 }, | 69 }, |
| 65 { | 70 { |
| 66 "test": "chrome_elf_unittests", | 71 "test": "chrome_elf_unittests", |
| 67 "platforms": ["win"] | 72 "platforms": ["win"] |
| 68 }, | 73 }, |
| 69 "components_browsertests", | 74 { |
| 75 "test": "components_browsertests", |
| 76 "swarming": { |
| 77 "can_use_on_swarming_builders": true |
| 78 } |
| 79 }, |
| 70 { | 80 { |
| 71 "test": "components_unittests", | 81 "test": "components_unittests", |
| 72 "swarming": { | 82 "swarming": { |
| 73 "can_use_on_swarming_builders": true | 83 "can_use_on_swarming_builders": true |
| 74 } | 84 } |
| 75 }, | 85 }, |
| 76 { | 86 { |
| 77 "test": "compositor_unittests", | 87 "test": "compositor_unittests", |
| 78 "platforms": ["linux", "win"] | 88 "platforms": ["linux", "win"] |
| 79 }, | 89 }, |
| (...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 226 "chromium_chromeos_ozone" | 236 "chromium_chromeos_ozone" |
| 227 ] | 237 ] |
| 228 }, | 238 }, |
| 229 "url_unittests", | 239 "url_unittests", |
| 230 "skia_unittests", | 240 "skia_unittests", |
| 231 { | 241 { |
| 232 "test": "wm_unittests", | 242 "test": "wm_unittests", |
| 233 "platforms": ["linux", "win"] | 243 "platforms": ["linux", "win"] |
| 234 }, | 244 }, |
| 235 { | 245 { |
| 236 "test": "app_shell_browsertests", | 246 "test": "extensions_browsertests", |
| 237 "platforms": ["linux", "win"] | 247 "platforms": ["linux", "win"], |
| 248 "swarming": { |
| 249 "can_use_on_swarming_builders": true |
| 250 } |
| 238 }, | 251 }, |
| 239 { | 252 { |
| 240 "test": "app_shell_unittests", | 253 "test": "app_shell_unittests", |
| 241 "platforms": ["linux", "win"] | 254 "platforms": ["linux", "win"] |
| 242 }, | 255 }, |
| 243 { | 256 { |
| 244 "test": "aura_unittests", | 257 "test": "aura_unittests", |
| 245 "platforms": ["linux", "win"] | 258 "platforms": ["linux", "win"] |
| 246 }, | 259 }, |
| 247 { | 260 { |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 283 "non_filter_tests_builders": [ | 296 "non_filter_tests_builders": [ |
| 284 ], | 297 ], |
| 285 | 298 |
| 286 "filter_compile_builders": [ | 299 "filter_compile_builders": [ |
| 287 "win_chromium_compile_dbg", | 300 "win_chromium_compile_dbg", |
| 288 "win_chromium_rel_swarming", | 301 "win_chromium_rel_swarming", |
| 289 "win_chromium_x64_rel_swarming", | 302 "win_chromium_x64_rel_swarming", |
| 290 "win8_chromium_rel" | 303 "win8_chromium_rel" |
| 291 ] | 304 ] |
| 292 } | 305 } |
| OLD | NEW |