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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_WebKit_Mac___WPTServe.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]/WebKit_Mac___WPTServe", 7 "[BUILDER_CACHE]/WebKit_Mac___WPTServe",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 330 matching lines...) Expand 10 before | Expand all | Expand 10 after
341 "--ninja-path", 341 "--ninja-path",
342 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 342 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
343 "--target", 343 "--target",
344 "Release", 344 "Release",
345 "--src-dir", 345 "--src-dir",
346 "[BUILDER_CACHE]/WebKit_Mac___WPTServe/src", 346 "[BUILDER_CACHE]/WebKit_Mac___WPTServe/src",
347 "--goma-cache-dir", 347 "--goma-cache-dir",
348 "[GOMA_CACHE]", 348 "[GOMA_CACHE]",
349 "--goma-deps-cache-dir", 349 "--goma-deps-cache-dir",
350 "[GOMA_DEPS_CACHE]", 350 "[GOMA_DEPS_CACHE]",
351 "--build-tool",
352 "ninja",
353 "--build-data-dir", 351 "--build-data-dir",
354 "[ROOT]/build_data_dir", 352 "[ROOT]/build_data_dir",
355 "--compiler", 353 "--compiler",
356 "goma-clang", 354 "goma-clang",
357 "--goma-jsonstatus", 355 "--goma-jsonstatus",
358 "/path/to/tmp/json", 356 "/path/to/tmp/json",
359 "--goma-service-account-json-file", 357 "--goma-service-account-json-file",
360 "/creds/service_accounts/service-account-goma-client.json", 358 "/creds/service_accounts/service-account-goma-client.json",
361 "--goma-dir", 359 "--goma-dir",
362 "[CACHE]/cipd/goma", 360 "[CACHE]/cipd/goma",
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
545 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", 543 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@",
546 "@@@STEP_LOG_END@python.inline@@@" 544 "@@@STEP_LOG_END@python.inline@@@"
547 ] 545 ]
548 }, 546 },
549 { 547 {
550 "name": "$result", 548 "name": "$result",
551 "recipe_result": null, 549 "recipe_result": null,
552 "status_code": 0 550 "status_code": 0
553 } 551 }
554 ] 552 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698