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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webrtc_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 283 matching lines...) Expand 10 before | Expand all | Expand 10 after
294 "--ninja-path", 294 "--ninja-path",
295 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 295 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
296 "--target", 296 "--target",
297 "Release", 297 "Release",
298 "--src-dir", 298 "--src-dir",
299 "[BUILDER_CACHE]/Linux_Builder/src", 299 "[BUILDER_CACHE]/Linux_Builder/src",
300 "--goma-cache-dir", 300 "--goma-cache-dir",
301 "[GOMA_CACHE]", 301 "[GOMA_CACHE]",
302 "--goma-deps-cache-dir", 302 "--goma-deps-cache-dir",
303 "[GOMA_DEPS_CACHE]", 303 "[GOMA_DEPS_CACHE]",
304 "--build-tool",
305 "ninja",
306 "--build-data-dir", 304 "--build-data-dir",
307 "[ROOT]/build_data_dir", 305 "[ROOT]/build_data_dir",
308 "--compiler", 306 "--compiler",
309 "goma", 307 "goma",
310 "--goma-jsonstatus", 308 "--goma-jsonstatus",
311 "/path/to/tmp/json", 309 "/path/to/tmp/json",
312 "--goma-service-account-json-file", 310 "--goma-service-account-json-file",
313 "/creds/service_accounts/service-account-goma-client.json", 311 "/creds/service_accounts/service-account-goma-client.json",
314 "--goma-dir", 312 "--goma-dir",
315 "[CACHE]/cipd/goma", 313 "[CACHE]/cipd/goma",
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
388 "~followup_annotations": [ 386 "~followup_annotations": [
389 "@@@STEP_TEXT@Linux Tester@@@" 387 "@@@STEP_TEXT@Linux Tester@@@"
390 ] 388 ]
391 }, 389 },
392 { 390 {
393 "name": "$result", 391 "name": "$result",
394 "recipe_result": null, 392 "recipe_result": null,
395 "status_code": 0 393 "status_code": 0
396 } 394 }
397 ] 395 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698