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', |
+ ], |
'conditions': [ |
['OS=="android"', { |
# TODO(mef): Figure out what needs to be done for gn script. |