Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(493)

Side by Side Diff: testing/buildbot/chromium.linux.json

Issue 2300993003: CmaRenderer is dead. Long live MojoRenderer. (Closed)
Patch Set: update OWNERS file Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chromecast/renderer/media/video_pipeline_proxy.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « chromecast/renderer/media/video_pipeline_proxy.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698