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

Side by Side Diff: scripts/slave/recipe_modules/cronet/example.expected/gn_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
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 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
229 "python", 229 "python",
230 "-u", 230 "-u",
231 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 231 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
232 "runhooks" 232 "runhooks"
233 ], 233 ],
234 "cwd": "[START_DIR]/src", 234 "cwd": "[START_DIR]/src",
235 "env": { 235 "env": {
236 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 236 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
237 "GYP_CHROMIUM_NO_ACTION": "1", 237 "GYP_CHROMIUM_NO_ACTION": "1",
238 "GYP_CROSSCOMPILE": "1", 238 "GYP_CROSSCOMPILE": "1",
239 "GYP_DEFINES": "OS=android component=static_library disable_brotli_filter= 1 disable_file_support=1 disable_ftp_support=1 enable_websockets=0 fastbuild=1 g omadir='[CACHE]/cipd/goma' target_arch=arm use_goma=1 use_platform_icu_alternati ves=1", 239 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir='[ CACHE]/cipd/goma' target_arch=arm use_goma=1",
240 "PATH": "[START_DIR]/src/third_party/android_tools/sdk/platform-tools:[STA RT_DIR]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 240 "PATH": "[START_DIR]/src/third_party/android_tools/sdk/platform-tools:[STA RT_DIR]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
241 }, 241 },
242 "name": "gclient runhooks" 242 "name": "gclient runhooks"
243 }, 243 },
244 { 244 {
245 "cmd": [ 245 "cmd": [
246 "[START_DIR]/src/buildtools/linux64/gn", 246 "[START_DIR]/src/buildtools/linux64/gn",
247 "--root=[START_DIR]/src", 247 "--root=[START_DIR]/src",
248 "gen", 248 "gen",
249 "//out/Debug", 249 "//out/Debug",
250 "--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\"" 250 "--args=disable_brotli_filter=true disable_file_support=true disable_ftp_s upport=true enable_websockets=false use_platform_icu_alternatives=true use_parti tion_alloc=false is_debug=true target_os=\"android\" target_cpu=\"arm\" use_goma =true goma_dir=\"[CACHE]/cipd/goma\""
251 ], 251 ],
252 "cwd": "[START_DIR]/src", 252 "cwd": "[START_DIR]/src",
253 "name": "gn" 253 "name": "gn"
254 }, 254 },
255 { 255 {
256 "cmd": [ 256 "cmd": [
257 "python", 257 "python",
258 "-u", 258 "-u",
259 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 259 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
260 "--show-path", 260 "--show-path",
(...skipping 613 matching lines...) Expand 10 before | Expand all | Expand 10 after
874 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 874 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
875 "@@@STEP_LOG_END@python.inline@@@" 875 "@@@STEP_LOG_END@python.inline@@@"
876 ] 876 ]
877 }, 877 },
878 { 878 {
879 "name": "$result", 879 "name": "$result",
880 "recipe_result": null, 880 "recipe_result": null,
881 "status_code": 0 881 "status_code": 0
882 } 882 }
883 ] 883 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698