| 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 2686 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2697 { | 2697 { |
| 2698 "args": [ | 2698 "args": [ |
| 2699 "--enable-local-file-accesses", | 2699 "--enable-local-file-accesses", |
| 2700 "--ozone-platform=cast", | 2700 "--ozone-platform=cast", |
| 2701 "--no-sandbox", | 2701 "--no-sandbox", |
| 2702 "--test-launcher-jobs=1" | 2702 "--test-launcher-jobs=1" |
| 2703 ], | 2703 ], |
| 2704 "swarming": { | 2704 "swarming": { |
| 2705 "can_use_on_swarming_builders": true | 2705 "can_use_on_swarming_builders": true |
| 2706 }, | 2706 }, |
| 2707 "test": "cast_shell_browsertests" | 2707 "test": "cast_shell_browser_test" |
| 2708 }, | 2708 }, |
| 2709 { | 2709 { |
| 2710 "swarming": { | 2710 "swarming": { |
| 2711 "can_use_on_swarming_builders": true | 2711 "can_use_on_swarming_builders": true |
| 2712 }, | 2712 }, |
| 2713 "test": "cast_shell_unittests" | 2713 "test": "cast_shell_unittests" |
| 2714 }, | 2714 }, |
| 2715 { | 2715 { |
| 2716 "args": [ | 2716 "args": [ |
| 2717 "--test-launcher-filter-file=src/testing/buildbot/filters/cast-linux.c
ontent_browsertests.filter" | 2717 "--test-launcher-filter-file=src/testing/buildbot/filters/cast-linux.c
ontent_browsertests.filter" |
| (...skipping 1658 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4376 "override_compile_targets": [ | 4376 "override_compile_targets": [ |
| 4377 "telemetry_unittests_run" | 4377 "telemetry_unittests_run" |
| 4378 ], | 4378 ], |
| 4379 "swarming": { | 4379 "swarming": { |
| 4380 "can_use_on_swarming_builders": true | 4380 "can_use_on_swarming_builders": true |
| 4381 } | 4381 } |
| 4382 } | 4382 } |
| 4383 ] | 4383 ] |
| 4384 } | 4384 } |
| 4385 } | 4385 } |
| OLD | NEW |