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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_linux_Linux_Builder__dbg_.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_Builder__dbg_", 7 "[BUILDER_CACHE]/Linux_Builder__dbg_",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 309 matching lines...) Expand 10 before | Expand all | Expand 10 after
320 "--ninja-path", 320 "--ninja-path",
321 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 321 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
322 "--target", 322 "--target",
323 "Debug", 323 "Debug",
324 "--src-dir", 324 "--src-dir",
325 "[BUILDER_CACHE]/Linux_Builder__dbg_/src", 325 "[BUILDER_CACHE]/Linux_Builder__dbg_/src",
326 "--goma-cache-dir", 326 "--goma-cache-dir",
327 "[GOMA_CACHE]", 327 "[GOMA_CACHE]",
328 "--goma-deps-cache-dir", 328 "--goma-deps-cache-dir",
329 "[GOMA_DEPS_CACHE]", 329 "[GOMA_DEPS_CACHE]",
330 "--build-tool",
331 "ninja",
332 "--build-data-dir", 330 "--build-data-dir",
333 "[ROOT]/build_data_dir", 331 "[ROOT]/build_data_dir",
334 "--compiler", 332 "--compiler",
335 "goma", 333 "goma",
336 "--goma-jsonstatus", 334 "--goma-jsonstatus",
337 "/path/to/tmp/json", 335 "/path/to/tmp/json",
338 "--goma-service-account-json-file", 336 "--goma-service-account-json-file",
339 "/creds/service_accounts/service-account-goma-client.json", 337 "/creds/service_accounts/service-account-goma-client.json",
340 "--goma-dir", 338 "--goma-dir",
341 "[CACHE]/cipd/goma", 339 "[CACHE]/cipd/goma",
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
443 "~followup_annotations": [ 441 "~followup_annotations": [
444 "@@@STEP_TEXT@Linux Tests (dbg)(1)@@@" 442 "@@@STEP_TEXT@Linux Tests (dbg)(1)@@@"
445 ] 443 ]
446 }, 444 },
447 { 445 {
448 "name": "$result", 446 "name": "$result",
449 "recipe_result": null, 447 "recipe_result": null,
450 "status_code": 0 448 "status_code": 0
451 } 449 }
452 ] 450 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698