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

Unified Diff: net/net.gypi

Issue 2251853002: Add net::SourceStream and net::FilterSourceStream (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comments Created 4 years, 3 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
« net/filter/filter_source_stream.h ('K') | « net/filter/source_stream_type_list.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net.gypi
diff --git a/net/net.gypi b/net/net.gypi
index 4a927a4b78ef9549f503c83e92d8c772e81cb28c..4ec839329e518bc5e7e1de1c459013e6a2c22c1a 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -631,12 +631,17 @@
'dns/serial_worker.h',
'filter/filter.cc',
'filter/filter.h',
+ 'filter/filter_source_stream.cc',
+ 'filter/filter_source_stream.h',
'filter/gzip_filter.cc',
'filter/gzip_filter.h',
'filter/gzip_header.cc',
'filter/gzip_header.h',
'filter/sdch_filter.cc',
'filter/sdch_filter.h',
+ 'filter/source_stream.cc',
+ 'filter/source_stream.h',
+ 'filter/source_stream_type_list.h',
'http/bidirectional_stream.cc',
'http/bidirectional_stream.h',
'http/bidirectional_stream_impl.cc',
@@ -1495,10 +1500,13 @@
'extras/sqlite/sqlite_channel_id_store_unittest.cc',
'extras/sqlite/sqlite_persistent_cookie_store_unittest.cc',
'filter/brotli_filter_unittest.cc',
+ 'filter/filter_source_stream_unittest.cc',
'filter/filter_unittest.cc',
'filter/gzip_filter_unittest.cc',
'filter/mock_filter_context.cc',
'filter/mock_filter_context.h',
+ 'filter/mock_source_stream.cc',
+ 'filter/mock_source_stream.h',
'filter/sdch_filter_unittest.cc',
'ftp/ftp_auth_cache_unittest.cc',
'ftp/ftp_ctrl_response_buffer_unittest.cc',
« net/filter/filter_source_stream.h ('K') | « net/filter/source_stream_type_list.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698