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

Unified Diff: net/BUILD.gn

Issue 2585963003: PKI library Mac trust store integration (Closed)
Patch Set: test fixes Created 3 years, 11 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 73d7b1e2b8b34da1a5a573f55346ee9cb53c5ebb..5ca5b07b6731a4106dfb1d527c3063d7ad392257 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -541,6 +541,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",
@@ -4109,6 +4111,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