| 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 2556 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2567 }, | 2567 }, |
| 2568 { | 2568 { |
| 2569 "test": "webapk_shell_apk_junit_tests" | 2569 "test": "webapk_shell_apk_junit_tests" |
| 2570 } | 2570 } |
| 2571 ] | 2571 ] |
| 2572 }, | 2572 }, |
| 2573 "Blimp Linux (dbg)": { | 2573 "Blimp Linux (dbg)": { |
| 2574 "gtest_tests": [ | 2574 "gtest_tests": [ |
| 2575 { | 2575 { |
| 2576 "swarming": { | 2576 "swarming": { |
| 2577 "can_use_on_swarming_builders": true | |
| 2578 }, | |
| 2579 "test": "blimp_browsertests" | |
| 2580 }, | |
| 2581 { | |
| 2582 "swarming": { | |
| 2583 "can_use_on_swarming_builders": false | 2577 "can_use_on_swarming_builders": false |
| 2584 }, | 2578 }, |
| 2585 "test": "blimp_unittests" | 2579 "test": "blimp_unittests" |
| 2586 } | 2580 } |
| 2587 ] | 2581 ] |
| 2588 }, | 2582 }, |
| 2589 "Cast Linux": { | 2583 "Cast Linux": { |
| 2590 "gtest_tests": [ | 2584 "gtest_tests": [ |
| 2591 { | 2585 { |
| 2592 "swarming": { | 2586 "swarming": { |
| (...skipping 1737 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4330 "override_compile_targets": [ | 4324 "override_compile_targets": [ |
| 4331 "telemetry_unittests_run" | 4325 "telemetry_unittests_run" |
| 4332 ], | 4326 ], |
| 4333 "swarming": { | 4327 "swarming": { |
| 4334 "can_use_on_swarming_builders": true | 4328 "can_use_on_swarming_builders": true |
| 4335 } | 4329 } |
| 4336 } | 4330 } |
| 4337 ] | 4331 ] |
| 4338 } | 4332 } |
| 4339 } | 4333 } |
| OLD | NEW |