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

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

Issue 2614423002: [Cronet] Use xcode clang on iOS to reduce release binary size. (Closed)
Patch Set: Use_xcode_clang instead of is_official_build in cr_cronet.py. 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 | « no previous file | components/cronet/tools/package_ios.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/cronet/tools/cr_cronet.py
diff --git a/components/cronet/tools/cr_cronet.py b/components/cronet/tools/cr_cronet.py
index 8e0b5143ff47b606bafb324ab04df4969ee94124..49a58a6c655af33ae6039a2c12f5ca795b2d0b64 100755
--- a/components/cronet/tools/cr_cronet.py
+++ b/components/cronet/tools/cr_cronet.py
@@ -80,7 +80,8 @@ def main():
if is_os:
target_os = 'ios'
test_target = 'cronet_test'
- gn_args = 'is_cronet_build=true is_component_build=false '
+ gn_args = 'is_cronet_build=true is_component_build=false ' \
+ 'use_xcode_clang=true '
gn_extra = '--ide=xcode'
if options.iphoneos:
gn_args += ' target_cpu="arm64" '
« no previous file with comments | « no previous file | components/cronet/tools/package_ios.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698