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

Unified Diff: net/BUILD.gn

Issue 2585963003: PKI library Mac trust store integration (Closed)
Patch Set: review changes & cleanups Created 3 years, 10 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/trust_store_mac.h » ('j') | net/cert/internal/trust_store_mac.h » ('J')
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 5ea19ee0d270e9bc217366bf4316ae22c3ecdf38..fcce753044c1996f9643a0f1655d8a1c46ec3553 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -545,6 +545,8 @@ component("net") {
"cert/ev_root_ca_metadata.h",
"cert/internal/cert_issuer_source_nss.cc",
"cert/internal/cert_issuer_source_nss.h",
+ "cert/internal/trust_store_mac.cc",
+ "cert/internal/trust_store_mac.h",
"cert/internal/trust_store_nss.cc",
"cert/internal/trust_store_nss.h",
"cert/jwk_serializer.cc",
@@ -4138,6 +4140,7 @@ test("net_unittests") {
"cert/internal/test_helpers.cc",
"cert/internal/test_helpers.h",
"cert/internal/trust_store_collection_unittest.cc",
+ "cert/internal/trust_store_mac_unittest.cc",
"cert/internal/trust_store_nss_unittest.cc",
"cert/internal/verify_certificate_chain_pkits_unittest.cc",
"cert/internal/verify_certificate_chain_typed_unittest.h",
« no previous file with comments | « no previous file | net/cert/internal/trust_store_mac.h » ('j') | net/cert/internal/trust_store_mac.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698