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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webkit_WebKit_Mac10_9.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]/mac_layout", 7 "[BUILDER_CACHE]/mac_layout",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 302 matching lines...) Expand 10 before | Expand all | Expand 10 after
313 "--ninja-path", 313 "--ninja-path",
314 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 314 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
315 "--target", 315 "--target",
316 "Release", 316 "Release",
317 "--src-dir", 317 "--src-dir",
318 "[BUILDER_CACHE]/mac_layout/src", 318 "[BUILDER_CACHE]/mac_layout/src",
319 "--goma-cache-dir", 319 "--goma-cache-dir",
320 "[GOMA_CACHE]", 320 "[GOMA_CACHE]",
321 "--goma-deps-cache-dir", 321 "--goma-deps-cache-dir",
322 "[GOMA_DEPS_CACHE]", 322 "[GOMA_DEPS_CACHE]",
323 "--build-tool",
324 "ninja",
325 "--build-data-dir", 323 "--build-data-dir",
326 "[ROOT]/build_data_dir", 324 "[ROOT]/build_data_dir",
327 "--compiler", 325 "--compiler",
328 "goma-clang", 326 "goma-clang",
329 "--goma-jsonstatus", 327 "--goma-jsonstatus",
330 "/path/to/tmp/json", 328 "/path/to/tmp/json",
331 "--goma-service-account-json-file", 329 "--goma-service-account-json-file",
332 "/creds/service_accounts/service-account-goma-client.json", 330 "/creds/service_accounts/service-account-goma-client.json",
333 "--goma-dir", 331 "--goma-dir",
334 "[CACHE]/cipd/goma", 332 "[CACHE]/cipd/goma",
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
446 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium- layout-test-archives/WebKit_Mac10_9/571/layout-test-results/results.html@@@", 444 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium- layout-test-archives/WebKit_Mac10_9/571/layout-test-results/results.html@@@",
447 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar chives/WebKit_Mac10_9/571/layout-test-results.zip@@@" 445 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar chives/WebKit_Mac10_9/571/layout-test-results.zip@@@"
448 ] 446 ]
449 }, 447 },
450 { 448 {
451 "name": "$result", 449 "name": "$result",
452 "recipe_result": null, 450 "recipe_result": null,
453 "status_code": 0 451 "status_code": 0
454 } 452 }
455 ] 453 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698