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

Unified Diff: net/net.gypi

Issue 1214933009: Class for parsing and evaluating RFC 5280 NameConstraints. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@compare_DN2
Patch Set: changes for comment #16 Created 5 years, 2 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 | « net/net.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net.gypi
diff --git a/net/net.gypi b/net/net.gypi
index 91fb19bc295524b41a4843759d656f2477ca6ca2..46a285810ed47b46111f215e64a8454e8bb879b7 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -82,6 +82,8 @@
'cert/ct_verify_result.h',
'cert/internal/extended_key_usage.cc',
'cert/internal/extended_key_usage.h',
+ 'cert/internal/name_constraints.cc',
+ 'cert/internal/name_constraints.h',
'cert/internal/parse_certificate.cc',
'cert/internal/parse_certificate.h',
'cert/internal/signature_algorithm.cc',
@@ -1305,6 +1307,7 @@
'cert/ct_serialization_unittest.cc',
'cert/ev_root_ca_metadata_unittest.cc',
'cert/internal/extended_key_usage_unittest.cc',
+ 'cert/internal/name_constraints_unittest.cc',
'cert/internal/parse_certificate_unittest.cc',
'cert/internal/signature_algorithm_unittest.cc',
'cert/internal/test_helpers.cc',
« no previous file with comments | « net/net.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698