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

Unified Diff: net/BUILD.gn

Issue 2535733003: pki library: Add CertIssuerSourceNSS that retrieves intermediate certs from NSS. (Closed)
Patch Set: review changes Created 4 years, 1 month 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 | « no previous file | net/cert/internal/cert_issuer_source_nss.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/BUILD.gn
diff --git a/net/BUILD.gn b/net/BUILD.gn
index e61d0a908a9ca0d18d79d38ffb09d87676e900b1..5f478187ff98d0dcd0ea0cd68109440888920ab5 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -182,6 +182,8 @@ component("net") {
"base/crypto_module_nss.cc",
"base/keygen_handler_nss.cc",
"cert/cert_database_nss.cc",
+ "cert/internal/cert_issuer_source_nss.cc",
+ "cert/internal/cert_issuer_source_nss.h",
"cert/internal/trust_store_nss.cc",
"cert/internal/trust_store_nss.h",
"cert/nss_cert_database.cc",
@@ -1325,6 +1327,7 @@ test("net_unittests") {
if (!use_nss_certs) {
sources -= [
+ "cert/internal/cert_issuer_source_nss_unittest.cc",
"cert/internal/trust_store_nss_unittest.cc",
"cert/nss_cert_database_unittest.cc",
"ssl/client_cert_store_nss_unittest.cc",
« no previous file with comments | « no previous file | net/cert/internal/cert_issuer_source_nss.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698