| 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 221 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 232 ] | 232 ] |
| 233 }, | 233 }, |
| 234 "url_unittests", | 234 "url_unittests", |
| 235 "skia_unittests", | 235 "skia_unittests", |
| 236 { | 236 { |
| 237 "test": "wm_unittests", | 237 "test": "wm_unittests", |
| 238 "platforms": ["linux", "win"] | 238 "platforms": ["linux", "win"] |
| 239 }, | 239 }, |
| 240 { | 240 { |
| 241 "test": "extensions_browsertests", | 241 "test": "extensions_browsertests", |
| 242 "platforms": ["linux", "win"] | 242 "platforms": ["linux", "win"], |
| 243 "swarming": { |
| 244 "can_use_on_swarming_builders": true |
| 245 } |
| 243 }, | 246 }, |
| 244 { | 247 { |
| 245 "test": "app_shell_unittests", | 248 "test": "app_shell_unittests", |
| 246 "platforms": ["linux", "win"] | 249 "platforms": ["linux", "win"] |
| 247 }, | 250 }, |
| 248 { | 251 { |
| 249 "test": "aura_unittests", | 252 "test": "aura_unittests", |
| 250 "platforms": ["linux", "win"] | 253 "platforms": ["linux", "win"] |
| 251 }, | 254 }, |
| 252 { | 255 { |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 288 "non_filter_tests_builders": [ | 291 "non_filter_tests_builders": [ |
| 289 ], | 292 ], |
| 290 | 293 |
| 291 "filter_compile_builders": [ | 294 "filter_compile_builders": [ |
| 292 "win_chromium_compile_dbg", | 295 "win_chromium_compile_dbg", |
| 293 "win_chromium_rel_swarming", | 296 "win_chromium_rel_swarming", |
| 294 "win_chromium_x64_rel_swarming", | 297 "win_chromium_x64_rel_swarming", |
| 295 "win8_chromium_rel" | 298 "win8_chromium_rel" |
| 296 ] | 299 ] |
| 297 } | 300 } |
| OLD | NEW |