| OLD | NEW |
| 1 { | 1 { |
| 2 "Linux ChromiumOS GN": { | 2 "Linux ChromiumOS GN": { |
| 3 "additional_compile_targets": [ | 3 "additional_compile_targets": [ |
| 4 "accessibility_unittests", | 4 "accessibility_unittests", |
| 5 "app_list_unittests", | 5 "app_list_unittests", |
| 6 "aura_unittests", | 6 "aura_unittests", |
| 7 "browser_tests", | 7 "browser_tests", |
| 8 "cacheinvalidation_unittests", | 8 "cacheinvalidation_unittests", |
| 9 "chromedriver_unittests", | 9 "chromedriver_unittests", |
| 10 "chromeos_unittests", | 10 "chromeos_unittests", |
| (...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 155 "test": "components_unittests" | 155 "test": "components_unittests" |
| 156 }, | 156 }, |
| 157 { | 157 { |
| 158 "swarming": { | 158 "swarming": { |
| 159 "can_use_on_swarming_builders": true, | 159 "can_use_on_swarming_builders": true, |
| 160 "shards": 2 | 160 "shards": 2 |
| 161 }, | 161 }, |
| 162 "test": "content_browsertests" | 162 "test": "content_browsertests" |
| 163 }, | 163 }, |
| 164 { | 164 { |
| 165 "swarming": { |
| 166 "can_use_on_swarming_builders": true |
| 167 }, |
| 165 "test": "content_unittests" | 168 "test": "content_unittests" |
| 166 }, | 169 }, |
| 167 { | 170 { |
| 168 "swarming": { | 171 "swarming": { |
| 169 "can_use_on_swarming_builders": true | 172 "can_use_on_swarming_builders": true |
| 170 }, | 173 }, |
| 171 "test": "crypto_unittests" | 174 "test": "crypto_unittests" |
| 172 }, | 175 }, |
| 173 { | 176 { |
| 174 "test": "dbus_unittests" | 177 "test": "dbus_unittests" |
| (...skipping 490 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 665 }, | 668 }, |
| 666 { | 669 { |
| 667 "test": "views_unittests" | 670 "test": "views_unittests" |
| 668 }, | 671 }, |
| 669 { | 672 { |
| 670 "test": "wm_unittests" | 673 "test": "wm_unittests" |
| 671 } | 674 } |
| 672 ] | 675 ] |
| 673 } | 676 } |
| 674 } | 677 } |
| OLD | NEW |