| 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 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 62 { | 62 { |
| 63 "chromium_configs": [ | 63 "chromium_configs": [ |
| 64 "chromium_chromeos", | 64 "chromium_chromeos", |
| 65 "chromium_chromeos_clang", | 65 "chromium_chromeos_clang", |
| 66 "chromium_chromeos_ozone" | 66 "chromium_chromeos_ozone" |
| 67 ], | 67 ], |
| 68 "test": "chromevox_tests" | 68 "test": "chromevox_tests" |
| 69 }, | 69 }, |
| 70 { | 70 { |
| 71 "platforms": [ | 71 "platforms": [ |
| 72 "win", |
| 73 "mac", |
| 74 "linux" |
| 75 ], |
| 76 "swarming": { |
| 77 "can_use_on_swarming_builders": true |
| 78 }, |
| 79 "test": "chrome_app_unittests" |
| 80 }, |
| 81 { |
| 82 "platforms": [ |
| 72 "win" | 83 "win" |
| 73 ], | 84 ], |
| 74 "test": "chrome_elf_unittests" | 85 "test": "chrome_elf_unittests" |
| 75 }, | 86 }, |
| 76 { | 87 { |
| 77 "swarming": { | 88 "swarming": { |
| 78 "can_use_on_swarming_builders": true | 89 "can_use_on_swarming_builders": true |
| 79 }, | 90 }, |
| 80 "test": "components_browsertests" | 91 "test": "components_browsertests" |
| 81 }, | 92 }, |
| (...skipping 285 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 367 ], | 378 ], |
| 368 "platforms": [ | 379 "platforms": [ |
| 369 "linux" | 380 "linux" |
| 370 ], | 381 ], |
| 371 "test": "ozone_unittests" | 382 "test": "ozone_unittests" |
| 372 } | 383 } |
| 373 ], | 384 ], |
| 374 "non_filter_builders": [], | 385 "non_filter_builders": [], |
| 375 "non_filter_tests_builders": [] | 386 "non_filter_tests_builders": [] |
| 376 } | 387 } |
| OLD | NEW |