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

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: Improved and fixed first test. 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
« net/net.gyp ('K') | « net/net.gyp ('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 b178f538e204d6bab56f686ed859fe5337d17e37..44c271abe66ed17f229faa511676d7405683ebc2 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -352,6 +352,8 @@
'cert/x509_util_mac.h',
'cert/x509_util_nss.cc',
'cert/x509_util_nss.h',
+ 'cert_cache/disk_based_cert_cache.h',
+ 'cert_cache/disk_based_cert_cache.cc',
Ryan Sleevi 2014/06/11 22:00:09 Don't create a new directory. This probably belong
'cookies/canonical_cookie.cc',
'cookies/canonical_cookie.h',
'cookies/cookie_constants.cc',
@@ -1269,6 +1271,7 @@
'cert/x509_util_nss_unittest.cc',
'cert/x509_util_openssl_unittest.cc',
'cert/x509_util_unittest.cc',
+ 'cert_cache/disk_based_cert_cache_unittest.cc',
'cookies/canonical_cookie_unittest.cc',
'cookies/cookie_constants_unittest.cc',
'cookies/cookie_monster_unittest.cc',
« net/net.gyp ('K') | « net/net.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698