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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_win_dbg.json

Issue 2152453003: recipes: Stop passing --build-tool=ninja to compile.py (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: Created 4 years, 5 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 279 matching lines...) Expand 10 before | Expand all | Expand 10 after
290 "--gsutil-py-path", 290 "--gsutil-py-path",
291 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", 291 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
292 "--ninja-path", 292 "--ninja-path",
293 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 293 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
294 "--target", 294 "--target",
295 "Debug", 295 "Debug",
296 "--src-dir", 296 "--src-dir",
297 "[SLAVE_BUILD]\\v8", 297 "[SLAVE_BUILD]\\v8",
298 "--goma-cache-dir", 298 "--goma-cache-dir",
299 "[GOMA_CACHE]", 299 "[GOMA_CACHE]",
300 "--build-tool",
301 "ninja",
302 "--compiler", 300 "--compiler",
303 "goma", 301 "goma",
304 "--goma-jsonstatus", 302 "--goma-jsonstatus",
305 "/path/to/tmp/json", 303 "/path/to/tmp/json",
306 "--goma-service-account-json-file", 304 "--goma-service-account-json-file",
307 "C:\\creds\\service_accounts\\service-account-goma-client.json", 305 "C:\\creds\\service_accounts\\service-account-goma-client.json",
308 "--goma-dir", 306 "--goma-dir",
309 "[CACHE]\\cipd\\goma", 307 "[CACHE]\\cipd\\goma",
310 "--goma-fail-fast", 308 "--goma-fail-fast",
311 "--goma-disable-local-fallback", 309 "--goma-disable-local-fallback",
(...skipping 463 matching lines...) Expand 10 before | Expand all | Expand 10 after
775 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 773 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
776 "@@@STEP_LOG_END@durations@@@" 774 "@@@STEP_LOG_END@durations@@@"
777 ] 775 ]
778 }, 776 },
779 { 777 {
780 "name": "$result", 778 "name": "$result",
781 "recipe_result": null, 779 "recipe_result": null,
782 "status_code": 0 780 "status_code": 0
783 } 781 }
784 ] 782 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698