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 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
225 "chromium_chromeos_ozone" | 225 "chromium_chromeos_ozone" |
226 ] | 226 ] |
227 }, | 227 }, |
228 "url_unittests", | 228 "url_unittests", |
229 "skia_unittests", | 229 "skia_unittests", |
230 { | 230 { |
231 "test": "wm_unittests", | 231 "test": "wm_unittests", |
232 "platforms": ["linux", "win"] | 232 "platforms": ["linux", "win"] |
233 }, | 233 }, |
234 { | 234 { |
235 "test": "app_shell_browsertests", | 235 "test": "extensions_browsertests", |
236 "platforms": ["linux", "win"] | 236 "platforms": ["linux", "win"] |
237 }, | 237 }, |
238 { | 238 { |
239 "test": "app_shell_unittests", | 239 "test": "app_shell_unittests", |
240 "platforms": ["linux", "win"] | 240 "platforms": ["linux", "win"] |
241 }, | 241 }, |
242 { | 242 { |
243 "test": "aura_unittests", | 243 "test": "aura_unittests", |
244 "platforms": ["linux", "win"] | 244 "platforms": ["linux", "win"] |
245 }, | 245 }, |
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
282 "non_filter_tests_builders": [ | 282 "non_filter_tests_builders": [ |
283 ], | 283 ], |
284 | 284 |
285 "filter_compile_builders": [ | 285 "filter_compile_builders": [ |
286 "win_chromium_compile_dbg", | 286 "win_chromium_compile_dbg", |
287 "win_chromium_rel_swarming", | 287 "win_chromium_rel_swarming", |
288 "win_chromium_x64_rel_swarming", | 288 "win_chromium_x64_rel_swarming", |
289 "win8_chromium_rel" | 289 "win8_chromium_rel" |
290 ] | 290 ] |
291 } | 291 } |
OLD | NEW |