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

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: Exclude brotli_filter_unittest on ios - needs to read input data files Created 5 years 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
« no previous file with comments | « net/http/http_network_session.cc ('k') | net/net.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net.gyp
diff --git a/net/net.gyp b/net/net.gyp
index f183bef13bd22b5c2100361c7f2b61a3ea6c24cc..c11f60f4804c7fe120ed25fdf5e283ea2a199c00 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -107,6 +107,7 @@
'target_name': 'net',
'dependencies': [
'../base/base.gyp:base_i18n',
+ '../third_party/brotli/brotli.gyp:brotli',
'../third_party/icu/icu.gyp:icui18n',
'../third_party/icu/icu.gyp:icuuc',
'../third_party/protobuf/protobuf.gyp:protobuf_lite',
@@ -117,6 +118,7 @@
'base/filename_util_icu.cc',
'base/net_string_util_icu.cc',
'base/net_util_icu.cc',
+ 'filter/brotli_filter.cc',
],
'includes': [ 'net_common.gypi' ],
},
@@ -384,6 +386,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",
@@ -1357,6 +1360,7 @@
'DISABLE_FTP_SUPPORT=1',
],
'sources': [
+ 'filter/brotli_filter_disabled.cc',
'base/net_string_util_icu_alternatives_android.cc',
'base/net_string_util_icu_alternatives_android.h',
],
« no previous file with comments | « 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