| OLD | NEW |
| 1 { | 1 { |
| 2 "Android GN": { | 2 "Android GN": { |
| 3 "additional_compile_targets": [ | 3 "additional_compile_targets": [ |
| 4 "chrome_public_apk", | 4 "chrome_public_apk", |
| 5 "chrome_public_test_apk", | 5 "chrome_public_test_apk", |
| 6 "chrome_shell_apk", | 6 "chrome_shell_apk", |
| 7 "chrome_shell_test_apk", | 7 "chrome_shell_test_apk", |
| 8 "content_shell_apk", | 8 "content_shell_apk", |
| 9 "mandoline:all" | 9 "mandoline:all" |
| 10 ], | 10 ], |
| (...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 138 }, | 138 }, |
| 139 "test": "gpu_unittests" | 139 "test": "gpu_unittests" |
| 140 }, | 140 }, |
| 141 { | 141 { |
| 142 "test": "ipc_tests" | 142 "test": "ipc_tests" |
| 143 }, | 143 }, |
| 144 { | 144 { |
| 145 "test": "jingle_unittests" | 145 "test": "jingle_unittests" |
| 146 }, | 146 }, |
| 147 { | 147 { |
| 148 "swarming": { |
| 149 "can_use_on_swarming_builders": true |
| 150 }, |
| 148 "test": "media_unittests" | 151 "test": "media_unittests" |
| 149 }, | 152 }, |
| 150 { | 153 { |
| 151 "test": "midi_unittests" | 154 "test": "midi_unittests" |
| 152 }, | 155 }, |
| 153 { | 156 { |
| 154 "swarming": { | 157 "swarming": { |
| 155 "can_use_on_swarming_builders": true | 158 "can_use_on_swarming_builders": true |
| 156 }, | 159 }, |
| 157 "test": "net_unittests" | 160 "test": "net_unittests" |
| (...skipping 1032 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1190 } | 1193 } |
| 1191 ], | 1194 ], |
| 1192 "scripts": [ | 1195 "scripts": [ |
| 1193 { | 1196 { |
| 1194 "name": "nacl_integration", | 1197 "name": "nacl_integration", |
| 1195 "script": "nacl_integration.py" | 1198 "script": "nacl_integration.py" |
| 1196 } | 1199 } |
| 1197 ] | 1200 ] |
| 1198 } | 1201 } |
| 1199 } | 1202 } |
| OLD | NEW |