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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webrtc_fyi_Linux_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]/Linux_Builder", 7 "[BUILDER_CACHE]/Linux_Builder",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after
300 "--ninja-path", 300 "--ninja-path",
301 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 301 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
302 "--target", 302 "--target",
303 "Release", 303 "Release",
304 "--src-dir", 304 "--src-dir",
305 "[BUILDER_CACHE]/Linux_Builder/src", 305 "[BUILDER_CACHE]/Linux_Builder/src",
306 "--goma-cache-dir", 306 "--goma-cache-dir",
307 "[GOMA_CACHE]", 307 "[GOMA_CACHE]",
308 "--goma-deps-cache-dir", 308 "--goma-deps-cache-dir",
309 "[GOMA_DEPS_CACHE]", 309 "[GOMA_DEPS_CACHE]",
310 "--build-tool",
311 "ninja",
312 "--build-data-dir", 310 "--build-data-dir",
313 "[ROOT]/build_data_dir", 311 "[ROOT]/build_data_dir",
314 "--compiler", 312 "--compiler",
315 "goma", 313 "goma",
316 "--goma-jsonstatus", 314 "--goma-jsonstatus",
317 "/path/to/tmp/json", 315 "/path/to/tmp/json",
318 "--goma-service-account-json-file", 316 "--goma-service-account-json-file",
319 "/creds/service_accounts/service-account-goma-client.json", 317 "/creds/service_accounts/service-account-goma-client.json",
320 "--goma-dir", 318 "--goma-dir",
321 "[CACHE]/cipd/goma", 319 "[CACHE]/cipd/goma",
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
394 "~followup_annotations": [ 392 "~followup_annotations": [
395 "@@@STEP_TEXT@Linux Tester@@@" 393 "@@@STEP_TEXT@Linux Tester@@@"
396 ] 394 ]
397 }, 395 },
398 { 396 {
399 "name": "$result", 397 "name": "$result",
400 "recipe_result": null, 398 "recipe_result": null,
401 "status_code": 0 399 "status_code": 0
402 } 400 }
403 ] 401 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698