| 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 157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 168 { | 168 { |
| 169 "test": "sandbox_linux_unittests" | 169 "test": "sandbox_linux_unittests" |
| 170 }, | 170 }, |
| 171 { | 171 { |
| 172 "test": "sql_unittests" | 172 "test": "sql_unittests" |
| 173 }, | 173 }, |
| 174 { | 174 { |
| 175 "test": "sync_unit_tests" | 175 "test": "sync_unit_tests" |
| 176 }, | 176 }, |
| 177 { | 177 { |
| 178 "swarming": { |
| 179 "can_use_on_swarming_builders": true |
| 180 }, |
| 178 "test": "ui_base_unittests" | 181 "test": "ui_base_unittests" |
| 179 }, | 182 }, |
| 180 { | 183 { |
| 181 "test": "url_unittests" | 184 "test": "url_unittests" |
| 182 } | 185 } |
| 183 ] | 186 ] |
| 184 }, | 187 }, |
| 185 "Linux GN": { | 188 "Linux GN": { |
| 186 "additional_compile_targets": [ | 189 "additional_compile_targets": [ |
| 187 "browser_tests", | 190 "browser_tests", |
| (...skipping 1008 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1196 } | 1199 } |
| 1197 ], | 1200 ], |
| 1198 "scripts": [ | 1201 "scripts": [ |
| 1199 { | 1202 { |
| 1200 "name": "nacl_integration", | 1203 "name": "nacl_integration", |
| 1201 "script": "nacl_integration.py" | 1204 "script": "nacl_integration.py" |
| 1202 } | 1205 } |
| 1203 ] | 1206 ] |
| 1204 } | 1207 } |
| 1205 } | 1208 } |
| OLD | NEW |