| 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 791 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 802 "test": "ui_junit_tests" | 802 "test": "ui_junit_tests" |
| 803 }, | 803 }, |
| 804 { | 804 { |
| 805 "test": "webapk_client_junit_tests" | 805 "test": "webapk_client_junit_tests" |
| 806 } | 806 } |
| 807 ], | 807 ], |
| 808 "scripts": [ | 808 "scripts": [ |
| 809 { | 809 { |
| 810 "name": "webview_licenses", | 810 "name": "webview_licenses", |
| 811 "script": "webview_licenses.py" | 811 "script": "webview_licenses.py" |
| 812 }, | |
| 813 { | |
| 814 "name": "telemetry_perf_unittests", | |
| 815 "script": "telemetry_perf_unittests.py" | |
| 816 } | 812 } |
| 817 ] | 813 ] |
| 818 }, | 814 }, |
| 819 "Blimp Linux (dbg)": { | 815 "Blimp Linux (dbg)": { |
| 820 "gtest_tests": [ | 816 "gtest_tests": [ |
| 821 { | 817 { |
| 822 "test": "blimp_browsertests" | 818 "test": "blimp_browsertests" |
| 823 } | 819 } |
| 824 ] | 820 ] |
| 825 }, | 821 }, |
| (...skipping 1047 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1873 "isolate_name": "telemetry_gpu_unittests", | 1869 "isolate_name": "telemetry_gpu_unittests", |
| 1874 "name": "telemetry_gpu_unittests", | 1870 "name": "telemetry_gpu_unittests", |
| 1875 "override_compile_targets": [ | 1871 "override_compile_targets": [ |
| 1876 "telemetry_gpu_unittests_run" | 1872 "telemetry_gpu_unittests_run" |
| 1877 ], | 1873 ], |
| 1878 "swarming": { | 1874 "swarming": { |
| 1879 "can_use_on_swarming_builders": true | 1875 "can_use_on_swarming_builders": true |
| 1880 } | 1876 } |
| 1881 }, | 1877 }, |
| 1882 { | 1878 { |
| 1883 "args": [ | |
| 1884 "--xvfb" | |
| 1885 ], | |
| 1886 "isolate_name": "telemetry_perf_unittests", | |
| 1887 "name": "telemetry_perf_unittests", | |
| 1888 "override_compile_targets": [ | |
| 1889 "telemetry_perf_unittests_run" | |
| 1890 ], | |
| 1891 "swarming": { | |
| 1892 "can_use_on_swarming_builders": true, | |
| 1893 "hard_timeout": 960, | |
| 1894 "shards": 12 | |
| 1895 } | |
| 1896 }, | |
| 1897 { | |
| 1898 "isolate_name": "telemetry_unittests", | 1879 "isolate_name": "telemetry_unittests", |
| 1899 "name": "telemetry_unittests", | 1880 "name": "telemetry_unittests", |
| 1900 "override_compile_targets": [ | 1881 "override_compile_targets": [ |
| 1901 "telemetry_unittests_run" | 1882 "telemetry_unittests_run" |
| 1902 ], | 1883 ], |
| 1903 "swarming": { | 1884 "swarming": { |
| 1904 "can_use_on_swarming_builders": true | 1885 "can_use_on_swarming_builders": true |
| 1905 } | 1886 } |
| 1906 } | 1887 } |
| 1907 ], | 1888 ], |
| (...skipping 353 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2261 "override_compile_targets": [ | 2242 "override_compile_targets": [ |
| 2262 "telemetry_unittests_run" | 2243 "telemetry_unittests_run" |
| 2263 ], | 2244 ], |
| 2264 "swarming": { | 2245 "swarming": { |
| 2265 "can_use_on_swarming_builders": true | 2246 "can_use_on_swarming_builders": true |
| 2266 } | 2247 } |
| 2267 } | 2248 } |
| 2268 ] | 2249 ] |
| 2269 } | 2250 } |
| 2270 } | 2251 } |
| OLD | NEW |