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

Side by Side Diff: scripts/slave/recipes/cronet.expected/android_cronet_builder__dbg_.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 os, sys\n\nbuild_path = sys.argv[1]\nif os.path.exists(build_pat h):\n for (path, dir, files) in os.walk(build_path):\n for cur_file in files :\n if cur_file.endswith('index.lock'):\n path_to_file = os.path.joi n(path, cur_file)\n print 'deleting %s' % path_to_file\n os.remove (path_to_file)\n", 6 "\nimport os, sys\n\nbuild_path = sys.argv[1]\nif os.path.exists(build_pat h):\n for (path, dir, files) in os.walk(build_path):\n for cur_file in files :\n if cur_file.endswith('index.lock'):\n path_to_file = os.path.joi n(path, cur_file)\n print 'deleting %s' % path_to_file\n os.remove (path_to_file)\n",
7 "[SLAVE_BUILD]" 7 "[SLAVE_BUILD]"
8 ], 8 ],
9 "name": "cleanup index.lock", 9 "name": "cleanup index.lock",
10 "~followup_annotations": [ 10 "~followup_annotations": [
(...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after
276 "--gsutil-py-path", 276 "--gsutil-py-path",
277 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 277 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
278 "--ninja-path", 278 "--ninja-path",
279 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 279 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
280 "--target", 280 "--target",
281 "Debug", 281 "Debug",
282 "--src-dir", 282 "--src-dir",
283 "[SLAVE_BUILD]/src", 283 "[SLAVE_BUILD]/src",
284 "--goma-cache-dir", 284 "--goma-cache-dir",
285 "[GOMA_CACHE]", 285 "[GOMA_CACHE]",
286 "--build-tool",
287 "ninja",
288 "--compiler", 286 "--compiler",
289 "goma", 287 "goma",
290 "--goma-jsonstatus", 288 "--goma-jsonstatus",
291 "/path/to/tmp/json", 289 "/path/to/tmp/json",
292 "--goma-service-account-json-file", 290 "--goma-service-account-json-file",
293 "/creds/service_accounts/service-account-goma-client.json", 291 "/creds/service_accounts/service-account-goma-client.json",
294 "--goma-dir", 292 "--goma-dir",
295 "[CACHE]/cipd/goma", 293 "[CACHE]/cipd/goma",
296 "--", 294 "--",
297 "cronet_package", 295 "cronet_package",
(...skipping 424 matching lines...) Expand 10 before | Expand all | Expand 10 after
722 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 720 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
723 "@@@STEP_LOG_END@python.inline@@@" 721 "@@@STEP_LOG_END@python.inline@@@"
724 ] 722 ]
725 }, 723 },
726 { 724 {
727 "name": "$result", 725 "name": "$result",
728 "recipe_result": null, 726 "recipe_result": null,
729 "status_code": 0 727 "status_code": 0
730 } 728 }
731 ] 729 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698