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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webkit_WebKit_Win_x64_Builder.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 316 matching lines...) Expand 10 before | Expand all | Expand 10 after
327 "--ninja-path", 327 "--ninja-path",
328 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 328 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
329 "--target", 329 "--target",
330 "Release_x64", 330 "Release_x64",
331 "--src-dir", 331 "--src-dir",
332 "[BUILDER_CACHE]\\win_layout\\src", 332 "[BUILDER_CACHE]\\win_layout\\src",
333 "--goma-cache-dir", 333 "--goma-cache-dir",
334 "[GOMA_CACHE]", 334 "[GOMA_CACHE]",
335 "--goma-deps-cache-dir", 335 "--goma-deps-cache-dir",
336 "[GOMA_DEPS_CACHE]", 336 "[GOMA_DEPS_CACHE]",
337 "--build-tool",
338 "ninja",
339 "--build-data-dir", 337 "--build-data-dir",
340 "[ROOT]\\build_data_dir", 338 "[ROOT]\\build_data_dir",
341 "--compiler", 339 "--compiler",
342 "goma", 340 "goma",
343 "--goma-jsonstatus", 341 "--goma-jsonstatus",
344 "/path/to/tmp/json", 342 "/path/to/tmp/json",
345 "--goma-service-account-json-file", 343 "--goma-service-account-json-file",
346 "C:\\creds\\service_accounts\\service-account-goma-client.json", 344 "C:\\creds\\service_accounts\\service-account-goma-client.json",
347 "--goma-dir", 345 "--goma-dir",
348 "[CACHE]\\cipd\\goma", 346 "[CACHE]\\cipd\\goma",
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
472 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 470 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
473 }, 471 },
474 "name": "process_dumps" 472 "name": "process_dumps"
475 }, 473 },
476 { 474 {
477 "name": "$result", 475 "name": "$result",
478 "recipe_result": null, 476 "recipe_result": null,
479 "status_code": 0 477 "status_code": 0
480 } 478 }
481 ] 479 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698