| 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 238 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 249 { | 249 { |
| 250 "test": "aura_unittests" | 250 "test": "aura_unittests" |
| 251 }, | 251 }, |
| 252 { | 252 { |
| 253 "swarming": { | 253 "swarming": { |
| 254 "can_use_on_swarming_builders": true | 254 "can_use_on_swarming_builders": true |
| 255 }, | 255 }, |
| 256 "test": "base_unittests" | 256 "test": "base_unittests" |
| 257 }, | 257 }, |
| 258 { | 258 { |
| 259 "swarming": { |
| 260 "can_use_on_swarming_builders": true |
| 261 }, |
| 259 "test": "cacheinvalidation_unittests" | 262 "test": "cacheinvalidation_unittests" |
| 260 }, | 263 }, |
| 261 { | 264 { |
| 262 "test": "cast_unittests" | 265 "test": "cast_unittests" |
| 263 }, | 266 }, |
| 264 { | 267 { |
| 265 "test": "cc_unittests" | 268 "test": "cc_unittests" |
| 266 }, | 269 }, |
| 267 { | 270 { |
| 268 "test": "chromedriver_unittests" | 271 "test": "chromedriver_unittests" |
| (...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 393 { | 396 { |
| 394 "test": "sql_unittests" | 397 "test": "sql_unittests" |
| 395 }, | 398 }, |
| 396 { | 399 { |
| 397 "test": "sync_integration_tests" | 400 "test": "sync_integration_tests" |
| 398 }, | 401 }, |
| 399 { | 402 { |
| 400 "test": "sync_unit_tests" | 403 "test": "sync_unit_tests" |
| 401 }, | 404 }, |
| 402 { | 405 { |
| 406 "swarming": { |
| 407 "can_use_on_swarming_builders": true |
| 408 }, |
| 403 "test": "ui_base_unittests" | 409 "test": "ui_base_unittests" |
| 404 }, | 410 }, |
| 405 { | 411 { |
| 406 "test": "ui_touch_selection_unittests" | 412 "test": "ui_touch_selection_unittests" |
| 407 }, | 413 }, |
| 408 { | 414 { |
| 409 "test": "unit_tests" | 415 "test": "unit_tests" |
| 410 }, | 416 }, |
| 411 { | 417 { |
| 412 "test": "url_unittests" | 418 "test": "url_unittests" |
| (...skipping 1059 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1472 } | 1478 } |
| 1473 ], | 1479 ], |
| 1474 "scripts": [ | 1480 "scripts": [ |
| 1475 { | 1481 { |
| 1476 "name": "nacl_integration", | 1482 "name": "nacl_integration", |
| 1477 "script": "nacl_integration.py" | 1483 "script": "nacl_integration.py" |
| 1478 } | 1484 } |
| 1479 ] | 1485 ] |
| 1480 } | 1486 } |
| 1481 } | 1487 } |
| OLD | NEW |