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 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
60 "chromium_chromeos", | 60 "chromium_chromeos", |
61 "chromium_chromeos_clang", | 61 "chromium_chromeos_clang", |
62 "chromium_chromeos_ozone" | 62 "chromium_chromeos_ozone" |
63 ] | 63 ] |
64 }, | 64 }, |
65 { | 65 { |
66 "test": "chrome_elf_unittests", | 66 "test": "chrome_elf_unittests", |
67 "platforms": ["win"] | 67 "platforms": ["win"] |
68 }, | 68 }, |
69 "components_browsertests", | 69 "components_browsertests", |
70 { | 70 "components_unittests", |
71 "test": "components_unittests", | |
72 "swarming": { | |
73 "can_use_on_swarming_builders": true | |
74 } | |
75 }, | |
76 { | 71 { |
77 "test": "compositor_unittests", | 72 "test": "compositor_unittests", |
78 "platforms": ["linux", "win"] | 73 "platforms": ["linux", "win"] |
79 }, | 74 }, |
80 { | 75 { |
81 "test": "courgette_unittests", | 76 "test": "courgette_unittests", |
82 "platforms": ["win"] | 77 "platforms": ["win"] |
83 }, | 78 }, |
84 { | 79 { |
85 "test": "content_browsertests", | 80 "test": "content_browsertests", |
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
272 "non_filter_tests_builders": [ | 267 "non_filter_tests_builders": [ |
273 ], | 268 ], |
274 | 269 |
275 "filter_compile_builders": [ | 270 "filter_compile_builders": [ |
276 "win_chromium_compile_dbg", | 271 "win_chromium_compile_dbg", |
277 "win_chromium_rel_swarming", | 272 "win_chromium_rel_swarming", |
278 "win_chromium_x64_rel_swarming", | 273 "win_chromium_x64_rel_swarming", |
279 "win8_chromium_rel" | 274 "win8_chromium_rel" |
280 ] | 275 ] |
281 } | 276 } |
OLD | NEW |