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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWinClang.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 357 matching lines...) Expand 10 before | Expand all | Expand 10 after
368 "--ninja-path", 368 "--ninja-path",
369 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 369 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
370 "--target", 370 "--target",
371 "Release", 371 "Release",
372 "--src-dir", 372 "--src-dir",
373 "[BUILDER_CACHE]\\CrWinClang\\src", 373 "[BUILDER_CACHE]\\CrWinClang\\src",
374 "--goma-cache-dir", 374 "--goma-cache-dir",
375 "[GOMA_CACHE]", 375 "[GOMA_CACHE]",
376 "--goma-deps-cache-dir", 376 "--goma-deps-cache-dir",
377 "[GOMA_DEPS_CACHE]", 377 "[GOMA_DEPS_CACHE]",
378 "--build-tool",
379 "ninja",
380 "--build-data-dir", 378 "--build-data-dir",
381 "[ROOT]\\build_data_dir", 379 "[ROOT]\\build_data_dir",
382 "--compiler", 380 "--compiler",
383 "goma-clang", 381 "goma-clang",
384 "--goma-jsonstatus", 382 "--goma-jsonstatus",
385 "/path/to/tmp/json", 383 "/path/to/tmp/json",
386 "--goma-service-account-json-file", 384 "--goma-service-account-json-file",
387 "C:\\creds\\service_accounts\\service-account-goma-client.json", 385 "C:\\creds\\service_accounts\\service-account-goma-client.json",
388 "--mode", 386 "--mode",
389 "official", 387 "official",
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
491 "~followup_annotations": [ 489 "~followup_annotations": [
492 "@@@STEP_TEXT@CrWinClang tester@@@" 490 "@@@STEP_TEXT@CrWinClang tester@@@"
493 ] 491 ]
494 }, 492 },
495 { 493 {
496 "name": "$result", 494 "name": "$result",
497 "recipe_result": null, 495 "recipe_result": null,
498 "status_code": 0 496 "status_code": 0
499 } 497 }
500 ] 498 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698