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

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

Issue 2334373002: Roll recipe dependencies (nontrivial). (Closed)
Patch Set: Created 4 years, 3 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 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 139 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
140 }, 140 },
141 "name": "gclient runhooks" 141 "name": "gclient runhooks"
142 }, 142 },
143 { 143 {
144 "cmd": [],
145 "name": "ensure_goma" 144 "name": "ensure_goma"
146 }, 145 },
147 { 146 {
148 "cmd": [ 147 "cmd": [
149 "python", 148 "python",
150 "-u", 149 "-u",
151 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", 150 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
152 "--platform", 151 "--platform",
153 "mac-amd64", 152 "mac-amd64",
154 "--dest-directory", 153 "--dest-directory",
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
220 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 219 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
221 }, 220 },
222 "name": "generate_build_files" 221 "name": "generate_build_files"
223 }, 222 },
224 { 223 {
225 "name": "$result", 224 "name": "$result",
226 "recipe_result": null, 225 "recipe_result": null,
227 "status_code": 0 226 "status_code": 0
228 } 227 }
229 ] 228 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698