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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_perf_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_Builder", 7 "[BUILDER_CACHE]/Mac_Builder",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after
264 "--ninja-path", 264 "--ninja-path",
265 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 265 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
266 "--target", 266 "--target",
267 "Release", 267 "Release",
268 "--src-dir", 268 "--src-dir",
269 "[BUILDER_CACHE]/Mac_Builder/src", 269 "[BUILDER_CACHE]/Mac_Builder/src",
270 "--goma-cache-dir", 270 "--goma-cache-dir",
271 "[GOMA_CACHE]", 271 "[GOMA_CACHE]",
272 "--goma-deps-cache-dir", 272 "--goma-deps-cache-dir",
273 "[GOMA_DEPS_CACHE]", 273 "[GOMA_DEPS_CACHE]",
274 "--build-tool",
275 "ninja",
276 "--build-data-dir", 274 "--build-data-dir",
277 "[ROOT]/build_data_dir", 275 "[ROOT]/build_data_dir",
278 "--compiler", 276 "--compiler",
279 "goma-clang", 277 "goma-clang",
280 "--goma-jsonstatus", 278 "--goma-jsonstatus",
281 "/path/to/tmp/json", 279 "/path/to/tmp/json",
282 "--goma-service-account-json-file", 280 "--goma-service-account-json-file",
283 "/creds/service_accounts/service-account-goma-client.json", 281 "/creds/service_accounts/service-account-goma-client.json",
284 "--mode", 282 "--mode",
285 "official", 283 "official",
(...skipping 485 matching lines...) Expand 10 before | Expand all | Expand 10 after
771 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 769 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
772 }, 770 },
773 "name": "sizes" 771 "name": "sizes"
774 }, 772 },
775 { 773 {
776 "name": "$result", 774 "name": "$result",
777 "recipe_result": null, 775 "recipe_result": null,
778 "status_code": 0 776 "status_code": 0
779 } 777 }
780 ] 778 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698