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

Unified Diff: net/net.gypi

Issue 2368433002: Add net::SdchSourceStream and net::SdchPolicyDelegate (Closed)
Patch Set: Make SdchPolicyDelegate owned by SdchSourceStream 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
« net/filter/sdch_policy_delegate.cc ('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 5554b4ded4615b901313458e1b799c2a1efef912..dd7eb8f9a8fc2fd6f7412e2dea8d3145b5e55663 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',
@@ -1529,6 +1533,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',
« net/filter/sdch_policy_delegate.cc ('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