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 1510 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1521 }, | 1521 }, |
1522 { | 1522 { |
1523 "swarming": { | 1523 "swarming": { |
1524 "can_use_on_swarming_builders": true | 1524 "can_use_on_swarming_builders": true |
1525 }, | 1525 }, |
1526 "test": "cast_media_unittests" | 1526 "test": "cast_media_unittests" |
1527 }, | 1527 }, |
1528 { | 1528 { |
1529 "args": [ | 1529 "args": [ |
1530 "--enable-local-file-accesses", | 1530 "--enable-local-file-accesses", |
1531 "--enable-cma-media-pipeline", | |
1532 "--ozone-platform=cast", | 1531 "--ozone-platform=cast", |
1533 "--no-sandbox", | 1532 "--no-sandbox", |
1534 "--test-launcher-jobs=1" | 1533 "--test-launcher-jobs=1" |
1535 ], | 1534 ], |
1536 "swarming": { | 1535 "swarming": { |
1537 "can_use_on_swarming_builders": true | 1536 "can_use_on_swarming_builders": true |
1538 }, | 1537 }, |
1539 "test": "cast_shell_browser_test" | 1538 "test": "cast_shell_browser_test" |
1540 }, | 1539 }, |
1541 { | 1540 { |
(...skipping 1395 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2937 "override_compile_targets": [ | 2936 "override_compile_targets": [ |
2938 "telemetry_unittests_run" | 2937 "telemetry_unittests_run" |
2939 ], | 2938 ], |
2940 "swarming": { | 2939 "swarming": { |
2941 "can_use_on_swarming_builders": true | 2940 "can_use_on_swarming_builders": true |
2942 } | 2941 } |
2943 } | 2942 } |
2944 ] | 2943 ] |
2945 } | 2944 } |
2946 } | 2945 } |
OLD | NEW |