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 "components_unittests", | 70 { |
| 71 "test": "components_unittests", |
| 72 "swarming": { |
| 73 "can_use_on_swarming_builders": true |
| 74 } |
| 75 }, |
71 { | 76 { |
72 "test": "compositor_unittests", | 77 "test": "compositor_unittests", |
73 "platforms": ["linux", "win"] | 78 "platforms": ["linux", "win"] |
74 }, | 79 }, |
75 { | 80 { |
76 "test": "courgette_unittests", | 81 "test": "courgette_unittests", |
77 "platforms": ["win"] | 82 "platforms": ["win"] |
78 }, | 83 }, |
79 { | 84 { |
80 "test": "content_browsertests", | 85 "test": "content_browsertests", |
(...skipping 24 matching lines...) Expand all Loading... |
105 "platforms": ["win", "mac", "linux"] | 110 "platforms": ["win", "mac", "linux"] |
106 }, | 111 }, |
107 "gcm_unit_tests", | 112 "gcm_unit_tests", |
108 { | 113 { |
109 "test": "gfx_unittests", | 114 "test": "gfx_unittests", |
110 "swarming": { | 115 "swarming": { |
111 "can_use_on_swarming_builders": true | 116 "can_use_on_swarming_builders": true |
112 } | 117 } |
113 }, | 118 }, |
114 "google_apis_unittests", | 119 "google_apis_unittests", |
115 "gpu_unittests", | 120 { |
| 121 "test": "gpu_unittests", |
| 122 "swarming": { |
| 123 "can_use_on_swarming_builders": true |
| 124 } |
| 125 }, |
116 { | 126 { |
117 "test": "interactive_ui_tests", | 127 "test": "interactive_ui_tests", |
118 "swarming": { | 128 "swarming": { |
119 "can_use_on_swarming_builders": true, | 129 "can_use_on_swarming_builders": true, |
120 "shards": 3 | 130 "shards": 3 |
121 } | 131 } |
122 }, | 132 }, |
123 { | 133 { |
124 "test": "installer_util_unittests", | 134 "test": "installer_util_unittests", |
125 "platforms": ["win"] | 135 "platforms": ["win"] |
126 }, | 136 }, |
127 { | 137 { |
128 "test": "ipc_mojo_unittests", | 138 "test": "ipc_mojo_unittests", |
129 "platforms": ["linux"] | 139 "platforms": ["linux"] |
130 }, | 140 }, |
131 "ipc_tests", | 141 "ipc_tests", |
132 "jingle_unittests", | 142 "jingle_unittests", |
133 { | 143 { |
134 "test": "keyboard_unittests", | 144 "test": "keyboard_unittests", |
135 "platforms": ["linux", "win"] | 145 "platforms": ["linux", "win"] |
136 }, | 146 }, |
137 "media_perftests", | 147 "media_perftests", |
138 "media_unittests", | 148 { |
| 149 "test": "media_unittests", |
| 150 "swarming": { |
| 151 "can_use_on_swarming_builders": true |
| 152 } |
| 153 }, |
139 { | 154 { |
140 "test": "message_center_unittests", | 155 "test": "message_center_unittests", |
141 "swarming": { | 156 "swarming": { |
142 "can_use_on_swarming_builders": true | 157 "can_use_on_swarming_builders": true |
143 } | 158 } |
144 }, | 159 }, |
145 "mojo_common_unittests", | 160 "mojo_common_unittests", |
146 "mojo_public_bindings_unittests", | 161 "mojo_public_bindings_unittests", |
147 "mojo_public_environment_unittests", | 162 "mojo_public_environment_unittests", |
148 "mojo_public_system_unittests", | 163 "mojo_public_system_unittests", |
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
244 { | 259 { |
245 "test": "chromeos_unittests", | 260 "test": "chromeos_unittests", |
246 "platforms": ["linux"], | 261 "platforms": ["linux"], |
247 "chromium_configs": [ | 262 "chromium_configs": [ |
248 "chromium_chromeos", | 263 "chromium_chromeos", |
249 "chromium_chromeos_clang", | 264 "chromium_chromeos_clang", |
250 "chromium_chromeos_ozone" | 265 "chromium_chromeos_ozone" |
251 ] | 266 ] |
252 }, | 267 }, |
253 { | 268 { |
254 "test": "athena_unittests", | |
255 "platforms": ["linux"], | |
256 "chromium_configs": [ | |
257 "chromium_chromeos", | |
258 "chromium_chromeos_athena", | |
259 "chromium_chromeos_ozone" | |
260 ] | |
261 }, | |
262 { | |
263 "test": "display_unittests", | 269 "test": "display_unittests", |
264 "platforms": ["linux"] | 270 "platforms": ["linux"] |
265 }, | 271 }, |
266 { | 272 { |
267 "test": "ozone_unittests", | 273 "test": "ozone_unittests", |
268 "platforms": ["linux"], | 274 "platforms": ["linux"], |
269 "chromium_configs": ["chromium_chromeos_ozone"] | 275 "chromium_configs": ["chromium_chromeos_ozone"] |
270 } | 276 } |
271 ], | 277 ], |
272 | 278 |
273 "non_filter_builders": [ | 279 "non_filter_builders": [ |
274 ], | 280 ], |
275 | 281 |
276 "non_filter_tests_builders": [ | 282 "non_filter_tests_builders": [ |
277 ], | 283 ], |
278 | 284 |
279 "filter_compile_builders": [ | 285 "filter_compile_builders": [ |
280 "win_chromium_compile_dbg", | 286 "win_chromium_compile_dbg", |
281 "win_chromium_rel_swarming", | 287 "win_chromium_rel_swarming", |
282 "win_chromium_x64_rel_swarming", | 288 "win_chromium_x64_rel_swarming", |
283 "win8_chromium_rel" | 289 "win8_chromium_rel" |
284 ] | 290 ] |
285 } | 291 } |
OLD | NEW |