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

Side by Side Diff: scripts/slave/recipes/webrtc/ios.expected/gyp_build.json

Issue 2436723003: Never use the hermetic xcode toolchain for iOS recipes. (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 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py", 4 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py",
5 "--json-file", 5 "--json-file",
6 "/path/to/tmp/json" 6 "/path/to/tmp/json"
7 ], 7 ],
8 "name": "host and tools info", 8 "name": "host and tools info",
9 "~followup_annotations": [ 9 "~followup_annotations": [
10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@", 10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@",
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 { 129 {
130 "cmd": [ 130 "cmd": [
131 "python", 131 "python",
132 "-u", 132 "-u",
133 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 133 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
134 "runhooks" 134 "runhooks"
135 ], 135 ],
136 "cwd": "[BUILDER_CACHE]/ios_gyp/src", 136 "cwd": "[BUILDER_CACHE]/ios_gyp/src",
137 "env": { 137 "env": {
138 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 138 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
139 "GYP_DEFINES": "component=static_library target_arch=x64",
139 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 140 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
140 }, 141 },
141 "name": "gclient runhooks" 142 "name": "gclient runhooks"
142 }, 143 },
143 { 144 {
144 "cmd": [], 145 "cmd": [],
145 "name": "ensure_goma" 146 "name": "ensure_goma"
146 }, 147 },
147 { 148 {
148 "cmd": [ 149 "cmd": [
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
206 "gen", 207 "gen",
207 "-m", 208 "-m",
208 "chromium.fake", 209 "chromium.fake",
209 "-b", 210 "-b",
210 "ios gyp", 211 "ios gyp",
211 "--config-file", 212 "--config-file",
212 "[BUILDER_CACHE]/ios_gyp/src/webrtc/build/mb_config.pyl", 213 "[BUILDER_CACHE]/ios_gyp/src/webrtc/build/mb_config.pyl",
213 "--goma-dir", 214 "--goma-dir",
214 "[CACHE]/cipd/goma", 215 "[CACHE]/cipd/goma",
215 "--gyp-script=[BUILDER_CACHE]/ios_gyp/src/webrtc/build/gyp_webrtc.py", 216 "--gyp-script=[BUILDER_CACHE]/ios_gyp/src/webrtc/build/gyp_webrtc.py",
216 "//out/None" 217 "//out/Release"
217 ], 218 ],
218 "cwd": "[BUILDER_CACHE]/ios_gyp/src", 219 "cwd": "[BUILDER_CACHE]/ios_gyp/src",
219 "env": { 220 "env": {
220 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 221 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
221 }, 222 },
222 "name": "generate_build_files" 223 "name": "generate_build_files"
223 }, 224 },
224 { 225 {
225 "name": "$result", 226 "name": "$result",
226 "recipe_result": null, 227 "recipe_result": null,
227 "status_code": 0 228 "status_code": 0
228 } 229 }
229 ] 230 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/webrtc/ios.expected/basic.json ('k') | scripts/slave/recipes/webrtc/ios.expected/no_tests.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698