| 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 1251 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1262 } | 1262 } |
| 1263 ] | 1263 ] |
| 1264 }, | 1264 }, |
| 1265 "test": "unit_tests" | 1265 "test": "unit_tests" |
| 1266 } | 1266 } |
| 1267 ], | 1267 ], |
| 1268 "isolated_scripts": [ | 1268 "isolated_scripts": [ |
| 1269 { | 1269 { |
| 1270 "args": [ | 1270 "args": [ |
| 1271 "--browser=android-chromium", | 1271 "--browser=android-chromium", |
| 1272 "--device=android" | 1272 "--device=android", |
| 1273 "--skip=benchmarks.system_health_smoke_test.SystemHealthBenchmarkSmoke
Test.*" |
| 1273 ], | 1274 ], |
| 1274 "isolate_name": "telemetry_perf_unittests", | 1275 "isolate_name": "telemetry_perf_unittests", |
| 1275 "name": "telemetry_perf_unittests", | 1276 "name": "telemetry_perf_unittests", |
| 1276 "override_compile_targets": [ | 1277 "override_compile_targets": [ |
| 1277 "telemetry_perf_unittests" | 1278 "telemetry_perf_unittests" |
| 1278 ], | 1279 ], |
| 1279 "swarming": { | 1280 "swarming": { |
| 1280 "can_use_on_swarming_builders": true, | 1281 "can_use_on_swarming_builders": true, |
| 1281 "dimension_sets": [ | 1282 "dimension_sets": [ |
| 1282 { | 1283 { |
| (...skipping 1859 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3142 "override_compile_targets": [ | 3143 "override_compile_targets": [ |
| 3143 "telemetry_unittests_run" | 3144 "telemetry_unittests_run" |
| 3144 ], | 3145 ], |
| 3145 "swarming": { | 3146 "swarming": { |
| 3146 "can_use_on_swarming_builders": true | 3147 "can_use_on_swarming_builders": true |
| 3147 } | 3148 } |
| 3148 } | 3149 } |
| 3149 ] | 3150 ] |
| 3150 } | 3151 } |
| 3151 } | 3152 } |
| OLD | NEW |