OLD | NEW |
1 { | 1 { |
2 "compile_targets": [ | 2 "compile_targets": [ |
3 "all" | 3 "all" |
4 ], | 4 ], |
5 "filter_compile_builders": [ | 5 "filter_compile_builders": [ |
6 "win_chromium_compile_dbg", | 6 "win_chromium_compile_dbg", |
7 "win_chromium_rel_swarming", | 7 "win_chromium_rel_swarming", |
8 "win_chromium_x64_rel_swarming", | 8 "win_chromium_x64_rel_swarming", |
9 "win8_chromium_rel" | 9 "win8_chromium_rel" |
10 ], | 10 ], |
(...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
217 }, | 217 }, |
218 { | 218 { |
219 "swarming": { | 219 "swarming": { |
220 "can_use_on_swarming_builders": true | 220 "can_use_on_swarming_builders": true |
221 }, | 221 }, |
222 "test": "midi_unittests" | 222 "test": "midi_unittests" |
223 }, | 223 }, |
224 "mojo_common_unittests", | 224 "mojo_common_unittests", |
225 "mojo_public_bindings_unittests", | 225 "mojo_public_bindings_unittests", |
226 "mojo_public_system_unittests", | 226 "mojo_public_system_unittests", |
227 "mojo_public_utility_unittests", | |
228 "mojo_system_unittests", | 227 "mojo_system_unittests", |
229 { | 228 { |
230 "platforms": [ | 229 "platforms": [ |
231 "linux" | 230 "linux" |
232 ], | 231 ], |
233 "test": "nacl_helper_nonsfi_unittests" | 232 "test": "nacl_helper_nonsfi_unittests" |
234 }, | 233 }, |
235 "nacl_loader_unittests", | 234 "nacl_loader_unittests", |
236 { | 235 { |
237 "swarming": { | 236 "swarming": { |
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
377 ], | 376 ], |
378 "platforms": [ | 377 "platforms": [ |
379 "linux" | 378 "linux" |
380 ], | 379 ], |
381 "test": "ozone_unittests" | 380 "test": "ozone_unittests" |
382 } | 381 } |
383 ], | 382 ], |
384 "non_filter_builders": [], | 383 "non_filter_builders": [], |
385 "non_filter_tests_builders": [] | 384 "non_filter_tests_builders": [] |
386 } | 385 } |
OLD | NEW |