| 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 188 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 199 "test": "interactive_ui_tests" | 199 "test": "interactive_ui_tests" |
| 200 }, | 200 }, |
| 201 { | 201 { |
| 202 "platforms": [ | 202 "platforms": [ |
| 203 "win" | 203 "win" |
| 204 ], | 204 ], |
| 205 "test": "installer_util_unittests" | 205 "test": "installer_util_unittests" |
| 206 }, | 206 }, |
| 207 { | 207 { |
| 208 "platforms": [ | 208 "platforms": [ |
| 209 "win" |
| 210 ], |
| 211 "test": "install_static_unittests" |
| 212 }, |
| 213 { |
| 214 "platforms": [ |
| 209 "linux" | 215 "linux" |
| 210 ], | 216 ], |
| 211 "test": "ipc_mojo_unittests" | 217 "test": "ipc_mojo_unittests" |
| 212 }, | 218 }, |
| 213 "ipc_tests", | 219 "ipc_tests", |
| 214 "jingle_unittests", | 220 "jingle_unittests", |
| 215 { | 221 { |
| 216 "platforms": [ | 222 "platforms": [ |
| 217 "linux", | 223 "linux", |
| 218 "win" | 224 "win" |
| (...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 410 ], | 416 ], |
| 411 "platforms": [ | 417 "platforms": [ |
| 412 "linux" | 418 "linux" |
| 413 ], | 419 ], |
| 414 "test": "ozone_unittests" | 420 "test": "ozone_unittests" |
| 415 } | 421 } |
| 416 ], | 422 ], |
| 417 "non_filter_builders": [], | 423 "non_filter_builders": [], |
| 418 "non_filter_tests_builders": [] | 424 "non_filter_tests_builders": [] |
| 419 } | 425 } |
| OLD | NEW |