| 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 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 72 "swarming": { | 72 "swarming": { |
| 73 "can_use_on_swarming_builders": true | 73 "can_use_on_swarming_builders": true |
| 74 } | 74 } |
| 75 }, | 75 }, |
| 76 { | 76 { |
| 77 "test": "compositor_unittests", | 77 "test": "compositor_unittests", |
| 78 "platforms": ["linux", "win"] | 78 "platforms": ["linux", "win"] |
| 79 }, | 79 }, |
| 80 { | 80 { |
| 81 "test": "courgette_unittests", | 81 "test": "courgette_unittests", |
| 82 "can_use_on_swarming_builders": true, |
| 82 "platforms": ["win"] | 83 "platforms": ["win"] |
| 83 }, | 84 }, |
| 84 { | 85 { |
| 85 "test": "content_browsertests", | 86 "test": "content_browsertests", |
| 86 "swarming": { | 87 "swarming": { |
| 87 "can_use_on_swarming_builders": true | 88 "can_use_on_swarming_builders": true |
| 88 } | 89 } |
| 89 }, | 90 }, |
| 90 { | 91 { |
| 91 "test": "content_unittests", | 92 "test": "content_unittests", |
| (...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 282 "non_filter_tests_builders": [ | 283 "non_filter_tests_builders": [ |
| 283 ], | 284 ], |
| 284 | 285 |
| 285 "filter_compile_builders": [ | 286 "filter_compile_builders": [ |
| 286 "win_chromium_compile_dbg", | 287 "win_chromium_compile_dbg", |
| 287 "win_chromium_rel_swarming", | 288 "win_chromium_rel_swarming", |
| 288 "win_chromium_x64_rel_swarming", | 289 "win_chromium_x64_rel_swarming", |
| 289 "win8_chromium_rel" | 290 "win8_chromium_rel" |
| 290 ] | 291 ] |
| 291 } | 292 } |
| OLD | NEW |