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

Unified Diff: net/net.gypi

Issue 2368433002: Add net::SdchSourceStream and net::SdchPolicyDelegate (Closed)
Patch Set: Address Randy's comments Created 4 years, 2 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
Index: net/net.gypi
diff --git a/net/net.gypi b/net/net.gypi
index c2c903e51ac824bab88811446b5a47d1014e4c15..9d4e37da61236ffc18c19cd6a8f8872e939ea710 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -656,6 +656,10 @@
'filter/gzip_source_stream.h',
'filter/sdch_filter.cc',
'filter/sdch_filter.h',
+ 'filter/sdch_source_stream.cc',
+ 'filter/sdch_source_stream.h',
+ 'filter/sdch_policy_delegate.cc',
+ 'filter/sdch_policy_delegate.h',
'filter/source_stream.cc',
'filter/source_stream.h',
'filter/source_stream_type_list.h',
@@ -1533,6 +1537,8 @@
'filter/mock_source_stream.cc',
'filter/mock_source_stream.h',
'filter/sdch_filter_unittest.cc',
+ 'filter/sdch_policy_delegate_unittest.cc',
+ 'filter/sdch_source_stream_unittest.cc',
'ftp/ftp_auth_cache_unittest.cc',
'ftp/ftp_ctrl_response_buffer_unittest.cc',
'ftp/ftp_directory_listing_parser_ls_unittest.cc',

Powered by Google App Engine
This is Rietveld 408576698