| 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 { | 7 { |
| 8 "test": "app_installer_unittests", | 8 "test": "app_installer_unittests", |
| 9 "platforms": ["win"] | 9 "platforms": ["win"] |
| 10 }, | 10 }, |
| (...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 151 "sql_unittests", | 151 "sql_unittests", |
| 152 { | 152 { |
| 153 "test": "sync_integration_tests", | 153 "test": "sync_integration_tests", |
| 154 "swarming": { | 154 "swarming": { |
| 155 "can_use_on_swarming_builders": true, | 155 "can_use_on_swarming_builders": true, |
| 156 "shards": 3 | 156 "shards": 3 |
| 157 } | 157 } |
| 158 }, | 158 }, |
| 159 "sync_unit_tests", | 159 "sync_unit_tests", |
| 160 "ui_base_unittests", | 160 "ui_base_unittests", |
| 161 "ui_touch_selection_unittests", |
| 161 { | 162 { |
| 162 "test": "unit_tests", | 163 "test": "unit_tests", |
| 163 "swarming": { | 164 "swarming": { |
| 164 "can_use_on_swarming_builders": true, | 165 "can_use_on_swarming_builders": true, |
| 165 "shards": 2 | 166 "shards": 2 |
| 166 } | 167 } |
| 167 }, | 168 }, |
| 168 { | 169 { |
| 169 "test": "ui_chromeos_unittests", | 170 "test": "ui_chromeos_unittests", |
| 170 "platforms": ["linux"], | 171 "platforms": ["linux"], |
| (...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 239 "non_filter_tests_builders": [ | 240 "non_filter_tests_builders": [ |
| 240 ], | 241 ], |
| 241 | 242 |
| 242 "filter_compile_builders": [ | 243 "filter_compile_builders": [ |
| 243 "win_chromium_compile_dbg", | 244 "win_chromium_compile_dbg", |
| 244 "win_chromium_rel_swarming", | 245 "win_chromium_rel_swarming", |
| 245 "win_chromium_x64_rel_swarming", | 246 "win_chromium_x64_rel_swarming", |
| 246 "win8_chromium_rel" | 247 "win8_chromium_rel" |
| 247 ] | 248 ] |
| 248 } | 249 } |
| OLD | NEW |