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

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: Addressed comments. Use SchemeIsCryptographic 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 4f567a81b79cf04e12c54d913592cd2a14c8fa84..85884ac52f77baa8b8eac97a82d1874dd0912792 100644
--- a/components/cronet.gypi
+++ b/components/cronet.gypi
@@ -161,6 +161,7 @@
'USE_ICU_ALTERNATIVES_ON_ANDROID=1',
'DISABLE_FILE_SUPPORT=1',
'DISABLE_FTP_SUPPORT=1',
+ 'DISABLE_BROTLI_SUPPORT=1',
],
'dependencies': [
'../net/net.gyp:net_small',

Powered by Google App Engine
This is Rietveld 408576698