| 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": "ash_unittests", | 9 "test": "ash_unittests", |
| 10 "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"], | 10 "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"], |
| (...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 159 { | 159 { |
| 160 "test": "unit_tests", | 160 "test": "unit_tests", |
| 161 "swarming": { | 161 "swarming": { |
| 162 "can_use_on_swarming_builders": true, | 162 "can_use_on_swarming_builders": true, |
| 163 "shards": 2 | 163 "shards": 2 |
| 164 } | 164 } |
| 165 }, | 165 }, |
| 166 "url_unittests", | 166 "url_unittests", |
| 167 { | 167 { |
| 168 "test": "wm_unittests", | 168 "test": "wm_unittests", |
| 169 "platforms": ["linux"] | 169 "platforms": ["linux", "win"] |
| 170 }, | 170 }, |
| 171 { | 171 { |
| 172 "test": "app_shell_browsertests", | 172 "test": "app_shell_browsertests", |
| 173 "platforms": ["linux"] | 173 "platforms": ["linux"] |
| 174 }, | 174 }, |
| 175 { | 175 { |
| 176 "test": "app_shell_unittests", | 176 "test": "app_shell_unittests", |
| 177 "platforms": ["linux", "win"] | 177 "platforms": ["linux", "win"] |
| 178 }, | 178 }, |
| 179 { | 179 { |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 224 "non_filter_tests_builders": [ | 224 "non_filter_tests_builders": [ |
| 225 ], | 225 ], |
| 226 | 226 |
| 227 "filter_compile_builders": [ | 227 "filter_compile_builders": [ |
| 228 "win_chromium_compile_dbg", | 228 "win_chromium_compile_dbg", |
| 229 "win_chromium_rel_swarming", | 229 "win_chromium_rel_swarming", |
| 230 "win_chromium_x64_rel_swarming", | 230 "win_chromium_x64_rel_swarming", |
| 231 "win8_chromium_rel" | 231 "win8_chromium_rel" |
| 232 ] | 232 ] |
| 233 } | 233 } |
| OLD | NEW |