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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_Win_Builder__ANGLE_.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 291 matching lines...) Expand 10 before | Expand all | Expand 10 after
302 "--ninja-path", 302 "--ninja-path",
303 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 303 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
304 "--target", 304 "--target",
305 "Release", 305 "Release",
306 "--src-dir", 306 "--src-dir",
307 "[BUILDER_CACHE]\\Win_Builder__ANGLE_\\src", 307 "[BUILDER_CACHE]\\Win_Builder__ANGLE_\\src",
308 "--goma-cache-dir", 308 "--goma-cache-dir",
309 "[GOMA_CACHE]", 309 "[GOMA_CACHE]",
310 "--goma-deps-cache-dir", 310 "--goma-deps-cache-dir",
311 "[GOMA_DEPS_CACHE]", 311 "[GOMA_DEPS_CACHE]",
312 "--build-tool",
313 "ninja",
314 "--build-data-dir", 312 "--build-data-dir",
315 "[ROOT]\\build_data_dir", 313 "[ROOT]\\build_data_dir",
316 "--compiler", 314 "--compiler",
317 "goma", 315 "goma",
318 "--goma-jsonstatus", 316 "--goma-jsonstatus",
319 "/path/to/tmp/json", 317 "/path/to/tmp/json",
320 "--goma-service-account-json-file", 318 "--goma-service-account-json-file",
321 "C:\\creds\\service_accounts\\service-account-goma-client.json", 319 "C:\\creds\\service_accounts\\service-account-goma-client.json",
322 "--goma-dir", 320 "--goma-dir",
323 "[CACHE]\\cipd\\goma", 321 "[CACHE]\\cipd\\goma",
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
425 "~followup_annotations": [ 423 "~followup_annotations": [
426 "@@@STEP_TEXT@Win7 Tests (ANGLE)@@@" 424 "@@@STEP_TEXT@Win7 Tests (ANGLE)@@@"
427 ] 425 ]
428 }, 426 },
429 { 427 {
430 "name": "$result", 428 "name": "$result",
431 "recipe_result": null, 429 "recipe_result": null,
432 "status_code": 0 430 "status_code": 0
433 } 431 }
434 ] 432 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698