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

Unified Diff: net/net.gyp

Issue 6965015: net: add CRL filter infrastructure. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ... Created 9 years, 7 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/base/crl_filter_unittest.cc ('K') | « net/base/crl_filter_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net.gyp
diff --git a/net/net.gyp b/net/net.gyp
index 66ca4b8963a431d96df447a06a7146dff074915b..28173e47d4115c0997164eb855f2b1ea89d9d0e4 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -60,6 +60,8 @@
'base/cookie_options.h',
'base/cookie_store.cc',
'base/cookie_store.h',
+ 'base/crl_filter.cc',
+ 'base/crl_filter.h',
'base/crypto_module.h',
'base/crypto_module_nss.cc',
'base/crypto_module_openssl.cc',
@@ -834,6 +836,7 @@
'base/cert_database_nss_unittest.cc',
'base/cert_verifier_unittest.cc',
'base/cookie_monster_unittest.cc',
+ 'base/crl_filter_unittest.cc',
'base/data_url_unittest.cc',
'base/directory_lister_unittest.cc',
'base/dnssec_unittest.cc',
« net/base/crl_filter_unittest.cc ('K') | « net/base/crl_filter_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698