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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_chromiumos_Linux_ChromiumOS_Full.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]/Linux_ChromiumOS_Full", 7 "[BUILDER_CACHE]/Linux_ChromiumOS_Full",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after
279 "--ninja-path", 279 "--ninja-path",
280 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 280 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
281 "--target", 281 "--target",
282 "Release", 282 "Release",
283 "--src-dir", 283 "--src-dir",
284 "[BUILDER_CACHE]/Linux_ChromiumOS_Full/src", 284 "[BUILDER_CACHE]/Linux_ChromiumOS_Full/src",
285 "--goma-cache-dir", 285 "--goma-cache-dir",
286 "[GOMA_CACHE]", 286 "[GOMA_CACHE]",
287 "--goma-deps-cache-dir", 287 "--goma-deps-cache-dir",
288 "[GOMA_DEPS_CACHE]", 288 "[GOMA_DEPS_CACHE]",
289 "--build-tool",
290 "ninja",
291 "--build-data-dir", 289 "--build-data-dir",
292 "[ROOT]/build_data_dir", 290 "[ROOT]/build_data_dir",
293 "--compiler", 291 "--compiler",
294 "goma", 292 "goma",
295 "--goma-jsonstatus", 293 "--goma-jsonstatus",
296 "/path/to/tmp/json", 294 "/path/to/tmp/json",
297 "--goma-service-account-json-file", 295 "--goma-service-account-json-file",
298 "/creds/service_accounts/service-account-goma-client.json", 296 "/creds/service_accounts/service-account-goma-client.json",
299 "--goma-dir", 297 "--goma-dir",
300 "[CACHE]/cipd/goma", 298 "[CACHE]/cipd/goma",
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
360 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 358 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
361 }, 359 },
362 "name": "archive build" 360 "name": "archive build"
363 }, 361 },
364 { 362 {
365 "name": "$result", 363 "name": "$result",
366 "recipe_result": null, 364 "recipe_result": null,
367 "status_code": 0 365 "status_code": 0
368 } 366 }
369 ] 367 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698