| Index: components/cronet/tools/cr_cronet.py
|
| diff --git a/components/cronet/tools/cr_cronet.py b/components/cronet/tools/cr_cronet.py
|
| index bb19362d647bd6f88ecd2da5c732969684e55ec0..07645b594944533f75ba443fe25c8f33d20fb652 100755
|
| --- a/components/cronet/tools/cr_cronet.py
|
| +++ b/components/cronet/tools/cr_cronet.py
|
| @@ -70,10 +70,10 @@ def main():
|
| print extra_options_list
|
| gyp_defines = 'GYP_DEFINES="OS=android enable_websockets=0 '+ \
|
| 'disable_file_support=1 disable_ftp_support=1 '+ \
|
| - 'enable_errorprone=1"'
|
| + 'enable_errorprone=1 use_platform_icu_alternatives=1"'
|
| gn_args = 'target_os="android" enable_websockets=false '+ \
|
| 'disable_file_support=true disable_ftp_support=true '+ \
|
| - 'use_errorprone_java_compiler=true'
|
| + 'use_errorprone_java_compiler=true use_platform_icu_alternatives=true'
|
| out_dir = 'out/Debug'
|
| release_arg = ''
|
| extra_options = ' '.join(extra_options_list)
|
|
|