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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_Android.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", 7 "[BUILDER_CACHE]/Android",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 323 matching lines...) Expand 10 before | Expand all | Expand 10 after
334 "--ninja-path", 334 "--ninja-path",
335 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 335 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
336 "--target", 336 "--target",
337 "Release", 337 "Release",
338 "--src-dir", 338 "--src-dir",
339 "[BUILDER_CACHE]/Android/src", 339 "[BUILDER_CACHE]/Android/src",
340 "--goma-cache-dir", 340 "--goma-cache-dir",
341 "[GOMA_CACHE]", 341 "[GOMA_CACHE]",
342 "--goma-deps-cache-dir", 342 "--goma-deps-cache-dir",
343 "[GOMA_DEPS_CACHE]", 343 "[GOMA_DEPS_CACHE]",
344 "--build-tool",
345 "ninja",
346 "--build-data-dir", 344 "--build-data-dir",
347 "[ROOT]/build_data_dir", 345 "[ROOT]/build_data_dir",
348 "--compiler", 346 "--compiler",
349 "goma", 347 "goma",
350 "--goma-jsonstatus", 348 "--goma-jsonstatus",
351 "/path/to/tmp/json", 349 "/path/to/tmp/json",
352 "--goma-service-account-json-file", 350 "--goma-service-account-json-file",
353 "/creds/service_accounts/service-account-goma-client.json", 351 "/creds/service_accounts/service-account-goma-client.json",
354 "--goma-dir", 352 "--goma-dir",
355 "[CACHE]/cipd/goma", 353 "[CACHE]/cipd/goma",
(...skipping 25 matching lines...) Expand all
381 "dev" 379 "dev"
382 ], 380 ],
383 "name": "archive_build" 381 "name": "archive_build"
384 }, 382 },
385 { 383 {
386 "name": "$result", 384 "name": "$result",
387 "recipe_result": null, 385 "recipe_result": null,
388 "status_code": 0 386 "status_code": 0
389 } 387 }
390 ] 388 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698