| Index: net/net.gyp
|
| diff --git a/net/net.gyp b/net/net.gyp
|
| index 32dbf4cc6e0f41172917f5bdfdffa47a03319cc5..c48954f938b4d1ff420b1dabc1bf7f33bc9175fa 100644
|
| --- a/net/net.gyp
|
| +++ b/net/net.gyp
|
| @@ -133,6 +133,7 @@
|
| '../crypto/crypto.gyp:crypto_test_support',
|
| '../testing/gmock.gyp:gmock',
|
| '../testing/gtest.gyp:gtest',
|
| + '../third_party/brotli/brotli.gyp:brotli',
|
| '../third_party/zlib/zlib.gyp:zlib',
|
| '../url/url.gyp:url_lib',
|
| 'balsa',
|
| @@ -274,6 +275,15 @@
|
| 'http_server',
|
| ],
|
| }],
|
| + [ 'disable_brotli_support==1', {
|
| + 'sources!': [
|
| + 'filter/brotli_filter_unittest.cc',
|
| + ],
|
| + 'dependencies!': [
|
| + '../third_party/brotli/brotli.gyp:brotli',
|
| + ],
|
| + },
|
| + ],
|
| ['disable_file_support==1', {
|
| 'sources!': [
|
| 'base/directory_lister_unittest.cc',
|
|
|