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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webrtc_Win_Builder.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\\src", 307 "[BUILDER_CACHE]\\Win_Builder\\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 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
442 "~followup_annotations": [ 440 "~followup_annotations": [
443 "@@@STEP_TEXT@Win10 Tester<br />Win7 Tester<br />Win8 Tester@@@" 441 "@@@STEP_TEXT@Win10 Tester<br />Win7 Tester<br />Win8 Tester@@@"
444 ] 442 ]
445 }, 443 },
446 { 444 {
447 "name": "$result", 445 "name": "$result",
448 "recipe_result": null, 446 "recipe_result": null,
449 "status_code": 0 447 "status_code": 0
450 } 448 }
451 ] 449 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698