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

Unified Diff: net/net.gypi

Issue 1923433002: Certificate path builder for new certificate verification library (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: wip: Make CertPathIter build the full path including the trust anchor Created 4 years, 8 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 657582f7f57badb51e428ebc4c1a4e0277d43d1f..ea3bd556849bb5eecf50ed67fde4d9c1aceef35b 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -102,6 +102,8 @@
'cert/internal/parse_name.h',
'cert/internal/parse_ocsp.h',
'cert/internal/parse_ocsp.cc',
+ 'cert/internal/path_builder.cc',
+ 'cert/internal/path_builder.h',
'cert/internal/signature_algorithm.cc',
'cert/internal/signature_algorithm.h',
'cert/internal/signature_policy.cc',
@@ -1362,6 +1364,8 @@
'cert/internal/parse_certificate_unittest.cc',
'cert/internal/parse_name_unittest.cc',
'cert/internal/parse_ocsp_unittest.cc',
+ 'cert/internal/path_builder_pkits_unittest.cc',
+ 'cert/internal/path_builder_unittest.cc',
'cert/internal/signature_algorithm_unittest.cc',
'cert/internal/test_helpers.cc',
'cert/internal/test_helpers.h',

Powered by Google App Engine
This is Rietveld 408576698