| 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 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 148 { | 148 { |
| 149 "platforms": [ | 149 "platforms": [ |
| 150 "win", | 150 "win", |
| 151 "mac", | 151 "mac", |
| 152 "linux" | 152 "linux" |
| 153 ], | 153 ], |
| 154 "test": "extensions_unittests" | 154 "test": "extensions_unittests" |
| 155 }, | 155 }, |
| 156 "gcm_unit_tests", | 156 "gcm_unit_tests", |
| 157 { | 157 { |
| 158 "chromium_configs": [ |
| 159 "chromium_chromeos", |
| 160 "chromium_chromeos_clang", |
| 161 "chromium_chromeos_ozone" |
| 162 ], |
| 158 "swarming": { | 163 "swarming": { |
| 159 "can_use_on_swarming_builders": true | 164 "can_use_on_swarming_builders": true |
| 160 }, | 165 }, |
| 161 "test": "gfx_unittests" | 166 "test": "gfx_unittests" |
| 162 }, | 167 }, |
| 163 "google_apis_unittests", | 168 "google_apis_unittests", |
| 164 { | 169 { |
| 165 "swarming": { | 170 "swarming": { |
| 166 "can_use_on_swarming_builders": true | 171 "can_use_on_swarming_builders": true |
| 167 }, | 172 }, |
| (...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 359 ], | 364 ], |
| 360 "platforms": [ | 365 "platforms": [ |
| 361 "linux" | 366 "linux" |
| 362 ], | 367 ], |
| 363 "test": "ozone_unittests" | 368 "test": "ozone_unittests" |
| 364 } | 369 } |
| 365 ], | 370 ], |
| 366 "non_filter_builders": [], | 371 "non_filter_builders": [], |
| 367 "non_filter_tests_builders": [] | 372 "non_filter_tests_builders": [] |
| 368 } | 373 } |
| OLD | NEW |