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

Side by Side Diff: scripts/slave/recipes/chromium.expected/chromium_webkit_parent_revision_webkit.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 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 ] 113 ]
114 }, 114 },
115 { 115 {
116 "cmd": [], 116 "cmd": [],
117 "name": "ensure_goma" 117 "name": "ensure_goma"
118 }, 118 },
119 { 119 {
120 "cmd": [ 120 "cmd": [
121 "python", 121 "python",
122 "-u", 122 "-u",
123 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py", 123 "RECIPE_MODULE[depot_tools::cipd]\\resources\\bootstrap.py",
124 "--platform", 124 "--platform",
125 "windows-386", 125 "windows-386",
126 "--dest-directory", 126 "--dest-directory",
127 "[SLAVE_BUILD]\\cipd", 127 "[SLAVE_BUILD]\\cipd",
128 "--json-output", 128 "--json-output",
129 "/path/to/tmp/json" 129 "/path/to/tmp/json"
130 ], 130 ],
131 "name": "ensure_goma.install cipd", 131 "name": "ensure_goma.install cipd",
132 "~followup_annotations": [ 132 "~followup_annotations": [
133 "@@@STEP_NEST_LEVEL@1@@@", 133 "@@@STEP_NEST_LEVEL@1@@@",
(...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after
358 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 358 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
359 }, 359 },
360 "name": "process_dumps" 360 "name": "process_dumps"
361 }, 361 },
362 { 362 {
363 "name": "$result", 363 "name": "$result",
364 "recipe_result": null, 364 "recipe_result": null,
365 "status_code": 0 365 "status_code": 0
366 } 366 }
367 ] 367 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698