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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Win32___nosnap___shared.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 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 ] 86 ]
87 }, 87 },
88 { 88 {
89 "cmd": [], 89 "cmd": [],
90 "name": "ensure_goma" 90 "name": "ensure_goma"
91 }, 91 },
92 { 92 {
93 "cmd": [ 93 "cmd": [
94 "python", 94 "python",
95 "-u", 95 "-u",
96 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py", 96 "RECIPE_MODULE[depot_tools::cipd]\\resources\\bootstrap.py",
97 "--platform", 97 "--platform",
98 "windows-386", 98 "windows-386",
99 "--dest-directory", 99 "--dest-directory",
100 "[SLAVE_BUILD]\\cipd", 100 "[SLAVE_BUILD]\\cipd",
101 "--json-output", 101 "--json-output",
102 "/path/to/tmp/json" 102 "/path/to/tmp/json"
103 ], 103 ],
104 "name": "ensure_goma.install cipd", 104 "name": "ensure_goma.install cipd",
105 "~followup_annotations": [ 105 "~followup_annotations": [
106 "@@@STEP_NEST_LEVEL@1@@@", 106 "@@@STEP_NEST_LEVEL@1@@@",
(...skipping 640 matching lines...) Expand 10 before | Expand all | Expand 10 after
747 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 747 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
748 "@@@STEP_LOG_END@durations@@@" 748 "@@@STEP_LOG_END@durations@@@"
749 ] 749 ]
750 }, 750 },
751 { 751 {
752 "name": "$result", 752 "name": "$result",
753 "recipe_result": null, 753 "recipe_result": null,
754 "status_code": 0 754 "status_code": 0
755 } 755 }
756 ] 756 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698