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

Unified Diff: net/net.gypi

Issue 2272493002: Add TrustStoreNSS and TrustStoreCollection (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cert-trust-store-interface3-nss
Patch Set: rebaes Created 4 years, 4 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.gypi
diff --git a/net/net.gypi b/net/net.gypi
index a24e1936b5c3006ddf7a85e833c4f22c9d0830d5..285b6c0c76b19a2e76ac351b305b4cce6367434e 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -113,6 +113,8 @@
'cert/internal/signature_policy.h',
'cert/internal/trust_store.cc',
'cert/internal/trust_store.h',
+ 'cert/internal/trust_store_collection.cc',
+ 'cert/internal/trust_store_collection.h',
'cert/internal/trust_store_in_memory.cc',
'cert/internal/trust_store_in_memory.h',
'cert/internal/verify_certificate_chain.cc',
@@ -420,6 +422,8 @@
'cert/ct_signed_certificate_timestamp_log_param.h',
'cert/ev_root_ca_metadata.cc',
'cert/ev_root_ca_metadata.h',
+ 'cert/internal/trust_store_nss.cc',
+ 'cert/internal/trust_store_nss.h',
'cert/jwk_serializer.cc',
'cert/jwk_serializer.h',
'cert/merkle_audit_proof.cc',
@@ -1416,6 +1420,8 @@
'cert/internal/signature_algorithm_unittest.cc',
'cert/internal/test_helpers.cc',
'cert/internal/test_helpers.h',
+ 'cert/internal/trust_store_collection_unittest.cc',
+ 'cert/internal/trust_store_nss_unittest.cc',
'cert/internal/trust_store_test_helpers.cc',
'cert/internal/trust_store_test_helpers.h',
'cert/internal/verify_certificate_chain_pkits_unittest.cc',

Powered by Google App Engine
This is Rietveld 408576698