| 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 784 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 795 { | 795 { |
| 796 "name": "webview_licenses", | 796 "name": "webview_licenses", |
| 797 "script": "webview_licenses.py" | 797 "script": "webview_licenses.py" |
| 798 } | 798 } |
| 799 ] | 799 ] |
| 800 }, | 800 }, |
| 801 "Blimp Linux (dbg)": { | 801 "Blimp Linux (dbg)": { |
| 802 "gtest_tests": [ | 802 "gtest_tests": [ |
| 803 { | 803 { |
| 804 "test": "blimp_browsertests" | 804 "test": "blimp_browsertests" |
| 805 }, |
| 806 { |
| 807 "test": "blimp_unittests" |
| 805 } | 808 } |
| 806 ] | 809 ] |
| 807 }, | 810 }, |
| 808 "Cast Linux": { | 811 "Cast Linux": { |
| 809 "gtest_tests": [ | 812 "gtest_tests": [ |
| 810 { | 813 { |
| 811 "swarming": { | 814 "swarming": { |
| 812 "can_use_on_swarming_builders": true | 815 "can_use_on_swarming_builders": true |
| 813 }, | 816 }, |
| 814 "test": "base_unittests" | 817 "test": "base_unittests" |
| (...skipping 1446 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2261 "override_compile_targets": [ | 2264 "override_compile_targets": [ |
| 2262 "telemetry_unittests_run" | 2265 "telemetry_unittests_run" |
| 2263 ], | 2266 ], |
| 2264 "swarming": { | 2267 "swarming": { |
| 2265 "can_use_on_swarming_builders": true | 2268 "can_use_on_swarming_builders": true |
| 2266 } | 2269 } |
| 2267 } | 2270 } |
| 2268 ] | 2271 ] |
| 2269 } | 2272 } |
| 2270 } | 2273 } |
| OLD | NEW |