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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webkit_WebKit_Mac_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 "\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_layout", 7 "[BUILDER_CACHE]/mac_layout",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 340 matching lines...) Expand 10 before | Expand all | Expand 10 after
351 "--ninja-path", 351 "--ninja-path",
352 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 352 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
353 "--target", 353 "--target",
354 "Release", 354 "Release",
355 "--src-dir", 355 "--src-dir",
356 "[BUILDER_CACHE]/mac_layout/src", 356 "[BUILDER_CACHE]/mac_layout/src",
357 "--goma-cache-dir", 357 "--goma-cache-dir",
358 "[GOMA_CACHE]", 358 "[GOMA_CACHE]",
359 "--goma-deps-cache-dir", 359 "--goma-deps-cache-dir",
360 "[GOMA_DEPS_CACHE]", 360 "[GOMA_DEPS_CACHE]",
361 "--build-tool",
362 "ninja",
363 "--build-data-dir", 361 "--build-data-dir",
364 "[ROOT]/build_data_dir", 362 "[ROOT]/build_data_dir",
365 "--compiler", 363 "--compiler",
366 "goma-clang", 364 "goma-clang",
367 "--goma-jsonstatus", 365 "--goma-jsonstatus",
368 "/path/to/tmp/json", 366 "/path/to/tmp/json",
369 "--goma-service-account-json-file", 367 "--goma-service-account-json-file",
370 "/creds/service_accounts/service-account-goma-client.json", 368 "/creds/service_accounts/service-account-goma-client.json",
371 "--goma-dir", 369 "--goma-dir",
372 "[CACHE]/cipd/goma", 370 "[CACHE]/cipd/goma",
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
495 "~followup_annotations": [ 493 "~followup_annotations": [
496 "@@@STEP_TEXT@WebKit Mac10.10<br />WebKit Mac10.11@@@" 494 "@@@STEP_TEXT@WebKit Mac10.10<br />WebKit Mac10.11@@@"
497 ] 495 ]
498 }, 496 },
499 { 497 {
500 "name": "$result", 498 "name": "$result",
501 "recipe_result": null, 499 "recipe_result": null,
502 "status_code": 0 500 "status_code": 0
503 } 501 }
504 ] 502 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698