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

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

Issue 2239293002: Switch to cipd module in depot_tools (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: pylint Created 4 years, 4 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 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
170 ] 170 ]
171 }, 171 },
172 { 172 {
173 "cmd": [], 173 "cmd": [],
174 "name": "ensure_goma" 174 "name": "ensure_goma"
175 }, 175 },
176 { 176 {
177 "cmd": [ 177 "cmd": [
178 "python", 178 "python",
179 "-u", 179 "-u",
180 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", 180 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
181 "--platform", 181 "--platform",
182 "mac-amd64", 182 "mac-amd64",
183 "--dest-directory", 183 "--dest-directory",
184 "[SLAVE_BUILD]/cipd", 184 "[SLAVE_BUILD]/cipd",
185 "--json-output", 185 "--json-output",
186 "/path/to/tmp/json" 186 "/path/to/tmp/json"
187 ], 187 ],
188 "name": "ensure_goma.install cipd", 188 "name": "ensure_goma.install cipd",
189 "~followup_annotations": [ 189 "~followup_annotations": [
190 "@@@STEP_NEST_LEVEL@1@@@", 190 "@@@STEP_NEST_LEVEL@1@@@",
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
254 ], 254 ],
255 "cwd": "[BUILDER_CACHE]/ios/src/out/Debug-iphoneos", 255 "cwd": "[BUILDER_CACHE]/ios/src/out/Debug-iphoneos",
256 "name": "compile" 256 "name": "compile"
257 }, 257 },
258 { 258 {
259 "name": "$result", 259 "name": "$result",
260 "recipe_result": null, 260 "recipe_result": null,
261 "status_code": 0 261 "status_code": 0
262 } 262 }
263 ] 263 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698