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

Unified Diff: net/net.gyp

Issue 1662763002: [ON HOLD] Implement pull-based design for content decoding (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 4 years, 4 months 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/log/net_log_event_type_list.h ('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 3befc0cc5758d56748a6a0e8700f60f8d537be58..e79e5e7e67dd66edb27ff68d065dfa3088254b8a 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -143,13 +143,13 @@
# Brotli support.
['disable_brotli_filter == 1', {
'sources': [
- 'filter/brotli_filter_disabled.cc',
+ 'filter/brotli_source_stream_disabled.cc',
],
},
# 'disable_brotli_filter != 1'
{
'sources': [
- 'filter/brotli_filter.cc',
+ 'filter/brotli_source_stream.cc',
],
'dependencies': [
'../third_party/brotli/brotli.gyp:brotli',
@@ -388,8 +388,8 @@
'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',
+ 'filter/brotli_source_stream_unittest.cc',
+ 'filter/gzip_source_stream_unittest.cc',
'proxy/proxy_script_fetcher_impl_unittest.cc',
'socket/ssl_client_socket_unittest.cc',
'socket/ssl_server_socket_unittest.cc',
@@ -448,7 +448,7 @@
# Exclude brotli test if the support for brotli is disabled.
['disable_brotli_filter == 1', {
'sources!': [
- 'filter/brotli_filter_unittest.cc',
+ 'filter/brotli_source_stream_unittest.cc',
],
}],
],
@@ -1678,7 +1678,6 @@
'net',
],
'sources': [
- 'filter/mock_filter_context.cc',
'tools/content_decoder_tool/content_decoder_tool.cc',
],
}
« no previous file with comments | « net/log/net_log_event_type_list.h ('k') | net/net.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698