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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_mac_Mac_GYP__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 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
7 "[BUILDER_CACHE]/Mac_GYP__dbg_", 7 "[BUILDER_CACHE]/Mac_GYP__dbg_",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 334 matching lines...) Expand 10 before | Expand all | Expand 10 after
345 "--ninja-path", 345 "--ninja-path",
346 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 346 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
347 "--target", 347 "--target",
348 "Debug", 348 "Debug",
349 "--src-dir", 349 "--src-dir",
350 "[BUILDER_CACHE]/Mac_GYP__dbg_/src", 350 "[BUILDER_CACHE]/Mac_GYP__dbg_/src",
351 "--goma-cache-dir", 351 "--goma-cache-dir",
352 "[GOMA_CACHE]", 352 "[GOMA_CACHE]",
353 "--goma-deps-cache-dir", 353 "--goma-deps-cache-dir",
354 "[GOMA_DEPS_CACHE]", 354 "[GOMA_DEPS_CACHE]",
355 "--build-tool",
356 "ninja",
357 "--build-data-dir", 355 "--build-data-dir",
358 "[ROOT]/build_data_dir", 356 "[ROOT]/build_data_dir",
359 "--compiler", 357 "--compiler",
360 "goma-clang", 358 "goma-clang",
361 "--goma-jsonstatus", 359 "--goma-jsonstatus",
362 "/path/to/tmp/json", 360 "/path/to/tmp/json",
363 "--goma-service-account-json-file", 361 "--goma-service-account-json-file",
364 "/creds/service_accounts/service-account-goma-client.json", 362 "/creds/service_accounts/service-account-goma-client.json",
365 "--goma-dir", 363 "--goma-dir",
366 "[CACHE]/cipd/goma", 364 "[CACHE]/cipd/goma",
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
479 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", 477 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@",
480 "@@@STEP_LOG_END@python.inline@@@" 478 "@@@STEP_LOG_END@python.inline@@@"
481 ] 479 ]
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