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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_win_Win_Builder__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 317 matching lines...) Expand 10 before | Expand all | Expand 10 after
328 "--ninja-path", 328 "--ninja-path",
329 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 329 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
330 "--target", 330 "--target",
331 "Debug", 331 "Debug",
332 "--src-dir", 332 "--src-dir",
333 "[BUILDER_CACHE]\\Win_Builder__dbg_\\src", 333 "[BUILDER_CACHE]\\Win_Builder__dbg_\\src",
334 "--goma-cache-dir", 334 "--goma-cache-dir",
335 "[GOMA_CACHE]", 335 "[GOMA_CACHE]",
336 "--goma-deps-cache-dir", 336 "--goma-deps-cache-dir",
337 "[GOMA_DEPS_CACHE]", 337 "[GOMA_DEPS_CACHE]",
338 "--build-tool",
339 "ninja",
340 "--build-data-dir", 338 "--build-data-dir",
341 "[ROOT]\\build_data_dir", 339 "[ROOT]\\build_data_dir",
342 "--compiler", 340 "--compiler",
343 "goma", 341 "goma",
344 "--goma-jsonstatus", 342 "--goma-jsonstatus",
345 "/path/to/tmp/json", 343 "/path/to/tmp/json",
346 "--goma-service-account-json-file", 344 "--goma-service-account-json-file",
347 "C:\\creds\\service_accounts\\service-account-goma-client.json", 345 "C:\\creds\\service_accounts\\service-account-goma-client.json",
348 "--goma-dir", 346 "--goma-dir",
349 "[CACHE]\\cipd\\goma", 347 "[CACHE]\\cipd\\goma",
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
452 "~followup_annotations": [ 450 "~followup_annotations": [
453 "@@@STEP_TEXT@Win7 Tests (dbg)(1)@@@" 451 "@@@STEP_TEXT@Win7 Tests (dbg)(1)@@@"
454 ] 452 ]
455 }, 453 },
456 { 454 {
457 "name": "$result", 455 "name": "$result",
458 "recipe_result": null, 456 "recipe_result": null,
459 "status_code": 0 457 "status_code": 0
460 } 458 }
461 ] 459 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698