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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win_clang.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 398 matching lines...) Expand 10 before | Expand all | Expand 10 after
409 "--ninja-path", 409 "--ninja-path",
410 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 410 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
411 "--target", 411 "--target",
412 "Debug_x64", 412 "Debug_x64",
413 "--src-dir", 413 "--src-dir",
414 "[BUILDER_CACHE]\\win_clang\\src", 414 "[BUILDER_CACHE]\\win_clang\\src",
415 "--goma-cache-dir", 415 "--goma-cache-dir",
416 "[GOMA_CACHE]", 416 "[GOMA_CACHE]",
417 "--goma-deps-cache-dir", 417 "--goma-deps-cache-dir",
418 "[GOMA_DEPS_CACHE]", 418 "[GOMA_DEPS_CACHE]",
419 "--build-tool",
420 "ninja",
421 "--compiler", 419 "--compiler",
422 "goma-clang", 420 "goma-clang",
423 "--goma-jsonstatus", 421 "--goma-jsonstatus",
424 "/path/to/tmp/json", 422 "/path/to/tmp/json",
425 "--goma-service-account-json-file", 423 "--goma-service-account-json-file",
426 "C:\\creds\\service_accounts\\service-account-goma-client.json", 424 "C:\\creds\\service_accounts\\service-account-goma-client.json",
427 "--goma-dir", 425 "--goma-dir",
428 "[CACHE]\\cipd\\goma", 426 "[CACHE]\\cipd\\goma",
429 "--goma-fail-fast", 427 "--goma-fail-fast",
430 "--goma-disable-local-fallback", 428 "--goma-disable-local-fallback",
(...skipping 16 matching lines...) Expand all
447 "import sys; sys.exit(0)" 445 "import sys; sys.exit(0)"
448 ], 446 ],
449 "name": "mark: before_tests" 447 "name": "mark: before_tests"
450 }, 448 },
451 { 449 {
452 "name": "$result", 450 "name": "$result",
453 "recipe_result": null, 451 "recipe_result": null,
454 "status_code": 0 452 "status_code": 0
455 } 453 }
456 ] 454 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698