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

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

Issue 2805053005: [Cronet] Enable Brotli (Closed)
Patch Set: restore 0x03 in test Created 3 years, 8 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 | « components/cronet/stale_host_resolver_unittest.cc ('k') | components/cronet/url_request_context_config.h » ('j') | 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 4265a6ba2ad3ae4c88619c6c126fde06ba2d50c8..8e0b5143ff47b606bafb324ab04df4969ee94124 100755
--- a/components/cronet/tools/cr_cronet.py
+++ b/components/cronet/tools/cr_cronet.py
@@ -101,7 +101,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 '+ \
- 'disable_brotli_filter=true is_component_build=false ' + \
+ 'is_component_build=false ' + \
'ignore_elf32_limitations=true use_partition_alloc=false'
extra_options = ' '.join(extra_options_list)
« no previous file with comments | « components/cronet/stale_host_resolver_unittest.cc ('k') | components/cronet/url_request_context_config.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698