| 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 636 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 647 "test": "junit_unit_tests" | 647 "test": "junit_unit_tests" |
| 648 }, | 648 }, |
| 649 { | 649 { |
| 650 "test": "net_junit_tests" | 650 "test": "net_junit_tests" |
| 651 }, | 651 }, |
| 652 { | 652 { |
| 653 "test": "ui_junit_tests" | 653 "test": "ui_junit_tests" |
| 654 }, | 654 }, |
| 655 { | 655 { |
| 656 "test": "webapk_client_junit_tests" | 656 "test": "webapk_client_junit_tests" |
| 657 }, |
| 658 { |
| 659 "test": "webapk_runtime_library_junit_tests" |
| 657 } | 660 } |
| 658 ], | 661 ], |
| 659 "scripts": [ | 662 "scripts": [ |
| 660 { | 663 { |
| 661 "name": "webview_licenses", | 664 "name": "webview_licenses", |
| 662 "script": "webview_licenses.py" | 665 "script": "webview_licenses.py" |
| 663 } | 666 } |
| 664 ] | 667 ] |
| 665 }, | 668 }, |
| 666 "Android Tests (dbg)": { | 669 "Android Tests (dbg)": { |
| (...skipping 1597 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2264 "override_compile_targets": [ | 2267 "override_compile_targets": [ |
| 2265 "telemetry_unittests_run" | 2268 "telemetry_unittests_run" |
| 2266 ], | 2269 ], |
| 2267 "swarming": { | 2270 "swarming": { |
| 2268 "can_use_on_swarming_builders": true | 2271 "can_use_on_swarming_builders": true |
| 2269 } | 2272 } |
| 2270 } | 2273 } |
| 2271 ] | 2274 ] |
| 2272 } | 2275 } |
| 2273 } | 2276 } |
| OLD | NEW |