| OLD | NEW |
| 1 { | 1 { |
| 2 "compile_targets": [ | 2 "compile_targets": [ |
| 3 "all" | 3 "all" |
| 4 ], | 4 ], |
| 5 "gtest_tests": [ | 5 "gtest_tests": [ |
| 6 { | 6 { |
| 7 "test": "accessibility_unittests", | 7 "test": "accessibility_unittests", |
| 8 "swarming": { | 8 "swarming": { |
| 9 "can_use_on_swarming_builders": true | 9 "can_use_on_swarming_builders": true |
| 10 } | 10 } |
| (...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 60 "chromium_chromeos", | 60 "chromium_chromeos", |
| 61 "chromium_chromeos_clang", | 61 "chromium_chromeos_clang", |
| 62 "chromium_chromeos_ozone" | 62 "chromium_chromeos_ozone" |
| 63 ] | 63 ] |
| 64 }, | 64 }, |
| 65 { | 65 { |
| 66 "test": "chrome_elf_unittests", | 66 "test": "chrome_elf_unittests", |
| 67 "platforms": ["win"] | 67 "platforms": ["win"] |
| 68 }, | 68 }, |
| 69 "components_browsertests", | 69 "components_browsertests", |
| 70 "components_unittests", | 70 { |
| 71 "test": "components_unittests", |
| 72 "swarming": { |
| 73 "can_use_on_swarming_builders": true |
| 74 } |
| 75 }, |
| 71 { | 76 { |
| 72 "test": "compositor_unittests", | 77 "test": "compositor_unittests", |
| 73 "platforms": ["linux", "win"] | 78 "platforms": ["linux", "win"] |
| 74 }, | 79 }, |
| 75 { | 80 { |
| 76 "test": "courgette_unittests", | 81 "test": "courgette_unittests", |
| 77 "platforms": ["win"] | 82 "platforms": ["win"] |
| 78 }, | 83 }, |
| 79 { | 84 { |
| 80 "test": "content_browsertests", | 85 "test": "content_browsertests", |
| (...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 277 "non_filter_tests_builders": [ | 282 "non_filter_tests_builders": [ |
| 278 ], | 283 ], |
| 279 | 284 |
| 280 "filter_compile_builders": [ | 285 "filter_compile_builders": [ |
| 281 "win_chromium_compile_dbg", | 286 "win_chromium_compile_dbg", |
| 282 "win_chromium_rel_swarming", | 287 "win_chromium_rel_swarming", |
| 283 "win_chromium_x64_rel_swarming", | 288 "win_chromium_x64_rel_swarming", |
| 284 "win8_chromium_rel" | 289 "win8_chromium_rel" |
| 285 ] | 290 ] |
| 286 } | 291 } |
| OLD | NEW |