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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWin7Goma_clbr_.json

Issue 1786123007: Roll recipe dependencies (nontrivial). (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@base
Patch Set: Created 4 years, 9 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[depot_tools]\\gclient.py", 6 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py",
7 "sync", 7 "sync",
8 "--verbose", 8 "--verbose",
9 "--force", 9 "--force",
10 "--revision", 10 "--revision",
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
189 }, 189 },
190 { 190 {
191 "cmd": [ 191 "cmd": [
192 "python", 192 "python",
193 "-u", 193 "-u",
194 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 194 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
195 "--show-path", 195 "--show-path",
196 "python", 196 "python",
197 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", 197 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py",
198 "--ninja-path", 198 "--ninja-path",
199 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja", 199 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
200 "--target", 200 "--target",
201 "Release", 201 "Release",
202 "--src-dir", 202 "--src-dir",
203 "[SLAVE_BUILD]\\src", 203 "[SLAVE_BUILD]\\src",
204 "--goma-cache-dir", 204 "--goma-cache-dir",
205 "[GOMA_CACHE]", 205 "[GOMA_CACHE]",
206 "--build-tool", 206 "--build-tool",
207 "ninja", 207 "ninja",
208 "--compiler", 208 "--compiler",
209 "goma", 209 "goma",
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
308 ], 308 ],
309 "cwd": "[SLAVE_BUILD]", 309 "cwd": "[SLAVE_BUILD]",
310 "name": "process_dumps" 310 "name": "process_dumps"
311 }, 311 },
312 { 312 {
313 "name": "$result", 313 "name": "$result",
314 "recipe_result": null, 314 "recipe_result": null,
315 "status_code": 0 315 "status_code": 0
316 } 316 }
317 ] 317 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698