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

Unified Diff: net/BUILD.gn

Issue 2272493002: Add TrustStoreNSS and TrustStoreCollection (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cert-trust-store-interface3-nss
Patch Set: rebase Created 4 years, 3 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
« no previous file with comments | « no previous file | net/cert/internal/path_builder.cc » ('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 58f228ae69d8d7756024a0ff01571e6648122ead..90fd51791a318ba1c1de09b61ed73faec660a914 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -204,6 +204,8 @@ component("net") {
"base/crypto_module_nss.cc",
"base/keygen_handler_nss.cc",
"cert/cert_database_nss.cc",
+ "cert/internal/trust_store_nss.cc",
+ "cert/internal/trust_store_nss.h",
"cert/nss_cert_database.cc",
"cert/nss_cert_database.h",
"cert/x509_certificate_nss.cc",
@@ -1412,6 +1414,7 @@ test("net_unittests") {
if (!use_nss_certs) {
sources -= [
+ "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/path_builder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698