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

Side by Side Diff: scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_ios_debug.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
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 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
137 "name": "gclient runhooks" 137 "name": "gclient runhooks"
138 }, 138 },
139 { 139 {
140 "cmd": [ 140 "cmd": [
141 "python", 141 "python",
142 "-u", 142 "-u",
143 "RECIPE_PACKAGE_REPO[depot_tools]/gn.py", 143 "RECIPE_PACKAGE_REPO[depot_tools]/gn.py",
144 "--root=[SLAVE_BUILD]/src", 144 "--root=[SLAVE_BUILD]/src",
145 "gen", 145 "gen",
146 "//out/Debug-iphoneos", 146 "//out/Debug-iphoneos",
147 "--args=is_clang=true target_os=\"ios\" is_component_build=false is_debug= true target_cpu=\"arm\" use_goma=true goma_dir=\"[CACHE]/cipd/goma\"" 147 "--args=is_clang=true ios_enable_code_signing=false target_os=\"ios\" is_c omponent_build=false is_debug=true target_cpu=\"arm\" use_goma=true goma_dir=\"[ CACHE]/cipd/goma\""
148 ], 148 ],
149 "cwd": "[SLAVE_BUILD]/src", 149 "cwd": "[SLAVE_BUILD]/src",
150 "name": "gn" 150 "name": "gn"
151 }, 151 },
152 { 152 {
153 "allow_subannotations": true, 153 "allow_subannotations": true,
154 "cmd": [ 154 "cmd": [
155 "python", 155 "python",
156 "-u", 156 "-u",
157 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", 157 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py",
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
215 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 215 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
216 "@@@STEP_LOG_END@json.output (invalid)@@@" 216 "@@@STEP_LOG_END@json.output (invalid)@@@"
217 ] 217 ]
218 }, 218 },
219 { 219 {
220 "name": "$result", 220 "name": "$result",
221 "recipe_result": null, 221 "recipe_result": null,
222 "status_code": 0 222 "status_code": 0
223 } 223 }
224 ] 224 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698