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

Unified Diff: net/net.gyp

Issue 1431723002: Add brotli content-encoding filter. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix histograms.xml 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: net/net.gyp
diff --git a/net/net.gyp b/net/net.gyp
index 61b2c7541ea6a16019c31db6eaf0a0183e254944..80d6192a25252517d53f26ab5cf88da5fb6aa8b1 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -132,6 +132,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',
@@ -272,6 +273,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',
@@ -381,6 +391,7 @@
'disk_cache/backend_unittest.cc',
'disk_cache/blockfile/block_files_unittest.cc',
# Need to read input data files.
+ 'filter/brotli_filter_unittest.cc',
'filter/gzip_filter_unittest.cc',
# Need TestServer.
"cert_net/cert_net_fetcher_impl_unittest.cc",
« net/filter/brotli_filter.h ('K') | « net/http/http_network_session.cc ('k') | net/net.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698