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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWinAsanCov.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]\\CrWinAsanCov\\src", 319 "[BUILDER_CACHE]\\CrWinAsanCov\\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 "--", 328 "--",
331 "browser_tests", 329 "browser_tests",
332 "browser_tests_run", 330 "browser_tests_run",
333 "chromium_builder_asan" 331 "chromium_builder_asan"
334 ], 332 ],
335 "env": { 333 "env": {
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
428 "~followup_annotations": [ 426 "~followup_annotations": [
429 "@@@STEP_TEXT@CrWinAsanCov tester@@@" 427 "@@@STEP_TEXT@CrWinAsanCov tester@@@"
430 ] 428 ]
431 }, 429 },
432 { 430 {
433 "name": "$result", 431 "name": "$result",
434 "recipe_result": null, 432 "recipe_result": null,
435 "status_code": 0 433 "status_code": 0
436 } 434 }
437 ] 435 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698