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

Unified Diff: components/cronet/tools/package_ios.py

Issue 2888223003: Build Cronet for iOS with bitcode enabled
Patch Set: Created 3 years, 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/cronet/tools/cr_cronet.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/cronet/tools/package_ios.py
diff --git a/components/cronet/tools/package_ios.py b/components/cronet/tools/package_ios.py
index 956d545b9c900d3751c12ec5cd7ef59bfadf6614..9e1052969f5437cf195a5316978754328e195de3 100755
--- a/components/cronet/tools/package_ios.py
+++ b/components/cronet/tools/package_ios.py
@@ -99,7 +99,7 @@ def package_ios_framework_using_gn(out_dir='out/Framework', extra_options=''):
gn_args = 'target_os="ios" enable_websockets=false ' \
'is_cronet_build=true is_component_build=false ' \
'disable_file_support=true disable_ftp_support=true ' \
- 'use_platform_icu_alternatives=true ' \
+ 'use_platform_icu_alternatives=true enable_ios_bitcode=true ' \
'disable_brotli_filter=true enable_dsyms=true ' \
'target_cpu="%s" additional_target_cpus = ["%s"] %s' % \
(target_cpu, additional_cpu, gn_extra_args)
« no previous file with comments | « components/cronet/tools/cr_cronet.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698