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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_win_Win_Builder__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[build]\\scripts\\slave\\kill_processes.py" 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "cwd": "[SLAVE_BUILD]", 8 "cwd": "[SLAVE_BUILD]",
9 "name": "taskkill" 9 "name": "taskkill"
10 }, 10 },
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
210 }, 210 },
211 { 211 {
212 "cmd": [ 212 "cmd": [
213 "python", 213 "python",
214 "-u", 214 "-u",
215 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 215 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
216 "--show-path", 216 "--show-path",
217 "python", 217 "python",
218 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", 218 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py",
219 "--ninja-path", 219 "--ninja-path",
220 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja", 220 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
221 "--target", 221 "--target",
222 "Debug", 222 "Debug",
223 "--src-dir", 223 "--src-dir",
224 "[SLAVE_BUILD]\\src", 224 "[SLAVE_BUILD]\\src",
225 "--goma-cache-dir", 225 "--goma-cache-dir",
226 "[GOMA_CACHE]", 226 "[GOMA_CACHE]",
227 "--build-tool", 227 "--build-tool",
228 "ninja", 228 "ninja",
229 "--compiler", 229 "--compiler",
230 "goma", 230 "goma",
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
328 "~followup_annotations": [ 328 "~followup_annotations": [
329 "@@@STEP_TEXT@Win7 Tests (dbg)(1)@@@" 329 "@@@STEP_TEXT@Win7 Tests (dbg)(1)@@@"
330 ] 330 ]
331 }, 331 },
332 { 332 {
333 "name": "$result", 333 "name": "$result",
334 "recipe_result": null, 334 "recipe_result": null,
335 "status_code": 0 335 "status_code": 0
336 } 336 }
337 ] 337 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698