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

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: Add brotli reference link Created 5 years, 1 month 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 71d2794ec6eaf7413412921e7663b2586ebde9e5..cc4d708743e56073d860b31286e3144923e9b09c 100644
--- a/components/cronet.gypi
+++ b/components/cronet.gypi
@@ -3,6 +3,9 @@
# found in the LICENSE file.
{
+ 'defines': [
+ 'DISABLE_BROTLI_SUPPORT=1',
xunjieli 2015/11/17 16:16:12 This should be moved to line 165.
eustas 2015/11/17 17:57:20 Done.
+ ],
'conditions': [
['OS=="android"', {
# TODO(mef): Figure out what needs to be done for gn script.

Powered by Google App Engine
This is Rietveld 408576698