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

Side by Side Diff: scripts/slave/recipes/cronet.expected/android_cronet_builder__dbg_.json

Issue 1862223004: Add disable_brotli_filter and use_platform_icu_alternatives to cronet builder config. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 8 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 "cwd": "[SLAVE_BUILD]", 9 "cwd": "[SLAVE_BUILD]",
10 "name": "cleanup index.lock", 10 "name": "cleanup index.lock",
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
153 "cmd": [ 153 "cmd": [
154 "python", 154 "python",
155 "-u", 155 "-u",
156 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 156 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
157 "runhooks" 157 "runhooks"
158 ], 158 ],
159 "cwd": "[SLAVE_BUILD]", 159 "cwd": "[SLAVE_BUILD]",
160 "env": { 160 "env": {
161 "GYP_CHROMIUM_NO_ACTION": "1", 161 "GYP_CHROMIUM_NO_ACTION": "1",
162 "GYP_CROSSCOMPILE": "1", 162 "GYP_CROSSCOMPILE": "1",
163 "GYP_DEFINES": "OS=android component=static_library disable_file_support=1 disable_ftp_support=1 enable_bidirectional_stream=1 enable_websockets=0 fastbui ld=1 gomadir='[BUILD]/goma' target_arch=arm use_goma=1", 163 "GYP_DEFINES": "OS=android component=static_library disable_brotli_filter= 1 disable_file_support=1 disable_ftp_support=1 enable_bidirectional_stream=1 ena ble_websockets=0 fastbuild=1 gomadir='[BUILD]/goma' target_arch=arm use_goma=1 u se_platform_icu_alternatives=1",
164 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 164 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
165 }, 165 },
166 "name": "gclient runhooks" 166 "name": "gclient runhooks"
167 }, 167 },
168 { 168 {
169 "cmd": [ 169 "cmd": [
170 "python", 170 "python",
171 "-u", 171 "-u",
172 "[SLAVE_BUILD]/src/tools/mb/mb.py", 172 "[SLAVE_BUILD]/src/tools/mb/mb.py",
173 "gen", 173 "gen",
(...skipping 443 matching lines...) Expand 10 before | Expand all | Expand 10 after
617 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 617 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
618 "@@@STEP_LOG_END@python.inline@@@" 618 "@@@STEP_LOG_END@python.inline@@@"
619 ] 619 ]
620 }, 620 },
621 { 621 {
622 "name": "$result", 622 "name": "$result",
623 "recipe_result": null, 623 "recipe_result": null,
624 "status_code": 0 624 "status_code": 0
625 } 625 }
626 ] 626 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698