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

Side by Side Diff: scripts/slave/recipe_modules/cronet/example.expected/local_test.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 243 matching lines...) Expand 10 before | Expand all | Expand 10 after
254 "--gsutil-py-path", 254 "--gsutil-py-path",
255 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 255 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
256 "--ninja-path", 256 "--ninja-path",
257 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 257 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
258 "--target", 258 "--target",
259 "Debug", 259 "Debug",
260 "--src-dir", 260 "--src-dir",
261 "[SLAVE_BUILD]/src", 261 "[SLAVE_BUILD]/src",
262 "--goma-cache-dir", 262 "--goma-cache-dir",
263 "[GOMA_CACHE]", 263 "[GOMA_CACHE]",
264 "--build-tool",
265 "ninja",
266 "--compiler", 264 "--compiler",
267 "goma", 265 "goma",
268 "--goma-jsonstatus", 266 "--goma-jsonstatus",
269 "/path/to/tmp/json", 267 "/path/to/tmp/json",
270 "--goma-service-account-json-file", 268 "--goma-service-account-json-file",
271 "/creds/service_accounts/service-account-goma-client.json", 269 "/creds/service_accounts/service-account-goma-client.json",
272 "--goma-dir", 270 "--goma-dir",
273 "[CACHE]/cipd/goma", 271 "[CACHE]/cipd/goma",
274 "--", 272 "--",
275 "cronet_package", 273 "cronet_package",
(...skipping 439 matching lines...) Expand 10 before | Expand all | Expand 10 after
715 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 713 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
716 "@@@STEP_LOG_END@python.inline@@@" 714 "@@@STEP_LOG_END@python.inline@@@"
717 ] 715 ]
718 }, 716 },
719 { 717 {
720 "name": "$result", 718 "name": "$result",
721 "recipe_result": null, 719 "recipe_result": null,
722 "status_code": 0 720 "status_code": 0
723 } 721 }
724 ] 722 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698