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

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

Issue 2593683002: [Cronet] set use_partition_alloc to false in Cronet recipes (Closed)
Patch Set: Rebased Created 4 years 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
« no previous file with comments | « scripts/slave/recipes/cronet.expected/cronet_try.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 "[START_DIR]" 7 "[START_DIR]"
8 ], 8 ],
9 "name": "cleanup index.lock", 9 "name": "cleanup index.lock",
10 "~followup_annotations": [ 10 "~followup_annotations": [
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
171 "python", 171 "python",
172 "-u", 172 "-u",
173 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 173 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
174 "runhooks" 174 "runhooks"
175 ], 175 ],
176 "cwd": "[START_DIR]/src", 176 "cwd": "[START_DIR]/src",
177 "env": { 177 "env": {
178 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 178 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
179 "GYP_CHROMIUM_NO_ACTION": "1", 179 "GYP_CHROMIUM_NO_ACTION": "1",
180 "GYP_CROSSCOMPILE": "1", 180 "GYP_CROSSCOMPILE": "1",
181 "GYP_DEFINES": "OS=android component=static_library disable_brotli_filter= 1 disable_file_support=1 disable_ftp_support=1 enable_websockets=0 fastbuild=1 t arget_arch=arm use_goma=0 use_platform_icu_alternatives=1", 181 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 target_arc h=arm use_goma=0",
182 "PATH": "[START_DIR]/src/third_party/android_tools/sdk/platform-tools:[STA RT_DIR]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 182 "PATH": "[START_DIR]/src/third_party/android_tools/sdk/platform-tools:[STA RT_DIR]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
183 }, 183 },
184 "name": "gclient runhooks" 184 "name": "gclient runhooks"
185 }, 185 },
186 { 186 {
187 "cmd": [ 187 "cmd": [
188 "python", 188 "python",
189 "-u", 189 "-u",
190 "[START_DIR]/src/tools/mb/mb.py", 190 "[START_DIR]/src/tools/mb/mb.py",
191 "gen", 191 "gen",
(...skipping 462 matching lines...) Expand 10 before | Expand all | Expand 10 after
654 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 654 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
655 "@@@STEP_LOG_END@python.inline@@@" 655 "@@@STEP_LOG_END@python.inline@@@"
656 ] 656 ]
657 }, 657 },
658 { 658 {
659 "name": "$result", 659 "name": "$result",
660 "recipe_result": null, 660 "recipe_result": null,
661 "status_code": 0 661 "status_code": 0
662 } 662 }
663 ] 663 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/cronet.expected/cronet_try.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698