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

Unified Diff: net/net.gypi

Issue 841883002: Add an eviction mechanism for SDCH dictionaries. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sync'd to p310544 Created 5 years, 11 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/filter/sdch_filter_unittest.cc ('k') | net/sdch/sdch_owner.h » ('j') | 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 5ca70f762c68027251f72004c153214ee50b7a47..4be9cd12f139e63b75edbf1c6b1a9da7a385a49d 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -970,6 +970,8 @@
'quic/reliable_quic_stream.h',
'quic/spdy_utils.cc',
'quic/spdy_utils.h',
+ 'sdch/sdch_owner.cc',
+ 'sdch/sdch_owner.h',
'socket/client_socket_factory.cc',
'socket/client_socket_factory.h',
'socket/client_socket_pool.cc',
@@ -1584,6 +1586,7 @@
'quic/quic_utils_test.cc',
'quic/quic_write_blocked_list_test.cc',
'quic/reliable_quic_stream_test.cc',
+ 'sdch/sdch_owner_unittest.cc',
'server/http_connection_unittest.cc',
'server/http_server_response_info_unittest.cc',
'server/http_server_unittest.cc',
« no previous file with comments | « net/filter/sdch_filter_unittest.cc ('k') | net/sdch/sdch_owner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698