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