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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_chromiumos_Linux_ChromiumOS_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]/Linux_ChromiumOS_GN", 7 "[BUILDER_CACHE]/Linux_ChromiumOS_GN",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 310 matching lines...) Expand 10 before | Expand all | Expand 10 after
321 "--ninja-path", 321 "--ninja-path",
322 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 322 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
323 "--target", 323 "--target",
324 "Release", 324 "Release",
325 "--src-dir", 325 "--src-dir",
326 "[BUILDER_CACHE]/Linux_ChromiumOS_GN/src", 326 "[BUILDER_CACHE]/Linux_ChromiumOS_GN/src",
327 "--goma-cache-dir", 327 "--goma-cache-dir",
328 "[GOMA_CACHE]", 328 "[GOMA_CACHE]",
329 "--goma-deps-cache-dir", 329 "--goma-deps-cache-dir",
330 "[GOMA_DEPS_CACHE]", 330 "[GOMA_DEPS_CACHE]",
331 "--build-tool",
332 "ninja",
333 "--build-data-dir", 331 "--build-data-dir",
334 "[ROOT]/build_data_dir", 332 "[ROOT]/build_data_dir",
335 "--compiler", 333 "--compiler",
336 "goma", 334 "goma",
337 "--goma-jsonstatus", 335 "--goma-jsonstatus",
338 "/path/to/tmp/json", 336 "/path/to/tmp/json",
339 "--goma-service-account-json-file", 337 "--goma-service-account-json-file",
340 "/creds/service_accounts/service-account-goma-client.json", 338 "/creds/service_accounts/service-account-goma-client.json",
341 "--goma-dir", 339 "--goma-dir",
342 "[CACHE]/cipd/goma", 340 "[CACHE]/cipd/goma",
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
451 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", 449 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@",
452 "@@@STEP_LOG_END@python.inline@@@" 450 "@@@STEP_LOG_END@python.inline@@@"
453 ] 451 ]
454 }, 452 },
455 { 453 {
456 "name": "$result", 454 "name": "$result",
457 "recipe_result": null, 455 "recipe_result": null,
458 "status_code": 0 456 "status_code": 0
459 } 457 }
460 ] 458 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698