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 1183 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1194 } | 1194 } |
1195 ], | 1195 ], |
1196 "junit_tests": [ | 1196 "junit_tests": [ |
1197 { | 1197 { |
1198 "test": "base_junit_tests" | 1198 "test": "base_junit_tests" |
1199 }, | 1199 }, |
1200 { | 1200 { |
1201 "test": "chrome_junit_tests" | 1201 "test": "chrome_junit_tests" |
1202 }, | 1202 }, |
1203 { | 1203 { |
| 1204 "test": "components_background_task_scheduler_junit_tests" |
| 1205 }, |
| 1206 { |
1204 "test": "components_gcm_driver_junit_tests" | 1207 "test": "components_gcm_driver_junit_tests" |
1205 }, | 1208 }, |
1206 { | 1209 { |
1207 "test": "components_invalidation_impl_junit_tests" | 1210 "test": "components_invalidation_impl_junit_tests" |
1208 }, | 1211 }, |
1209 { | 1212 { |
1210 "test": "components_policy_junit_tests" | 1213 "test": "components_policy_junit_tests" |
1211 }, | 1214 }, |
1212 { | 1215 { |
1213 "test": "components_web_restrictions_junit_tests" | 1216 "test": "components_web_restrictions_junit_tests" |
(...skipping 3296 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4510 "telemetry_unittests_run" | 4513 "telemetry_unittests_run" |
4511 ], | 4514 ], |
4512 "swarming": { | 4515 "swarming": { |
4513 "can_use_on_swarming_builders": true, | 4516 "can_use_on_swarming_builders": true, |
4514 "shards": 4 | 4517 "shards": 4 |
4515 } | 4518 } |
4516 } | 4519 } |
4517 ] | 4520 ] |
4518 } | 4521 } |
4519 } | 4522 } |
OLD | NEW |