| 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:
|
|
|