| Index: tools/mb/mb_config.pyl
|
| diff --git a/tools/mb/mb_config.pyl b/tools/mb/mb_config.pyl
|
| index d044e3ceb8e45686ab440121b9c4d0515d73e090..13c95e0780f5180058429a7c3c14b0ea756391c4 100644
|
| --- a/tools/mb/mb_config.pyl
|
| +++ b/tools/mb/mb_config.pyl
|
| @@ -1605,9 +1605,11 @@
|
|
|
| 'cronet': {
|
| 'gn_args': ('disable_file_support=true disable_ftp_support=true '
|
| - 'enable_websockets=false'),
|
| + 'enable_websockets=false use_platform_icu_alternatives=true '
|
| + 'disable_brotli_filter=true'),
|
| 'gyp_defines': ('disable_file_support=1 disable_ftp_support=1 '
|
| - 'enable_websockets=0'),
|
| + 'enable_websockets=0 use_platform_icu_alternatives=1 '
|
| + 'disable_brotli_filter=1'),
|
| },
|
|
|
| 'crosscompile': {
|
|
|