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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Win64___clang.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 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "name": "taskkill" 8 "name": "taskkill"
9 }, 9 },
10 { 10 {
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 ] 65 ]
66 }, 66 },
67 { 67 {
68 "cmd": [], 68 "cmd": [],
69 "name": "ensure_goma" 69 "name": "ensure_goma"
70 }, 70 },
71 { 71 {
72 "cmd": [ 72 "cmd": [
73 "python", 73 "python",
74 "-u", 74 "-u",
75 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py", 75 "RECIPE_MODULE[depot_tools::cipd]\\resources\\bootstrap.py",
76 "--platform", 76 "--platform",
77 "windows-amd64", 77 "windows-amd64",
78 "--dest-directory", 78 "--dest-directory",
79 "[SLAVE_BUILD]\\cipd", 79 "[SLAVE_BUILD]\\cipd",
80 "--json-output", 80 "--json-output",
81 "/path/to/tmp/json" 81 "/path/to/tmp/json"
82 ], 82 ],
83 "name": "ensure_goma.install cipd", 83 "name": "ensure_goma.install cipd",
84 "~followup_annotations": [ 84 "~followup_annotations": [
85 "@@@STEP_NEST_LEVEL@1@@@", 85 "@@@STEP_NEST_LEVEL@1@@@",
(...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after
309 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 309 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
310 "@@@STEP_LOG_END@json.output (invalid)@@@" 310 "@@@STEP_LOG_END@json.output (invalid)@@@"
311 ] 311 ]
312 }, 312 },
313 { 313 {
314 "name": "$result", 314 "name": "$result",
315 "recipe_result": null, 315 "recipe_result": null,
316 "status_code": 0 316 "status_code": 0
317 } 317 }
318 ] 318 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698