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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_gn_rel.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 "android_gn_rel", 10 "android_gn_rel",
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 "name": "gclient runhooks" 109 "name": "gclient runhooks"
110 }, 110 },
111 { 111 {
112 "cmd": [ 112 "cmd": [
113 "python", 113 "python",
114 "-u", 114 "-u",
115 "[DEPOT_TOOLS]/gn.py", 115 "[DEPOT_TOOLS]/gn.py",
116 "--root=[SLAVE_BUILD]/src", 116 "--root=[SLAVE_BUILD]/src",
117 "gen", 117 "gen",
118 "//out/Release", 118 "//out/Release",
119 "--args=is_debug=false target_os=\"android\" target_cpu=\"arm\" use_goma=t rue goma_dir=\"[BUILD]/goma\"" 119 "--args=ffmpeg_branding=\"Chrome\" use_openh264=true use_third_party_h264= true is_debug=false target_os=\"android\" target_cpu=\"arm\" use_goma=true goma_ dir=\"[BUILD]/goma\""
120 ], 120 ],
121 "cwd": "[SLAVE_BUILD]", 121 "cwd": "[SLAVE_BUILD]",
122 "name": "gn" 122 "name": "gn"
123 }, 123 },
124 { 124 {
125 "cmd": [ 125 "cmd": [
126 "python", 126 "python",
127 "-u", 127 "-u",
128 "[BUILD]/scripts/slave/compile.py", 128 "[BUILD]/scripts/slave/compile.py",
129 "--target", 129 "--target",
(...skipping 22 matching lines...) Expand all
152 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 152 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
153 "@@@STEP_LOG_END@json.output (invalid)@@@" 153 "@@@STEP_LOG_END@json.output (invalid)@@@"
154 ] 154 ]
155 }, 155 },
156 { 156 {
157 "name": "$result", 157 "name": "$result",
158 "recipe_result": null, 158 "recipe_result": null,
159 "status_code": 0 159 "status_code": 0
160 } 160 }
161 ] 161 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698