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

Side by Side Diff: scripts/slave/recipes/cronet.expected/cronet_try.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 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
159 "cmd": [ 159 "cmd": [
160 "python", 160 "python",
161 "-u", 161 "-u",
162 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 162 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
163 "runhooks" 163 "runhooks"
164 ], 164 ],
165 "cwd": "[SLAVE_BUILD]", 165 "cwd": "[SLAVE_BUILD]",
166 "env": { 166 "env": {
167 "GYP_CHROMIUM_NO_ACTION": "1", 167 "GYP_CHROMIUM_NO_ACTION": "1",
168 "GYP_CROSSCOMPILE": "1", 168 "GYP_CROSSCOMPILE": "1",
169 "GYP_DEFINES": "OS=android component=static_library disable_file_support=1 disable_ftp_support=1 enable_bidirectional_stream=1 enable_data_reduction_proxy _support=1 enable_websockets=0 fastbuild=1 gomadir='[BUILD]/goma' target_arch=ar m use_goma=1", 169 "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_data_reduction_proxy_support=1 enable_websockets=0 fastbuild=1 gomadir='[BUI LD]/goma' target_arch=arm use_goma=1 use_platform_icu_alternatives=1",
170 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 170 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
171 }, 171 },
172 "name": "gclient runhooks" 172 "name": "gclient runhooks"
173 }, 173 },
174 { 174 {
175 "cmd": [ 175 "cmd": [
176 "python", 176 "python",
177 "-u", 177 "-u",
178 "[SLAVE_BUILD]/src/tools/mb/mb.py", 178 "[SLAVE_BUILD]/src/tools/mb/mb.py",
179 "gen", 179 "gen",
(...skipping 416 matching lines...) Expand 10 before | Expand all | Expand 10 after
596 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 596 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
597 "@@@STEP_LOG_END@python.inline@@@" 597 "@@@STEP_LOG_END@python.inline@@@"
598 ] 598 ]
599 }, 599 },
600 { 600 {
601 "name": "$result", 601 "name": "$result",
602 "recipe_result": null, 602 "recipe_result": null,
603 "status_code": 0 603 "status_code": 0
604 } 604 }
605 ] 605 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698