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

Side by Side Diff: scripts/slave/recipe_modules/cronet/example.expected/gn_test.json

Issue 2235773002: chromium: run GN in the checkout directory (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: rebase Created 4 years, 4 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 234 matching lines...) Expand 10 before | Expand all | Expand 10 after
245 "name": "gclient runhooks" 245 "name": "gclient runhooks"
246 }, 246 },
247 { 247 {
248 "cmd": [ 248 "cmd": [
249 "[SLAVE_BUILD]/src/buildtools/linux64/gn", 249 "[SLAVE_BUILD]/src/buildtools/linux64/gn",
250 "--root=[SLAVE_BUILD]/src", 250 "--root=[SLAVE_BUILD]/src",
251 "gen", 251 "gen",
252 "//out/Debug", 252 "//out/Debug",
253 "--args=disable_brotli_filter=true disable_file_support=true disable_ftp_s upport=true enable_websockets=false use_platform_icu_alternatives=true is_debug= true target_os=\"android\" target_cpu=\"arm\" use_goma=true goma_dir=\"[CACHE]/c ipd/goma\"" 253 "--args=disable_brotli_filter=true disable_file_support=true disable_ftp_s upport=true enable_websockets=false use_platform_icu_alternatives=true is_debug= true target_os=\"android\" target_cpu=\"arm\" use_goma=true goma_dir=\"[CACHE]/c ipd/goma\""
254 ], 254 ],
255 "cwd": "[SLAVE_BUILD]/src",
255 "name": "gn" 256 "name": "gn"
256 }, 257 },
257 { 258 {
258 "cmd": [ 259 "cmd": [
259 "python", 260 "python",
260 "-u", 261 "-u",
261 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 262 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
262 "--show-path", 263 "--show-path",
263 "python", 264 "python",
264 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 265 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
(...skipping 460 matching lines...) Expand 10 before | Expand all | Expand 10 after
725 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 726 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
726 "@@@STEP_LOG_END@python.inline@@@" 727 "@@@STEP_LOG_END@python.inline@@@"
727 ] 728 ]
728 }, 729 },
729 { 730 {
730 "name": "$result", 731 "name": "$result",
731 "recipe_result": null, 732 "recipe_result": null,
732 "status_code": 0 733 "status_code": 0
733 } 734 }
734 ] 735 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698