| 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 1192 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1203 { | 1203 { |
| 1204 "test": "components_invalidation_impl_junit_tests" | 1204 "test": "components_invalidation_impl_junit_tests" |
| 1205 }, | 1205 }, |
| 1206 { | 1206 { |
| 1207 "test": "components_policy_junit_tests" | 1207 "test": "components_policy_junit_tests" |
| 1208 }, | 1208 }, |
| 1209 { | 1209 { |
| 1210 "test": "components_web_restrictions_junit_tests" | 1210 "test": "components_web_restrictions_junit_tests" |
| 1211 }, | 1211 }, |
| 1212 { | 1212 { |
| 1213 "test": "components_variations_junit_tests" | |
| 1214 }, | |
| 1215 { | |
| 1216 "test": "content_junit_tests" | 1213 "test": "content_junit_tests" |
| 1217 }, | 1214 }, |
| 1218 { | 1215 { |
| 1219 "test": "junit_unit_tests" | 1216 "test": "junit_unit_tests" |
| 1220 }, | 1217 }, |
| 1221 { | 1218 { |
| 1222 "test": "net_junit_tests" | 1219 "test": "net_junit_tests" |
| 1223 }, | 1220 }, |
| 1224 { | 1221 { |
| 1225 "test": "ui_junit_tests" | 1222 "test": "ui_junit_tests" |
| (...skipping 1189 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2415 { | 2412 { |
| 2416 "test": "components_invalidation_impl_junit_tests" | 2413 "test": "components_invalidation_impl_junit_tests" |
| 2417 }, | 2414 }, |
| 2418 { | 2415 { |
| 2419 "test": "components_policy_junit_tests" | 2416 "test": "components_policy_junit_tests" |
| 2420 }, | 2417 }, |
| 2421 { | 2418 { |
| 2422 "test": "components_web_restrictions_junit_tests" | 2419 "test": "components_web_restrictions_junit_tests" |
| 2423 }, | 2420 }, |
| 2424 { | 2421 { |
| 2425 "test": "components_variations_junit_tests" | |
| 2426 }, | |
| 2427 { | |
| 2428 "test": "content_junit_tests" | 2422 "test": "content_junit_tests" |
| 2429 }, | 2423 }, |
| 2430 { | 2424 { |
| 2431 "test": "junit_unit_tests" | 2425 "test": "junit_unit_tests" |
| 2432 }, | 2426 }, |
| 2433 { | 2427 { |
| 2434 "test": "net_junit_tests" | 2428 "test": "net_junit_tests" |
| 2435 }, | 2429 }, |
| 2436 { | 2430 { |
| 2437 "test": "ui_junit_tests" | 2431 "test": "ui_junit_tests" |
| (...skipping 1732 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4170 "override_compile_targets": [ | 4164 "override_compile_targets": [ |
| 4171 "telemetry_unittests_run" | 4165 "telemetry_unittests_run" |
| 4172 ], | 4166 ], |
| 4173 "swarming": { | 4167 "swarming": { |
| 4174 "can_use_on_swarming_builders": true | 4168 "can_use_on_swarming_builders": true |
| 4175 } | 4169 } |
| 4176 } | 4170 } |
| 4177 ] | 4171 ] |
| 4178 } | 4172 } |
| 4179 } | 4173 } |
| OLD | NEW |