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

Unified Diff: components/cronet.gypi

Issue 1431723002: Add brotli content-encoding filter. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed nits Created 5 years 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
Index: components/cronet.gypi
diff --git a/components/cronet.gypi b/components/cronet.gypi
index b9972a8e41bd78ec3cc246c45047dc7bdc8610b2..a9b3fc92a3eb557c0663e35f6ef682241e57e067 100644
--- a/components/cronet.gypi
+++ b/components/cronet.gypi
@@ -157,6 +157,7 @@
'USE_ICU_ALTERNATIVES_ON_ANDROID=1',
'DISABLE_FILE_SUPPORT=1',
'DISABLE_FTP_SUPPORT=1',
+ 'DISABLE_BROTLI_SUPPORT=1',
Ryan Sleevi 2015/12/17 01:04:40 Why is this done just for this target?
eustas 2015/12/17 16:44:54 Probably I have missed something... What other tar
],
'dependencies': [
'../net/net.gyp:net_small',

Powered by Google App Engine
This is Rietveld 408576698