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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_mac_gn_dbg.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
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 "mac_gn_dbg", 10 "mac_gn_dbg",
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
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_CHROMIUM_NO_ACTION": "1", 88 "GYP_CHROMIUM_NO_ACTION": "1",
89 "GYP_DEFINES": "clang=1 component=shared_library dcheck_always_on=1 fastbu ild=1 gomadir='[BUILD]/goma' target_arch=x64 use_goma=1" 89 "GYP_DEFINES": "clang=1 component=shared_library dcheck_always_on=1 fastbu ild=1 ffmpeg_branding=Chrome gomadir='[BUILD]/goma' rtc_use_264=1 target_arch=x6 4 use_goma=1"
90 }, 90 },
91 "name": "gclient runhooks" 91 "name": "gclient runhooks"
92 }, 92 },
93 { 93 {
94 "cmd": [ 94 "cmd": [
95 "python", 95 "python",
96 "-u", 96 "-u",
97 "[DEPOT_TOOLS]/gn.py", 97 "[DEPOT_TOOLS]/gn.py",
98 "--root=[SLAVE_BUILD]/src", 98 "--root=[SLAVE_BUILD]/src",
99 "gen", 99 "gen",
100 "//out/Debug", 100 "//out/Debug",
101 "--args=is_debug=true target_cpu=\"x64\" use_goma=true goma_dir=\"[BUILD]/ goma\"" 101 "--args=ffmpeg_branding=\"Chrome\" rtc_use_h264=true is_debug=true target_ cpu=\"x64\" use_goma=true goma_dir=\"[BUILD]/goma\""
102 ], 102 ],
103 "cwd": "[SLAVE_BUILD]", 103 "cwd": "[SLAVE_BUILD]",
104 "name": "gn" 104 "name": "gn"
105 }, 105 },
106 { 106 {
107 "allow_subannotations": true, 107 "allow_subannotations": true,
108 "cmd": [ 108 "cmd": [
109 "python", 109 "python",
110 "-u", 110 "-u",
111 "[BUILD]/scripts/slave/clang_revision.py", 111 "[BUILD]/scripts/slave/clang_revision.py",
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
151 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 151 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
152 "@@@STEP_LOG_END@json.output (invalid)@@@" 152 "@@@STEP_LOG_END@json.output (invalid)@@@"
153 ] 153 ]
154 }, 154 },
155 { 155 {
156 "name": "$result", 156 "name": "$result",
157 "recipe_result": null, 157 "recipe_result": null,
158 "status_code": 0 158 "status_code": 0
159 } 159 }
160 ] 160 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698