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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_win_WinClang64__dbg_.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 319 matching lines...) Expand 10 before | Expand all | Expand 10 after
330 "--ninja-path", 330 "--ninja-path",
331 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 331 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
332 "--target", 332 "--target",
333 "Debug_x64", 333 "Debug_x64",
334 "--src-dir", 334 "--src-dir",
335 "[BUILDER_CACHE]\\WinClang64__dbg_\\src", 335 "[BUILDER_CACHE]\\WinClang64__dbg_\\src",
336 "--goma-cache-dir", 336 "--goma-cache-dir",
337 "[GOMA_CACHE]", 337 "[GOMA_CACHE]",
338 "--goma-deps-cache-dir", 338 "--goma-deps-cache-dir",
339 "[GOMA_DEPS_CACHE]", 339 "[GOMA_DEPS_CACHE]",
340 "--build-tool",
341 "ninja",
342 "--build-data-dir", 340 "--build-data-dir",
343 "[ROOT]\\build_data_dir", 341 "[ROOT]\\build_data_dir",
344 "--compiler", 342 "--compiler",
345 "goma-clang", 343 "goma-clang",
346 "--goma-jsonstatus", 344 "--goma-jsonstatus",
347 "/path/to/tmp/json", 345 "/path/to/tmp/json",
348 "--goma-service-account-json-file", 346 "--goma-service-account-json-file",
349 "C:\\creds\\service_accounts\\service-account-goma-client.json", 347 "C:\\creds\\service_accounts\\service-account-goma-client.json",
350 "--goma-dir", 348 "--goma-dir",
351 "[CACHE]\\cipd\\goma", 349 "[CACHE]\\cipd\\goma",
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
388 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"WinClang64 (d bg)\", \"buildnumber\": 571, \"mastername\": \"chromium.win\", \"parent_buildern ame\": null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \"slavename \": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" 386 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"WinClang64 (d bg)\", \"buildnumber\": 571, \"mastername\": \"chromium.win\", \"parent_buildern ame\": null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \"slavename \": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}"
389 ], 387 ],
390 "name": "package build" 388 "name": "package build"
391 }, 389 },
392 { 390 {
393 "name": "$result", 391 "name": "$result",
394 "recipe_result": null, 392 "recipe_result": null,
395 "status_code": 0 393 "status_code": 0
396 } 394 }
397 ] 395 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698