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

Side by Side Diff: scripts/slave/recipes/ios/try.expected/gn.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 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
210 ] 210 ]
211 }, 211 },
212 { 212 {
213 "cmd": [], 213 "cmd": [],
214 "name": "ensure_goma" 214 "name": "ensure_goma"
215 }, 215 },
216 { 216 {
217 "cmd": [ 217 "cmd": [
218 "python", 218 "python",
219 "-u", 219 "-u",
220 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", 220 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
221 "--platform", 221 "--platform",
222 "mac-amd64", 222 "mac-amd64",
223 "--dest-directory", 223 "--dest-directory",
224 "[SLAVE_BUILD]/cipd", 224 "[SLAVE_BUILD]/cipd",
225 "--json-output", 225 "--json-output",
226 "/path/to/tmp/json" 226 "/path/to/tmp/json"
227 ], 227 ],
228 "name": "ensure_goma.install cipd", 228 "name": "ensure_goma.install cipd",
229 "~followup_annotations": [ 229 "~followup_annotations": [
230 "@@@STEP_NEST_LEVEL@1@@@", 230 "@@@STEP_NEST_LEVEL@1@@@",
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
394 "~followup_annotations": [ 394 "~followup_annotations": [
395 "@@@STEP_TEXT@This test was skipped because it was not affected.@@@" 395 "@@@STEP_TEXT@This test was skipped because it was not affected.@@@"
396 ] 396 ]
397 }, 397 },
398 { 398 {
399 "name": "$result", 399 "name": "$result",
400 "recipe_result": null, 400 "recipe_result": null,
401 "status_code": 0 401 "status_code": 0
402 } 402 }
403 ] 403 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698