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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_chrome_Google_Chrome_Win.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 294 matching lines...) Expand 10 before | Expand all | Expand 10 after
305 "--ninja-path", 305 "--ninja-path",
306 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 306 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
307 "--target", 307 "--target",
308 "Release", 308 "Release",
309 "--src-dir", 309 "--src-dir",
310 "[BUILDER_CACHE]\\Google_Chrome_Win\\src", 310 "[BUILDER_CACHE]\\Google_Chrome_Win\\src",
311 "--goma-cache-dir", 311 "--goma-cache-dir",
312 "[GOMA_CACHE]", 312 "[GOMA_CACHE]",
313 "--goma-deps-cache-dir", 313 "--goma-deps-cache-dir",
314 "[GOMA_DEPS_CACHE]", 314 "[GOMA_DEPS_CACHE]",
315 "--build-tool",
316 "ninja",
317 "--build-data-dir", 315 "--build-data-dir",
318 "[ROOT]\\build_data_dir", 316 "[ROOT]\\build_data_dir",
319 "--compiler", 317 "--compiler",
320 "goma", 318 "goma",
321 "--goma-jsonstatus", 319 "--goma-jsonstatus",
322 "/path/to/tmp/json", 320 "/path/to/tmp/json",
323 "--goma-service-account-json-file", 321 "--goma-service-account-json-file",
324 "C:\\creds\\service_accounts\\service-account-goma-client.json", 322 "C:\\creds\\service_accounts\\service-account-goma-client.json",
325 "--mode", 323 "--mode",
326 "official", 324 "official",
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
386 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 384 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
387 }, 385 },
388 "name": "process_dumps" 386 "name": "process_dumps"
389 }, 387 },
390 { 388 {
391 "name": "$result", 389 "name": "$result",
392 "recipe_result": null, 390 "recipe_result": null,
393 "status_code": 0 391 "status_code": 0
394 } 392 }
395 ] 393 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698