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

Unified Diff: net/net.gyp

Issue 3112013: Move chain building/verification out of X509Certificate (Closed)
Patch Set: Rebase to trunk - Without OpenSSL fixes Created 10 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
Index: net/net.gyp
diff --git a/net/net.gyp b/net/net.gyp
index 79f6c66f45e7a160d97dabf5e98ad69232589876..f73e77c370600e4355040f62d334ab902177fb10 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -196,6 +196,10 @@
'base/x509_cert_types.cc',
'base/x509_cert_types.h',
'base/x509_cert_types_mac.cc',
+ 'base/x509_chain.h',
+ 'base/x509_chain_win.cc',
+ 'base/x509_chain_mac.cc',
+ 'base/x509_chain_nss.cc',
'third_party/mozilla_security_manager/nsKeygenHandler.cpp',
'third_party/mozilla_security_manager/nsKeygenHandler.h',
'third_party/mozilla_security_manager/nsNSSCertificateDB.cpp',
@@ -241,6 +245,7 @@
'base/cert_database_nss.cc',
'base/keygen_handler_nss.cc',
'base/x509_certificate_nss.cc',
+ 'base/x509_chain_nss.cc',
'third_party/mozilla_security_manager/nsKeygenHandler.cpp',
'third_party/mozilla_security_manager/nsKeygenHandler.h',
'third_party/mozilla_security_manager/nsNSSCertificateDB.cpp',

Powered by Google App Engine
This is Rietveld 408576698