| Index: components/cronet/tools/cr_cronet.py
|
| diff --git a/components/cronet/tools/cr_cronet.py b/components/cronet/tools/cr_cronet.py
|
| index a0d111ccef3280e1099fbbdbde32b7013f8533cb..d424b93a93c447d6738a8ffdbd05a401146d8699 100755
|
| --- a/components/cronet/tools/cr_cronet.py
|
| +++ b/components/cronet/tools/cr_cronet.py
|
| @@ -102,6 +102,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 '+ \
|
| + 'enable_reporting=false '+ \
|
| 'is_component_build=false ' + \
|
| 'ignore_elf32_limitations=true use_partition_alloc=false'
|
|
|
|
|