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 2159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2170 "can_use_on_swarming_builders": true | 2170 "can_use_on_swarming_builders": true |
2171 } | 2171 } |
2172 } | 2172 } |
2173 ], | 2173 ], |
2174 "scripts": [ | 2174 "scripts": [ |
2175 { | 2175 { |
2176 "name": "checkdeps", | 2176 "name": "checkdeps", |
2177 "script": "checkdeps.py" | 2177 "script": "checkdeps.py" |
2178 }, | 2178 }, |
2179 { | 2179 { |
2180 "name": "checklicenses", | |
2181 "script": "checklicenses.py" | |
2182 }, | |
2183 { | |
2184 "name": "checkperms", | 2180 "name": "checkperms", |
2185 "script": "checkperms.py" | 2181 "script": "checkperms.py" |
2186 }, | 2182 }, |
2187 { | 2183 { |
2188 "name": "nacl_integration", | 2184 "name": "nacl_integration", |
2189 "script": "nacl_integration.py" | 2185 "script": "nacl_integration.py" |
2190 } | 2186 } |
2191 ] | 2187 ] |
2192 }, | 2188 }, |
2193 "Linux Tests (dbg)(1)": { | 2189 "Linux Tests (dbg)(1)": { |
(...skipping 742 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2936 "override_compile_targets": [ | 2932 "override_compile_targets": [ |
2937 "telemetry_unittests_run" | 2933 "telemetry_unittests_run" |
2938 ], | 2934 ], |
2939 "swarming": { | 2935 "swarming": { |
2940 "can_use_on_swarming_builders": true | 2936 "can_use_on_swarming_builders": true |
2941 } | 2937 } |
2942 } | 2938 } |
2943 ] | 2939 ] |
2944 } | 2940 } |
2945 } | 2941 } |
OLD | NEW |