| 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 216 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 227 ] | 227 ] |
| 228 }, | 228 }, |
| 229 "url_unittests", | 229 "url_unittests", |
| 230 "skia_unittests", | 230 "skia_unittests", |
| 231 { | 231 { |
| 232 "test": "wm_unittests", | 232 "test": "wm_unittests", |
| 233 "platforms": ["linux", "win"] | 233 "platforms": ["linux", "win"] |
| 234 }, | 234 }, |
| 235 { | 235 { |
| 236 "test": "extensions_browsertests", | 236 "test": "extensions_browsertests", |
| 237 "platforms": ["linux", "win"], | 237 "platforms": ["linux", "win"] |
| 238 "swarming": { | |
| 239 "can_use_on_swarming_builders": true | |
| 240 } | |
| 241 }, | 238 }, |
| 242 { | 239 { |
| 243 "test": "app_shell_unittests", | 240 "test": "app_shell_unittests", |
| 244 "platforms": ["linux", "win"] | 241 "platforms": ["linux", "win"] |
| 245 }, | 242 }, |
| 246 { | 243 { |
| 247 "test": "aura_unittests", | 244 "test": "aura_unittests", |
| 248 "platforms": ["linux", "win"] | 245 "platforms": ["linux", "win"] |
| 249 }, | 246 }, |
| 250 { | 247 { |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 286 "non_filter_tests_builders": [ | 283 "non_filter_tests_builders": [ |
| 287 ], | 284 ], |
| 288 | 285 |
| 289 "filter_compile_builders": [ | 286 "filter_compile_builders": [ |
| 290 "win_chromium_compile_dbg", | 287 "win_chromium_compile_dbg", |
| 291 "win_chromium_rel_swarming", | 288 "win_chromium_rel_swarming", |
| 292 "win_chromium_x64_rel_swarming", | 289 "win_chromium_x64_rel_swarming", |
| 293 "win8_chromium_rel" | 290 "win8_chromium_rel" |
| 294 ] | 291 ] |
| 295 } | 292 } |
| OLD | NEW |