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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_gpu_fyi_GPU_Win_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 380 matching lines...) Expand 10 before | Expand all | Expand 10 after
391 "--ninja-path", 391 "--ninja-path",
392 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 392 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
393 "--target", 393 "--target",
394 "Release", 394 "Release",
395 "--src-dir", 395 "--src-dir",
396 "[BUILDER_CACHE]\\GPU_Win_Builder\\src", 396 "[BUILDER_CACHE]\\GPU_Win_Builder\\src",
397 "--goma-cache-dir", 397 "--goma-cache-dir",
398 "[GOMA_CACHE]", 398 "[GOMA_CACHE]",
399 "--goma-deps-cache-dir", 399 "--goma-deps-cache-dir",
400 "[GOMA_DEPS_CACHE]", 400 "[GOMA_DEPS_CACHE]",
401 "--build-tool",
402 "ninja",
403 "--build-data-dir", 401 "--build-data-dir",
404 "[ROOT]\\build_data_dir", 402 "[ROOT]\\build_data_dir",
405 "--compiler", 403 "--compiler",
406 "goma", 404 "goma",
407 "--goma-jsonstatus", 405 "--goma-jsonstatus",
408 "/path/to/tmp/json", 406 "/path/to/tmp/json",
409 "--goma-service-account-json-file", 407 "--goma-service-account-json-file",
410 "C:\\creds\\service_accounts\\service-account-goma-client.json", 408 "C:\\creds\\service_accounts\\service-account-goma-client.json",
411 "--goma-dir", 409 "--goma-dir",
412 "[CACHE]\\cipd\\goma", 410 "[CACHE]\\cipd\\goma",
(...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after
628 "~followup_annotations": [ 626 "~followup_annotations": [
629 "@@@STEP_TEXT@Optional Win7 Release (ATI)<br />Optional Win7 Release (NVID IA)<br />Win7 Release (ATI)<br />Win7 Release (NVIDIA GeForce 730)<br />Win7 Rel ease (NVIDIA)<br />Win7 Release (New Intel)<br />Win8 Release (NVIDIA)@@@" 627 "@@@STEP_TEXT@Optional Win7 Release (ATI)<br />Optional Win7 Release (NVID IA)<br />Win7 Release (ATI)<br />Win7 Release (NVIDIA GeForce 730)<br />Win7 Rel ease (NVIDIA)<br />Win7 Release (New Intel)<br />Win8 Release (NVIDIA)@@@"
630 ] 628 ]
631 }, 629 },
632 { 630 {
633 "name": "$result", 631 "name": "$result",
634 "recipe_result": null, 632 "recipe_result": null,
635 "status_code": 0 633 "status_code": 0
636 } 634 }
637 ] 635 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698