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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_ClangToTWin.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 303 matching lines...) Expand 10 before | Expand all | Expand 10 after
314 "--ninja-path", 314 "--ninja-path",
315 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 315 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
316 "--target", 316 "--target",
317 "Release", 317 "Release",
318 "--src-dir", 318 "--src-dir",
319 "[BUILDER_CACHE]\\ClangToTWin\\src", 319 "[BUILDER_CACHE]\\ClangToTWin\\src",
320 "--goma-cache-dir", 320 "--goma-cache-dir",
321 "[GOMA_CACHE]", 321 "[GOMA_CACHE]",
322 "--goma-deps-cache-dir", 322 "--goma-deps-cache-dir",
323 "[GOMA_DEPS_CACHE]", 323 "[GOMA_DEPS_CACHE]",
324 "--build-tool",
325 "ninja",
326 "--build-data-dir", 324 "--build-data-dir",
327 "[ROOT]\\build_data_dir", 325 "[ROOT]\\build_data_dir",
328 "--compiler", 326 "--compiler",
329 "clang", 327 "clang",
330 "--mode", 328 "--mode",
331 "official", 329 "official",
332 "--", 330 "--",
333 "all" 331 "all"
334 ], 332 ],
335 "env": { 333 "env": {
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
479 "LLVM_FORCE_HEAD_REVISION": "YES" 477 "LLVM_FORCE_HEAD_REVISION": "YES"
480 }, 478 },
481 "name": "process_dumps" 479 "name": "process_dumps"
482 }, 480 },
483 { 481 {
484 "name": "$result", 482 "name": "$result",
485 "recipe_result": null, 483 "recipe_result": null,
486 "status_code": 0 484 "status_code": 0
487 } 485 }
488 ] 486 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698