| 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 218 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 229 { | 229 { |
| 230 "swarming": { | 230 "swarming": { |
| 231 "can_use_on_swarming_builders": true | 231 "can_use_on_swarming_builders": true |
| 232 }, | 232 }, |
| 233 "test": "url_unittests" | 233 "test": "url_unittests" |
| 234 } | 234 } |
| 235 ] | 235 ] |
| 236 }, | 236 }, |
| 237 "Linux GN": { | 237 "Linux GN": { |
| 238 "additional_compile_targets": [ | 238 "additional_compile_targets": [ |
| 239 "browser_tests", | |
| 240 "mandoline:all" | 239 "mandoline:all" |
| 241 ], | 240 ], |
| 242 "gtest_tests": [ | 241 "gtest_tests": [ |
| 243 { | 242 { |
| 244 "swarming": { | 243 "swarming": { |
| 245 "can_use_on_swarming_builders": true | 244 "can_use_on_swarming_builders": true |
| 246 }, | 245 }, |
| 247 "test": "accessibility_unittests" | 246 "test": "accessibility_unittests" |
| 248 }, | 247 }, |
| 249 { | 248 { |
| 250 "swarming": { | 249 "swarming": { |
| 251 "can_use_on_swarming_builders": true | 250 "can_use_on_swarming_builders": true |
| 252 }, | 251 }, |
| 253 "test": "app_list_unittests" | 252 "test": "app_list_unittests" |
| 254 }, | 253 }, |
| 255 { | 254 { |
| 256 "swarming": { | 255 "swarming": { |
| 257 "can_use_on_swarming_builders": true | 256 "can_use_on_swarming_builders": true |
| 258 }, | 257 }, |
| 259 "test": "aura_unittests" | 258 "test": "aura_unittests" |
| 260 }, | 259 }, |
| 261 { | 260 { |
| 262 "swarming": { | 261 "swarming": { |
| 263 "can_use_on_swarming_builders": true | 262 "can_use_on_swarming_builders": true |
| 264 }, | 263 }, |
| 265 "test": "base_unittests" | 264 "test": "base_unittests" |
| 266 }, | 265 }, |
| 267 { | 266 { |
| 268 "swarming": { | 267 "swarming": { |
| 268 "can_use_on_swarming_builders": true, |
| 269 "shards": 5 |
| 270 }, |
| 271 "test": "browser_tests" |
| 272 }, |
| 273 { |
| 274 "swarming": { |
| 269 "can_use_on_swarming_builders": true | 275 "can_use_on_swarming_builders": true |
| 270 }, | 276 }, |
| 271 "test": "cacheinvalidation_unittests" | 277 "test": "cacheinvalidation_unittests" |
| 272 }, | 278 }, |
| 273 { | 279 { |
| 274 "swarming": { | 280 "swarming": { |
| 275 "can_use_on_swarming_builders": true | 281 "can_use_on_swarming_builders": true |
| 276 }, | 282 }, |
| 277 "test": "cast_unittests" | 283 "test": "cast_unittests" |
| 278 }, | 284 }, |
| (...skipping 1332 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1611 } | 1617 } |
| 1612 ], | 1618 ], |
| 1613 "scripts": [ | 1619 "scripts": [ |
| 1614 { | 1620 { |
| 1615 "name": "nacl_integration", | 1621 "name": "nacl_integration", |
| 1616 "script": "nacl_integration.py" | 1622 "script": "nacl_integration.py" |
| 1617 } | 1623 } |
| 1618 ] | 1624 ] |
| 1619 } | 1625 } |
| 1620 } | 1626 } |
| OLD | NEW |