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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWinClang64_dll_.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 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
229 }, 229 },
230 { 230 {
231 "cmd": [ 231 "cmd": [
232 "python", 232 "python",
233 "-u", 233 "-u",
234 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 234 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
235 "--show-path", 235 "--show-path",
236 "python", 236 "python",
237 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", 237 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py",
238 "--ninja-path", 238 "--ninja-path",
239 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja", 239 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
240 "--target", 240 "--target",
241 "Release_x64", 241 "Release_x64",
242 "--src-dir", 242 "--src-dir",
243 "[SLAVE_BUILD]\\src", 243 "[SLAVE_BUILD]\\src",
244 "--goma-cache-dir", 244 "--goma-cache-dir",
245 "[GOMA_CACHE]", 245 "[GOMA_CACHE]",
246 "--build-tool", 246 "--build-tool",
247 "ninja", 247 "ninja",
248 "--compiler", 248 "--compiler",
249 "goma-clang", 249 "goma-clang",
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
343 "~followup_annotations": [ 343 "~followup_annotations": [
344 "@@@STEP_TEXT@CrWinClang64(dll) tester@@@" 344 "@@@STEP_TEXT@CrWinClang64(dll) tester@@@"
345 ] 345 ]
346 }, 346 },
347 { 347 {
348 "name": "$result", 348 "name": "$result",
349 "recipe_result": null, 349 "recipe_result": null,
350 "status_code": 0 350 "status_code": 0
351 } 351 }
352 ] 352 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698