| 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 3501 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3512 "swarming": { | 3512 "swarming": { |
| 3513 "can_use_on_swarming_builders": false | 3513 "can_use_on_swarming_builders": false |
| 3514 }, | 3514 }, |
| 3515 "test": "url_unittests" | 3515 "test": "url_unittests" |
| 3516 } | 3516 } |
| 3517 ] | 3517 ] |
| 3518 }, | 3518 }, |
| 3519 "Linux Builder": { | 3519 "Linux Builder": { |
| 3520 "additional_compile_targets": [ | 3520 "additional_compile_targets": [ |
| 3521 "all" | 3521 "all" |
| 3522 ], | |
| 3523 "scripts": [ | |
| 3524 { | |
| 3525 "name": "check_gn_headers", | |
| 3526 "script": "check_gn_headers.py" | |
| 3527 } | |
| 3528 ] | 3522 ] |
| 3529 }, | 3523 }, |
| 3530 "Linux Builder (dbg)": { | 3524 "Linux Builder (dbg)": { |
| 3531 "additional_compile_targets": [ | 3525 "additional_compile_targets": [ |
| 3532 "all" | 3526 "all" |
| 3533 ], | |
| 3534 "scripts": [ | |
| 3535 { | |
| 3536 "name": "check_gn_headers", | |
| 3537 "script": "check_gn_headers.py" | |
| 3538 } | |
| 3539 ] | 3527 ] |
| 3540 }, | 3528 }, |
| 3541 "Linux Tests": { | 3529 "Linux Tests": { |
| 3542 "gtest_tests": [ | 3530 "gtest_tests": [ |
| 3543 { | 3531 { |
| 3544 "swarming": { | 3532 "swarming": { |
| 3545 "can_use_on_swarming_builders": true | 3533 "can_use_on_swarming_builders": true |
| 3546 }, | 3534 }, |
| 3547 "test": "accessibility_unittests" | 3535 "test": "accessibility_unittests" |
| 3548 }, | 3536 }, |
| (...skipping 1642 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5191 "isolate_name": "telemetry_unittests", | 5179 "isolate_name": "telemetry_unittests", |
| 5192 "name": "telemetry_unittests", | 5180 "name": "telemetry_unittests", |
| 5193 "swarming": { | 5181 "swarming": { |
| 5194 "can_use_on_swarming_builders": true, | 5182 "can_use_on_swarming_builders": true, |
| 5195 "shards": 4 | 5183 "shards": 4 |
| 5196 } | 5184 } |
| 5197 } | 5185 } |
| 5198 ] | 5186 ] |
| 5199 } | 5187 } |
| 5200 } | 5188 } |
| OLD | NEW |