| 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 1185 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1196 { | 1196 { |
| 1197 "swarming": { | 1197 "swarming": { |
| 1198 "can_use_on_swarming_builders": true | 1198 "can_use_on_swarming_builders": true |
| 1199 }, | 1199 }, |
| 1200 "test": "gpu_unittests" | 1200 "test": "gpu_unittests" |
| 1201 }, | 1201 }, |
| 1202 { | 1202 { |
| 1203 "swarming": { | 1203 "swarming": { |
| 1204 "can_use_on_swarming_builders": true | 1204 "can_use_on_swarming_builders": true |
| 1205 }, | 1205 }, |
| 1206 "test": "input_device_unittests" |
| 1207 }, |
| 1208 { |
| 1209 "swarming": { |
| 1210 "can_use_on_swarming_builders": true |
| 1211 }, |
| 1206 "test": "interactive_ui_tests" | 1212 "test": "interactive_ui_tests" |
| 1207 }, | 1213 }, |
| 1208 { | 1214 { |
| 1209 "swarming": { | 1215 "swarming": { |
| 1210 "can_use_on_swarming_builders": true | 1216 "can_use_on_swarming_builders": true |
| 1211 }, | 1217 }, |
| 1212 "test": "ipc_tests" | 1218 "test": "ipc_tests" |
| 1213 }, | 1219 }, |
| 1214 { | 1220 { |
| 1215 "swarming": { | 1221 "swarming": { |
| (...skipping 1044 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2260 "override_compile_targets": [ | 2266 "override_compile_targets": [ |
| 2261 "telemetry_unittests_run" | 2267 "telemetry_unittests_run" |
| 2262 ], | 2268 ], |
| 2263 "swarming": { | 2269 "swarming": { |
| 2264 "can_use_on_swarming_builders": true | 2270 "can_use_on_swarming_builders": true |
| 2265 } | 2271 } |
| 2266 } | 2272 } |
| 2267 ] | 2273 ] |
| 2268 } | 2274 } |
| 2269 } | 2275 } |
| OLD | NEW |