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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWin7Goma_dbg_.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 "Debug", 201 "Debug",
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 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
307 ], 307 ],
308 "cwd": "[SLAVE_BUILD]", 308 "cwd": "[SLAVE_BUILD]",
309 "name": "process_dumps" 309 "name": "process_dumps"
310 }, 310 },
311 { 311 {
312 "name": "$result", 312 "name": "$result",
313 "recipe_result": null, 313 "recipe_result": null,
314 "status_code": 0 314 "status_code": 0
315 } 315 }
316 ] 316 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698