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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_linux_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 346 matching lines...) Expand 10 before | Expand all | Expand 10 after
357 "--ninja-path", 357 "--ninja-path",
358 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 358 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
359 "--target", 359 "--target",
360 "Release", 360 "Release",
361 "--src-dir", 361 "--src-dir",
362 "[BUILDER_CACHE]/Android_Builder/src", 362 "[BUILDER_CACHE]/Android_Builder/src",
363 "--goma-cache-dir", 363 "--goma-cache-dir",
364 "[GOMA_CACHE]", 364 "[GOMA_CACHE]",
365 "--goma-deps-cache-dir", 365 "--goma-deps-cache-dir",
366 "[GOMA_DEPS_CACHE]", 366 "[GOMA_DEPS_CACHE]",
367 "--build-tool",
368 "ninja",
369 "--build-data-dir", 367 "--build-data-dir",
370 "[ROOT]/build_data_dir", 368 "[ROOT]/build_data_dir",
371 "--compiler", 369 "--compiler",
372 "goma", 370 "goma",
373 "--goma-jsonstatus", 371 "--goma-jsonstatus",
374 "/path/to/tmp/json", 372 "/path/to/tmp/json",
375 "--goma-service-account-json-file", 373 "--goma-service-account-json-file",
376 "/creds/service_accounts/service-account-goma-client.json", 374 "/creds/service_accounts/service-account-goma-client.json",
377 "--goma-dir", 375 "--goma-dir",
378 "[CACHE]/cipd/goma", 376 "[CACHE]/cipd/goma",
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
479 "~followup_annotations": [ 477 "~followup_annotations": [
480 "@@@STEP_TEXT@Android Tests@@@" 478 "@@@STEP_TEXT@Android Tests@@@"
481 ] 479 ]
482 }, 480 },
483 { 481 {
484 "name": "$result", 482 "name": "$result",
485 "recipe_result": null, 483 "recipe_result": null,
486 "status_code": 0 484 "status_code": 0
487 } 485 }
488 ] 486 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698