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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_x64_rel.json

Issue 1629353002: WebRTC: Enable OpenH264 for WebRTC standalone bots. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Rebase Created 4 years, 10 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 | Annotate | Revision Log
« no previous file with comments | « scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_x64_gn_rel.json ('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 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_PACKAGE[build]\\bot_update.py", 6 "RECIPE_PACKAGE[build]\\bot_update.py",
7 "--master", 7 "--master",
8 "tryserver.webrtc", 8 "tryserver.webrtc",
9 "--builder", 9 "--builder",
10 "win_x64_rel", 10 "win_x64_rel",
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 }, 78 },
79 { 79 {
80 "cmd": [ 80 "cmd": [
81 "python", 81 "python",
82 "-u", 82 "-u",
83 "[DEPOT_TOOLS]\\gclient.py", 83 "[DEPOT_TOOLS]\\gclient.py",
84 "runhooks" 84 "runhooks"
85 ], 85 ],
86 "cwd": "[SLAVE_BUILD]", 86 "cwd": "[SLAVE_BUILD]",
87 "env": { 87 "env": {
88 "GYP_DEFINES": "chromium_win_pch=0 component=static_library dcheck_always_ on=1 fastbuild=1 gomadir='[BUILD]\\goma' target_arch=x64 use_goma=1" 88 "GYP_DEFINES": "chromium_win_pch=0 component=static_library dcheck_always_ on=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[BUILD]\\goma' rtc_use_264=1 ta rget_arch=x64 use_goma=1"
89 }, 89 },
90 "name": "gclient runhooks" 90 "name": "gclient runhooks"
91 }, 91 },
92 { 92 {
93 "cmd": [ 93 "cmd": [
94 "python", 94 "python",
95 "-u", 95 "-u",
96 "[BUILD]\\scripts\\slave\\compile.py", 96 "[BUILD]\\scripts\\slave\\compile.py",
97 "--target", 97 "--target",
98 "Release_x64", 98 "Release_x64",
(...skipping 377 matching lines...) Expand 10 before | Expand all | Expand 10 after
476 ], 476 ],
477 "cwd": "[SLAVE_BUILD]", 477 "cwd": "[SLAVE_BUILD]",
478 "name": "webrtc_nonparallel_tests" 478 "name": "webrtc_nonparallel_tests"
479 }, 479 },
480 { 480 {
481 "name": "$result", 481 "name": "$result",
482 "recipe_result": null, 482 "recipe_result": null,
483 "status_code": 0 483 "status_code": 0
484 } 484 }
485 ] 485 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_x64_gn_rel.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698