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

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

Issue 2614423002: [Cronet] Use xcode clang on iOS to reduce release binary size. (Closed)
Patch Set: Created 3 years, 11 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 4265a6ba2ad3ae4c88619c6c126fde06ba2d50c8..55b6c92742691457e17a0a917cc1ac23a5c6b250 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 '
lilyhoughton 2017/02/13 16:19:01 Nit: it seems like elsewhere implicit string conca
mef 2017/05/09 21:31:52 Done.
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