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

Side by Side Diff: scripts/slave/recipes/libyuv/libyuv.expected/tryserver_libyuv_ios_rel.json

Issue 2429453002: libyuv: Disable signing for iOS (Closed)
Patch Set: Created 4 years, 2 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
« no previous file with comments | « scripts/slave/recipes/libyuv/libyuv.expected/tryserver_libyuv_ios_arm64_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_REPO[build]/scripts/tools/runit.py", 6 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
7 "--show-path", 7 "--show-path",
8 "python", 8 "python",
9 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" 9 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py"
10 ], 10 ],
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 "name": "gclient runhooks" 143 "name": "gclient runhooks"
144 }, 144 },
145 { 145 {
146 "cmd": [ 146 "cmd": [
147 "python", 147 "python",
148 "-u", 148 "-u",
149 "RECIPE_PACKAGE_REPO[depot_tools]/gn.py", 149 "RECIPE_PACKAGE_REPO[depot_tools]/gn.py",
150 "--root=[SLAVE_BUILD]/src", 150 "--root=[SLAVE_BUILD]/src",
151 "gen", 151 "gen",
152 "//out/Release-iphoneos", 152 "//out/Release-iphoneos",
153 "--args=is_clang=true target_os=\"ios\" symbol_level=2 dcheck_always_on=tr ue is_debug=false target_cpu=\"arm\" use_goma=true goma_dir=\"[CACHE]/cipd/goma\ "" 153 "--args=is_clang=true ios_enable_code_signing=false target_os=\"ios\" symb ol_level=2 dcheck_always_on=true is_debug=false target_cpu=\"arm\" use_goma=true goma_dir=\"[CACHE]/cipd/goma\""
154 ], 154 ],
155 "cwd": "[SLAVE_BUILD]/src", 155 "cwd": "[SLAVE_BUILD]/src",
156 "name": "gn" 156 "name": "gn"
157 }, 157 },
158 { 158 {
159 "allow_subannotations": true, 159 "allow_subannotations": true,
160 "cmd": [ 160 "cmd": [
161 "python", 161 "python",
162 "-u", 162 "-u",
163 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", 163 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py",
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
223 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 223 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
224 "@@@STEP_LOG_END@json.output (invalid)@@@" 224 "@@@STEP_LOG_END@json.output (invalid)@@@"
225 ] 225 ]
226 }, 226 },
227 { 227 {
228 "name": "$result", 228 "name": "$result",
229 "recipe_result": null, 229 "recipe_result": null,
230 "status_code": 0 230 "status_code": 0
231 } 231 }
232 ] 232 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/libyuv/libyuv.expected/tryserver_libyuv_ios_arm64_rel.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698