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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webrtc_fyi_Mac_GN.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_GN", 7 "[BUILDER_CACHE]/Mac_GN",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 327 matching lines...) Expand 10 before | Expand all | Expand 10 after
338 "--ninja-path", 338 "--ninja-path",
339 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 339 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
340 "--target", 340 "--target",
341 "Release", 341 "Release",
342 "--src-dir", 342 "--src-dir",
343 "[BUILDER_CACHE]/Mac_GN/src", 343 "[BUILDER_CACHE]/Mac_GN/src",
344 "--goma-cache-dir", 344 "--goma-cache-dir",
345 "[GOMA_CACHE]", 345 "[GOMA_CACHE]",
346 "--goma-deps-cache-dir", 346 "--goma-deps-cache-dir",
347 "[GOMA_DEPS_CACHE]", 347 "[GOMA_DEPS_CACHE]",
348 "--build-tool",
349 "ninja",
350 "--build-data-dir", 348 "--build-data-dir",
351 "[ROOT]/build_data_dir", 349 "[ROOT]/build_data_dir",
352 "--compiler", 350 "--compiler",
353 "goma-clang", 351 "goma-clang",
354 "--goma-jsonstatus", 352 "--goma-jsonstatus",
355 "/path/to/tmp/json", 353 "/path/to/tmp/json",
356 "--goma-service-account-json-file", 354 "--goma-service-account-json-file",
357 "/creds/service_accounts/service-account-goma-client.json", 355 "/creds/service_accounts/service-account-goma-client.json",
358 "--goma-dir", 356 "--goma-dir",
359 "[CACHE]/cipd/goma", 357 "[CACHE]/cipd/goma",
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
398 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"Mac GN\", \"buil dnumber\": 571, \"mastername\": \"chromium.webrtc.fyi\", \"parent_buildername\": null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \"slavename\": \" TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" 396 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"Mac GN\", \"buil dnumber\": 571, \"mastername\": \"chromium.webrtc.fyi\", \"parent_buildername\": null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \"slavename\": \" TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}"
399 ], 397 ],
400 "name": "package build" 398 "name": "package build"
401 }, 399 },
402 { 400 {
403 "name": "$result", 401 "name": "$result",
404 "recipe_result": null, 402 "recipe_result": null,
405 "status_code": 0 403 "status_code": 0
406 } 404 }
407 ] 405 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698