| Index: net/net_common.gypi
|
| diff --git a/net/net_common.gypi b/net/net_common.gypi
|
| index bb38097517c15eb64c54d1f98849a8fc02fcf1b7..1b763279399955849256e6abe0539c81b998a24a 100644
|
| --- a/net/net_common.gypi
|
| +++ b/net/net_common.gypi
|
| @@ -86,6 +86,12 @@
|
| 'disk_cache/blockfile/mapped_file_avoid_mmap_posix.cc',
|
| ],
|
| }],
|
| + ['disable_brotli_support!=1', {
|
| + 'sources': ['<@(net_brotli_support_sources)'],
|
| + '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
|
|
|