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

Unified Diff: net/net.gypi

Issue 329733002: Disk Based Certificate Cache Implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed memory leak by remembering to close entry and free OSCertHandle. Created 6 years, 6 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 9be6ed266e442d25d58a693e8888a7f68af8e1fa..ded42864cc4ddcc14f88498ad774a1d1ff471a23 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -565,6 +565,8 @@
'ftp/ftp_util.h',
'http/des.cc',
'http/des.h',
+ 'http/disk_based_cert_cache.cc',
+ 'http/disk_based_cert_cache.h',
'http/disk_cache_based_quic_server_info.cc',
'http/disk_cache_based_quic_server_info.h',
'http/failing_http_transaction_factory.cc',
@@ -1340,6 +1342,7 @@
'ftp/ftp_network_transaction_unittest.cc',
'ftp/ftp_util_unittest.cc',
'http/des_unittest.cc',
+ 'http/disk_based_cert_cache_unittest.cc',
'http/disk_cache_based_quic_server_info_unittest.cc',
'http/http_auth_cache_unittest.cc',
'http/http_auth_challenge_tokenizer_unittest.cc',
« net/http/disk_based_cert_cache_unittest.cc ('K') | « net/http/disk_based_cert_cache_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698