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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_ios64_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 "ios64_gn_rel", 10 "ios64_gn_rel",
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 "cmd": [ 77 "cmd": [
78 "python", 78 "python",
79 "-u", 79 "-u",
80 "[DEPOT_TOOLS]/gclient.py", 80 "[DEPOT_TOOLS]/gclient.py",
81 "runhooks" 81 "runhooks"
82 ], 82 ],
83 "cwd": "[SLAVE_BUILD]", 83 "cwd": "[SLAVE_BUILD]",
84 "env": { 84 "env": {
85 "GYP_CHROMIUM_NO_ACTION": "1", 85 "GYP_CHROMIUM_NO_ACTION": "1",
86 "GYP_CROSSCOMPILE": "1", 86 "GYP_CROSSCOMPILE": "1",
87 "GYP_DEFINES": "OS=ios chromium_ios_signing=0 clang=1 component=static_lib rary dcheck_always_on=1 fastbuild=1 gomadir='[BUILD]/goma' target_arch=arm64 use _goma=1", 87 "GYP_DEFINES": "OS=ios chromium_ios_signing=0 clang=1 component=static_lib rary dcheck_always_on=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[BUILD]/goma ' target_arch=arm64 use_goma=1 use_openh264=1 use_third_party_h264=1",
88 "GYP_GENERATORS": "ninja" 88 "GYP_GENERATORS": "ninja"
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 "[DEPOT_TOOLS]/gn.py", 96 "[DEPOT_TOOLS]/gn.py",
97 "--root=[SLAVE_BUILD]/src", 97 "--root=[SLAVE_BUILD]/src",
98 "gen", 98 "gen",
99 "//out/Release-iphoneos", 99 "//out/Release-iphoneos",
100 "--args=is_debug=false target_os=\"ios\" target_cpu=\"arm\" use_goma=true goma_dir=\"[BUILD]/goma\"" 100 "--args=ffmpeg_branding=\"Chrome\" use_openh264=true use_third_party_h264= true is_debug=false target_os=\"ios\" target_cpu=\"arm\" use_goma=true goma_dir= \"[BUILD]/goma\""
101 ], 101 ],
102 "cwd": "[SLAVE_BUILD]", 102 "cwd": "[SLAVE_BUILD]",
103 "name": "gn" 103 "name": "gn"
104 }, 104 },
105 { 105 {
106 "allow_subannotations": true, 106 "allow_subannotations": true,
107 "cmd": [ 107 "cmd": [
108 "python", 108 "python",
109 "-u", 109 "-u",
110 "[BUILD]/scripts/slave/clang_revision.py", 110 "[BUILD]/scripts/slave/clang_revision.py",
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
150 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 150 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
151 "@@@STEP_LOG_END@json.output (invalid)@@@" 151 "@@@STEP_LOG_END@json.output (invalid)@@@"
152 ] 152 ]
153 }, 153 },
154 { 154 {
155 "name": "$result", 155 "name": "$result",
156 "recipe_result": null, 156 "recipe_result": null,
157 "status_code": 0 157 "status_code": 0
158 } 158 }
159 ] 159 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698