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 205 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
216 "test": "message_center_unittests" | 216 "test": "message_center_unittests" |
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_environment_unittests", | |
227 "mojo_public_system_unittests", | 226 "mojo_public_system_unittests", |
228 "mojo_public_utility_unittests", | 227 "mojo_public_utility_unittests", |
229 "mojo_system_unittests", | 228 "mojo_system_unittests", |
230 { | 229 { |
231 "platforms": [ | 230 "platforms": [ |
232 "linux" | 231 "linux" |
233 ], | 232 ], |
234 "test": "nacl_helper_nonsfi_unittests" | 233 "test": "nacl_helper_nonsfi_unittests" |
235 }, | 234 }, |
236 "nacl_loader_unittests", | 235 "nacl_loader_unittests", |
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
378 ], | 377 ], |
379 "platforms": [ | 378 "platforms": [ |
380 "linux" | 379 "linux" |
381 ], | 380 ], |
382 "test": "ozone_unittests" | 381 "test": "ozone_unittests" |
383 } | 382 } |
384 ], | 383 ], |
385 "non_filter_builders": [], | 384 "non_filter_builders": [], |
386 "non_filter_tests_builders": [] | 385 "non_filter_tests_builders": [] |
387 } | 386 } |
OLD | NEW |