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

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

Issue 2200323003: [Cronet] Add BUILD.gn for legacy ios/CrNet project. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix conditional include. Created 4 years, 4 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 | ios/BUILD.gn » ('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 940e93514b5ca79884e1ea6b549fc5a94a8997de..69db170dfcc2387b5d97806fb113d197ab41c772 100755
--- a/components/cronet/tools/cr_cronet.py
+++ b/components/cronet/tools/cr_cronet.py
@@ -88,7 +88,7 @@ def main():
else:
target_os = 'android'
test_target = 'cronet_test_instrumentation_apk'
- gn_args = 'use_errorprone_java_compiler=true '
+ gn_args = 'use_errorprone_java_compiler=true arm_use_neon=false '
gn_extra = ''
out_dir_suffix = ''
@@ -99,7 +99,7 @@ def main():
gn_args += 'target_os="' + target_os + '" enable_websockets=false '+ \
'disable_file_support=true disable_ftp_support=true '+ \
'use_platform_icu_alternatives=true '+ \
- 'disable_brotli_filter=true is_component_build=false arm_use_neon=false'
+ 'disable_brotli_filter=true is_component_build=false'
extra_options = ' '.join(extra_options_list)
if options.gn:
« no previous file with comments | « no previous file | ios/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698