| 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 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 129 "test": "crypto_unittests" | 129 "test": "crypto_unittests" |
| 130 }, | 130 }, |
| 131 { | 131 { |
| 132 "platforms": [ | 132 "platforms": [ |
| 133 "linux" | 133 "linux" |
| 134 ], | 134 ], |
| 135 "test": "dbus_unittests" | 135 "test": "dbus_unittests" |
| 136 }, | 136 }, |
| 137 "device_unittests", | 137 "device_unittests", |
| 138 { | 138 { |
| 139 "chromium_configs": [ |
| 140 "chromium_chromeos", |
| 141 "chromium_chromeos_clang", |
| 142 "chromium_chromeos_ozone" |
| 143 ], |
| 144 "swarming": { |
| 145 "can_use_on_swarming_builders": true |
| 146 }, |
| 147 "test": "display_unittests" |
| 148 }, |
| 149 { |
| 139 "swarming": { | 150 "swarming": { |
| 140 "can_use_on_swarming_builders": true | 151 "can_use_on_swarming_builders": true |
| 141 }, | 152 }, |
| 142 "test": "events_unittests" | 153 "test": "events_unittests" |
| 143 }, | 154 }, |
| 144 { | 155 { |
| 145 "platforms": [ | 156 "platforms": [ |
| 146 "win", | 157 "win", |
| 147 "mac", | 158 "mac", |
| 148 "linux" | 159 "linux" |
| (...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 387 ], | 398 ], |
| 388 "platforms": [ | 399 "platforms": [ |
| 389 "linux" | 400 "linux" |
| 390 ], | 401 ], |
| 391 "test": "ozone_unittests" | 402 "test": "ozone_unittests" |
| 392 } | 403 } |
| 393 ], | 404 ], |
| 394 "non_filter_builders": [], | 405 "non_filter_builders": [], |
| 395 "non_filter_tests_builders": [] | 406 "non_filter_tests_builders": [] |
| 396 } | 407 } |
| OLD | NEW |