| 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 201 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 212 "can_use_on_swarming_builders": true | 212 "can_use_on_swarming_builders": true |
| 213 }, | 213 }, |
| 214 "test": "midi_unittests" | 214 "test": "midi_unittests" |
| 215 }, | 215 }, |
| 216 "mojo_common_unittests", | 216 "mojo_common_unittests", |
| 217 "mojo_public_bindings_unittests", | 217 "mojo_public_bindings_unittests", |
| 218 "mojo_public_environment_unittests", | 218 "mojo_public_environment_unittests", |
| 219 "mojo_public_system_unittests", | 219 "mojo_public_system_unittests", |
| 220 "mojo_public_utility_unittests", | 220 "mojo_public_utility_unittests", |
| 221 "mojo_system_unittests", | 221 "mojo_system_unittests", |
| 222 { |
| 223 "platforms": [ |
| 224 "linux" |
| 225 ], |
| 226 "test": "nacl_helper_nonsfi_unittests" |
| 227 }, |
| 222 "nacl_loader_unittests", | 228 "nacl_loader_unittests", |
| 223 { | 229 { |
| 224 "swarming": { | 230 "swarming": { |
| 225 "can_use_on_swarming_builders": true | 231 "can_use_on_swarming_builders": true |
| 226 }, | 232 }, |
| 227 "test": "net_unittests" | 233 "test": "net_unittests" |
| 228 }, | 234 }, |
| 229 "ppapi_unittests", | 235 "ppapi_unittests", |
| 230 "printing_unittests", | 236 "printing_unittests", |
| 231 "remoting_unittests", | 237 "remoting_unittests", |
| (...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 364 ], | 370 ], |
| 365 "platforms": [ | 371 "platforms": [ |
| 366 "linux" | 372 "linux" |
| 367 ], | 373 ], |
| 368 "test": "ozone_unittests" | 374 "test": "ozone_unittests" |
| 369 } | 375 } |
| 370 ], | 376 ], |
| 371 "non_filter_builders": [], | 377 "non_filter_builders": [], |
| 372 "non_filter_tests_builders": [] | 378 "non_filter_tests_builders": [] |
| 373 } | 379 } |
| OLD | NEW |