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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webkit_Android_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]/Android_Builder", 7 "[BUILDER_CACHE]/Android_Builder",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 304 matching lines...) Expand 10 before | Expand all | Expand 10 after
315 "--ninja-path", 315 "--ninja-path",
316 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 316 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
317 "--target", 317 "--target",
318 "Release", 318 "Release",
319 "--src-dir", 319 "--src-dir",
320 "[BUILDER_CACHE]/Android_Builder/src", 320 "[BUILDER_CACHE]/Android_Builder/src",
321 "--goma-cache-dir", 321 "--goma-cache-dir",
322 "[GOMA_CACHE]", 322 "[GOMA_CACHE]",
323 "--goma-deps-cache-dir", 323 "--goma-deps-cache-dir",
324 "[GOMA_DEPS_CACHE]", 324 "[GOMA_DEPS_CACHE]",
325 "--build-tool",
326 "ninja",
327 "--build-data-dir", 325 "--build-data-dir",
328 "[ROOT]/build_data_dir", 326 "[ROOT]/build_data_dir",
329 "--compiler", 327 "--compiler",
330 "goma", 328 "goma",
331 "--goma-jsonstatus", 329 "--goma-jsonstatus",
332 "/path/to/tmp/json", 330 "/path/to/tmp/json",
333 "--goma-service-account-json-file", 331 "--goma-service-account-json-file",
334 "/creds/service_accounts/service-account-goma-client.json", 332 "/creds/service_accounts/service-account-goma-client.json",
335 "--goma-dir", 333 "--goma-dir",
336 "[CACHE]/cipd/goma", 334 "[CACHE]/cipd/goma",
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
406 "~followup_annotations": [ 404 "~followup_annotations": [
407 "@@@STEP_TEXT@WebKit Android (Nexus4)@@@" 405 "@@@STEP_TEXT@WebKit Android (Nexus4)@@@"
408 ] 406 ]
409 }, 407 },
410 { 408 {
411 "name": "$result", 409 "name": "$result",
412 "recipe_result": null, 410 "recipe_result": null,
413 "status_code": 0 411 "status_code": 0
414 } 412 }
415 ] 413 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698