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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_client_skia_Win_Builder_Trybot.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 328 matching lines...) Expand 10 before | Expand all | Expand 10 after
339 "--ninja-path", 339 "--ninja-path",
340 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 340 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
341 "--target", 341 "--target",
342 "Release", 342 "Release",
343 "--src-dir", 343 "--src-dir",
344 "[BUILDER_CACHE]\\Win_Builder_Trybot\\src", 344 "[BUILDER_CACHE]\\Win_Builder_Trybot\\src",
345 "--goma-cache-dir", 345 "--goma-cache-dir",
346 "[GOMA_CACHE]", 346 "[GOMA_CACHE]",
347 "--goma-deps-cache-dir", 347 "--goma-deps-cache-dir",
348 "[GOMA_DEPS_CACHE]", 348 "[GOMA_DEPS_CACHE]",
349 "--build-tool",
350 "ninja",
351 "--build-data-dir", 349 "--build-data-dir",
352 "[ROOT]\\build_data_dir", 350 "[ROOT]\\build_data_dir",
353 "--compiler", 351 "--compiler",
354 "goma", 352 "goma",
355 "--goma-jsonstatus", 353 "--goma-jsonstatus",
356 "/path/to/tmp/json", 354 "/path/to/tmp/json",
357 "--goma-service-account-json-file", 355 "--goma-service-account-json-file",
358 "C:\\creds\\service_accounts\\service-account-goma-client.json", 356 "C:\\creds\\service_accounts\\service-account-goma-client.json",
359 "--goma-dir", 357 "--goma-dir",
360 "[CACHE]\\cipd\\goma", 358 "[CACHE]\\cipd\\goma",
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
466 "~followup_annotations": [ 464 "~followup_annotations": [
467 "@@@STEP_TEXT@Win7 Tests (1)-Trybot@@@" 465 "@@@STEP_TEXT@Win7 Tests (1)-Trybot@@@"
468 ] 466 ]
469 }, 467 },
470 { 468 {
471 "name": "$result", 469 "name": "$result",
472 "recipe_result": null, 470 "recipe_result": null,
473 "status_code": 0 471 "status_code": 0
474 } 472 }
475 ] 473 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698