| OLD | NEW |
| 1 { | 1 { |
| 2 "compile_targets": [ | 2 "compile_targets": [ |
| 3 "all" | 3 "all" |
| 4 ], | 4 ], |
| 5 "gtest_tests": [ | 5 "gtest_tests": [ |
| 6 "accessibility_unittests", | 6 "accessibility_unittests", |
| 7 "app_list_unittests", | 7 "app_list_unittests", |
| 8 { | 8 { |
| 9 "test": "base_unittests", | 9 "test": "base_unittests", |
| 10 "swarming": { | 10 "swarming": { |
| (...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 116 }, | 116 }, |
| 117 { | 117 { |
| 118 "test": "sbox_validation_tests", | 118 "test": "sbox_validation_tests", |
| 119 "platforms": ["win"] | 119 "platforms": ["win"] |
| 120 }, | 120 }, |
| 121 { | 121 { |
| 122 "test": "sbox_unittests", | 122 "test": "sbox_unittests", |
| 123 "platforms": ["win"] | 123 "platforms": ["win"] |
| 124 }, | 124 }, |
| 125 "sql_unittests", | 125 "sql_unittests", |
| 126 "sync_integration_tests", | 126 { |
| 127 "test": "sync_integration_tests", |
| 128 "swarming": { |
| 129 "can_use_on_swarming_builders": true, |
| 130 "shards": 3 |
| 131 } |
| 132 }, |
| 127 "sync_unit_tests", | 133 "sync_unit_tests", |
| 128 "ui_unittests", | 134 "ui_unittests", |
| 129 { | 135 { |
| 130 "test": "unit_tests", | 136 "test": "unit_tests", |
| 131 "swarming": { | 137 "swarming": { |
| 132 "can_use_on_swarming_builders": true, | 138 "can_use_on_swarming_builders": true, |
| 133 "shards": 2 | 139 "shards": 2 |
| 134 } | 140 } |
| 135 }, | 141 }, |
| 136 "url_unittests", | 142 "url_unittests", |
| (...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 200 "tools/perf/.*", | 206 "tools/perf/.*", |
| 201 "tools/telemetry/.*", | 207 "tools/telemetry/.*", |
| 202 "tools/whitespace.txt" | 208 "tools/whitespace.txt" |
| 203 ], | 209 ], |
| 204 | 210 |
| 205 "filter_builders": [ | 211 "filter_builders": [ |
| 206 "linux_chromium_clang_dbg", | 212 "linux_chromium_clang_dbg", |
| 207 "mac_chromium_rel" | 213 "mac_chromium_rel" |
| 208 ] | 214 ] |
| 209 } | 215 } |
| OLD | NEW |