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

Side by Side Diff: scripts/slave/recipes/webrtc/ios.expected/gn_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 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 "GYP_GENERATORS": "ninja", 155 "GYP_GENERATORS": "ninja",
156 "LANDMINES_VERBOSE": "1", 156 "LANDMINES_VERBOSE": "1",
157 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 157 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
158 }, 158 },
159 "name": "gclient runhooks", 159 "name": "gclient runhooks",
160 "~followup_annotations": [ 160 "~followup_annotations": [
161 "@@@STEP_TEXT@<br />GYP_DEFINES:<br />component=static_library<br />OS=ios <br />GYP_CHROMIUM_NO_ACTION=1@@@" 161 "@@@STEP_TEXT@<br />GYP_DEFINES:<br />component=static_library<br />OS=ios <br />GYP_CHROMIUM_NO_ACTION=1@@@"
162 ] 162 ]
163 }, 163 },
164 { 164 {
165 "cmd": [],
166 "name": "ensure_goma" 165 "name": "ensure_goma"
167 }, 166 },
168 { 167 {
169 "cmd": [ 168 "cmd": [
170 "python", 169 "python",
171 "-u", 170 "-u",
172 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", 171 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
173 "--platform", 172 "--platform",
174 "mac-amd64", 173 "mac-amd64",
175 "--dest-directory", 174 "--dest-directory",
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
250 ], 249 ],
251 "cwd": "[BUILDER_CACHE]/ios/src/out/Debug-iphoneos", 250 "cwd": "[BUILDER_CACHE]/ios/src/out/Debug-iphoneos",
252 "name": "compile" 251 "name": "compile"
253 }, 252 },
254 { 253 {
255 "name": "$result", 254 "name": "$result",
256 "recipe_result": null, 255 "recipe_result": null,
257 "status_code": 0 256 "status_code": 0
258 } 257 }
259 ] 258 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/webrtc/ios.expected/basic.json ('k') | scripts/slave/recipes/webrtc/ios.expected/gyp_build.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698