| OLD | NEW |
| 1 { | 1 { |
| 2 "Android Arm64 Builder (dbg)": { | 2 "Android Arm64 Builder (dbg)": { |
| 3 "additional_compile_targets": [ | 3 "additional_compile_targets": [ |
| 4 "all" | 4 "all" |
| 5 ] | 5 ] |
| 6 }, | 6 }, |
| 7 "Android Builder": { | 7 "Android Builder": { |
| 8 "additional_compile_targets": [ | 8 "additional_compile_targets": [ |
| 9 "cronet_test_instrumentation_apk", | 9 "cronet_test_instrumentation_apk", |
| 10 "system_webview_apk" | 10 "system_webview_apk" |
| (...skipping 2516 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2527 "test": "cast_media_unittests" | 2527 "test": "cast_media_unittests" |
| 2528 }, | 2528 }, |
| 2529 { | 2529 { |
| 2530 "args": [ | 2530 "args": [ |
| 2531 "--enable-local-file-accesses", | 2531 "--enable-local-file-accesses", |
| 2532 "--ozone-platform=headless", | 2532 "--ozone-platform=headless", |
| 2533 "--no-sandbox", | 2533 "--no-sandbox", |
| 2534 "--test-launcher-jobs=1" | 2534 "--test-launcher-jobs=1" |
| 2535 ], | 2535 ], |
| 2536 "swarming": { | 2536 "swarming": { |
| 2537 "can_use_on_swarming_builders": true | 2537 "can_use_on_swarming_builders": false |
| 2538 }, | 2538 }, |
| 2539 "test": "cast_shell_browsertests" | 2539 "test": "cast_shell_browsertests" |
| 2540 }, | 2540 }, |
| 2541 { | 2541 { |
| 2542 "swarming": { | 2542 "swarming": { |
| 2543 "can_use_on_swarming_builders": true | 2543 "can_use_on_swarming_builders": true |
| 2544 }, | 2544 }, |
| 2545 "test": "cast_shell_unittests" | 2545 "test": "cast_shell_unittests" |
| 2546 }, | 2546 }, |
| 2547 { | 2547 { |
| (...skipping 1968 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4516 "telemetry_unittests_run" | 4516 "telemetry_unittests_run" |
| 4517 ], | 4517 ], |
| 4518 "swarming": { | 4518 "swarming": { |
| 4519 "can_use_on_swarming_builders": true, | 4519 "can_use_on_swarming_builders": true, |
| 4520 "shards": 4 | 4520 "shards": 4 |
| 4521 } | 4521 } |
| 4522 } | 4522 } |
| 4523 ] | 4523 ] |
| 4524 } | 4524 } |
| 4525 } | 4525 } |
| OLD | NEW |