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 } |
11 }, | 11 }, |
12 { | 12 { |
13 "test": "app_installer_unittests", | 13 "test": "app_installer_unittests", |
14 "platforms": ["win"] | 14 "platforms": ["win"] |
15 }, | 15 }, |
16 { | 16 { |
17 "test": "app_list_unittests", | 17 "test": "app_list_unittests", |
18 "swarming": { | 18 "swarming": { |
19 "can_use_on_swarming_builders": true | 19 "can_use_on_swarming_builders": true |
20 } | 20 } |
21 }, | 21 }, |
22 "app_shell_browsertests", | |
23 "app_shell_unittests", | |
24 { | 22 { |
25 "test": "ash_unittests", | 23 "test": "ash_unittests", |
26 "chromium_configs": [ | 24 "chromium_configs": [ |
27 "chromium_chromeos", | 25 "chromium_chromeos", |
28 "chromium_chromeos_clang", | 26 "chromium_chromeos_clang", |
29 "chromium_chromeos_ozone" | 27 "chromium_chromeos_ozone" |
30 ], | 28 ], |
31 "swarming": { | 29 "swarming": { |
32 "can_use_on_swarming_builders": true | 30 "can_use_on_swarming_builders": true |
33 } | 31 } |
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
211 "chromium_chromeos_clang", | 209 "chromium_chromeos_clang", |
212 "chromium_chromeos_ozone" | 210 "chromium_chromeos_ozone" |
213 ] | 211 ] |
214 }, | 212 }, |
215 "url_unittests", | 213 "url_unittests", |
216 { | 214 { |
217 "test": "wm_unittests", | 215 "test": "wm_unittests", |
218 "platforms": ["linux", "win"] | 216 "platforms": ["linux", "win"] |
219 }, | 217 }, |
220 { | 218 { |
| 219 "test": "app_shell_browsertests", |
| 220 "platforms": ["linux", "win"] |
| 221 }, |
| 222 { |
| 223 "test": "app_shell_unittests", |
| 224 "platforms": ["linux", "win"] |
| 225 }, |
| 226 { |
221 "test": "aura_unittests", | 227 "test": "aura_unittests", |
222 "platforms": ["linux", "win"] | 228 "platforms": ["linux", "win"] |
223 }, | 229 }, |
224 { | 230 { |
225 "test": "views_unittests", | 231 "test": "views_unittests", |
226 "platforms": ["linux", "win"] | 232 "platforms": ["linux", "win"] |
227 }, | 233 }, |
228 { | 234 { |
229 "test": "sandbox_linux_unittests", | 235 "test": "sandbox_linux_unittests", |
230 "platforms": ["linux"], | 236 "platforms": ["linux"], |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
269 "non_filter_tests_builders": [ | 275 "non_filter_tests_builders": [ |
270 ], | 276 ], |
271 | 277 |
272 "filter_compile_builders": [ | 278 "filter_compile_builders": [ |
273 "win_chromium_compile_dbg", | 279 "win_chromium_compile_dbg", |
274 "win_chromium_rel_swarming", | 280 "win_chromium_rel_swarming", |
275 "win_chromium_x64_rel_swarming", | 281 "win_chromium_x64_rel_swarming", |
276 "win8_chromium_rel" | 282 "win8_chromium_rel" |
277 ] | 283 ] |
278 } | 284 } |
OLD | NEW |