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

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

Issue 1577773002: WebRTC: Enable OpenH264 for WebRTC standalone bots. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Set the GN arguments properly Created 4 years, 11 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
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[BUILD]/scripts/slave/bot_update.py", 6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master", 7 "--master",
8 "tryserver.webrtc", 8 "tryserver.webrtc",
9 "--builder", 9 "--builder",
10 "mac_swarming", 10 "mac_swarming",
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 }, 87 },
88 { 88 {
89 "cmd": [ 89 "cmd": [
90 "python", 90 "python",
91 "-u", 91 "-u",
92 "[DEPOT_TOOLS]/gclient.py", 92 "[DEPOT_TOOLS]/gclient.py",
93 "runhooks" 93 "runhooks"
94 ], 94 ],
95 "cwd": "[SLAVE_BUILD]", 95 "cwd": "[SLAVE_BUILD]",
96 "env": { 96 "env": {
97 "GYP_DEFINES": "clang=1 component=shared_library dcheck_always_on=1 fastbu ild=1 gomadir='[BUILD]/goma' target_arch=x64 test_isolation_mode=prepare use_gom a=1" 97 "GYP_DEFINES": "clang=1 component=shared_library dcheck_always_on=1 fastbu ild=1 ffmpeg_branding=Chrome gomadir='[BUILD]/goma' target_arch=x64 test_isolati on_mode=prepare use_goma=1 use_openh264=1 use_third_party_h264=1"
98 }, 98 },
99 "name": "gclient runhooks" 99 "name": "gclient runhooks"
100 }, 100 },
101 { 101 {
102 "cmd": [ 102 "cmd": [
103 "python", 103 "python",
104 "-u", 104 "-u",
105 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", 105 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py",
106 "--version" 106 "--version"
107 ], 107 ],
(...skipping 2065 matching lines...) Expand 10 before | Expand all | Expand 10 after
2173 "@@@STEP_LOG_END@json.output@@@", 2173 "@@@STEP_LOG_END@json.output@@@",
2174 "@@@STEP_LINK@shard #0 isolated out@blah@@@" 2174 "@@@STEP_LINK@shard #0 isolated out@blah@@@"
2175 ] 2175 ]
2176 }, 2176 },
2177 { 2177 {
2178 "name": "$result", 2178 "name": "$result",
2179 "recipe_result": null, 2179 "recipe_result": null,
2180 "status_code": 0 2180 "status_code": 0
2181 } 2181 }
2182 ] 2182 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698