| Index: net/net_common.gypi
|
| diff --git a/net/net_common.gypi b/net/net_common.gypi
|
| index d373325ac216104295371d10bbe2105fd0784f66..a606cdd2b1b6de5d0fda57ee8f1a96f54c0ea232 100644
|
| --- a/net/net_common.gypi
|
| +++ b/net/net_common.gypi
|
| @@ -86,6 +86,11 @@
|
| 'disk_cache/blockfile/mapped_file_avoid_mmap_posix.cc',
|
| ],
|
| }],
|
| + ['disable_brotli_support!=1', {
|
| + 'dependencies': [
|
| + '../third_party/brotli/brotli.gyp:brotli',
|
| + ],
|
| + }],
|
| ['disable_file_support!=1', {
|
| # TODO(mmenke): Should probably get rid of the dependency on
|
| # net_resources in this case (It's used in net_util, to format
|
|
|