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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWinClang_shared_.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 346 matching lines...) Expand 10 before | Expand all | Expand 10 after
357 "--ninja-path", 357 "--ninja-path",
358 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 358 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
359 "--target", 359 "--target",
360 "Release", 360 "Release",
361 "--src-dir", 361 "--src-dir",
362 "[BUILDER_CACHE]\\CrWinClang_shared_\\src", 362 "[BUILDER_CACHE]\\CrWinClang_shared_\\src",
363 "--goma-cache-dir", 363 "--goma-cache-dir",
364 "[GOMA_CACHE]", 364 "[GOMA_CACHE]",
365 "--goma-deps-cache-dir", 365 "--goma-deps-cache-dir",
366 "[GOMA_DEPS_CACHE]", 366 "[GOMA_DEPS_CACHE]",
367 "--build-tool",
368 "ninja",
369 "--build-data-dir", 367 "--build-data-dir",
370 "[ROOT]\\build_data_dir", 368 "[ROOT]\\build_data_dir",
371 "--compiler", 369 "--compiler",
372 "goma-clang", 370 "goma-clang",
373 "--goma-jsonstatus", 371 "--goma-jsonstatus",
374 "/path/to/tmp/json", 372 "/path/to/tmp/json",
375 "--goma-service-account-json-file", 373 "--goma-service-account-json-file",
376 "C:\\creds\\service_accounts\\service-account-goma-client.json", 374 "C:\\creds\\service_accounts\\service-account-goma-client.json",
377 "--goma-dir", 375 "--goma-dir",
378 "[CACHE]\\cipd\\goma", 376 "[CACHE]\\cipd\\goma",
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
478 "~followup_annotations": [ 476 "~followup_annotations": [
479 "@@@STEP_TEXT@CrWinClang(shared) tester@@@" 477 "@@@STEP_TEXT@CrWinClang(shared) tester@@@"
480 ] 478 ]
481 }, 479 },
482 { 480 {
483 "name": "$result", 481 "name": "$result",
484 "recipe_result": null, 482 "recipe_result": null,
485 "status_code": 0 483 "status_code": 0
486 } 484 }
487 ] 485 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698