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

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

Issue 2395603003: Add a ignore_elf32_limitations flag in build/config/compiler/compiler.gni (Closed)
Patch Set: address torne's comment to add is_clang Created 4 years, 2 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 | « build/config/compiler/compiler.gni ('k') | no next file » | 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 c2dfc83fece5881f86ef944bee907ba682b1e33e..28265ff54c0896fe11e3508576b940dcc6503fa3 100755
--- a/components/cronet/tools/cr_cronet.py
+++ b/components/cronet/tools/cr_cronet.py
@@ -101,7 +101,8 @@ 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'
+ 'disable_brotli_filter=true is_component_build=false ' + \
+ 'ignore_elf32_limitations=true'
extra_options = ' '.join(extra_options_list)
if options.gn:
« no previous file with comments | « build/config/compiler/compiler.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698