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 621 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
632 "test": "junit_unit_tests" | 632 "test": "junit_unit_tests" |
633 }, | 633 }, |
634 { | 634 { |
635 "test": "net_junit_tests" | 635 "test": "net_junit_tests" |
636 }, | 636 }, |
637 { | 637 { |
638 "test": "ui_junit_tests" | 638 "test": "ui_junit_tests" |
639 }, | 639 }, |
640 { | 640 { |
641 "test": "webapk_client_junit_tests" | 641 "test": "webapk_client_junit_tests" |
642 }, | |
643 { | |
644 "test": "webapk_runtime_library_junit_tests" | |
645 } | 642 } |
646 ], | 643 ], |
647 "scripts": [ | 644 "scripts": [ |
648 { | 645 { |
649 "name": "webview_licenses", | 646 "name": "webview_licenses", |
650 "script": "webview_licenses.py" | 647 "script": "webview_licenses.py" |
651 } | 648 } |
652 ] | 649 ] |
653 }, | 650 }, |
654 "Android Tests (dbg)": { | 651 "Android Tests (dbg)": { |
(...skipping 1609 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2264 "override_compile_targets": [ | 2261 "override_compile_targets": [ |
2265 "telemetry_unittests_run" | 2262 "telemetry_unittests_run" |
2266 ], | 2263 ], |
2267 "swarming": { | 2264 "swarming": { |
2268 "can_use_on_swarming_builders": true | 2265 "can_use_on_swarming_builders": true |
2269 } | 2266 } |
2270 } | 2267 } |
2271 ] | 2268 ] |
2272 } | 2269 } |
2273 } | 2270 } |
OLD | NEW |