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

Unified Diff: net/net.gypi

Issue 1541213002: Adding OCSP Parser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix serial number parsing. Created 4 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
« net/data/parse_ocsp_unittest/no_response.pem ('K') | « 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 049ebd7a9bdc123f2e2912e0facc42c97ded7973..aabfd2d2d80a0008d7d87b691ce73de3fc19d4e3 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -99,6 +99,8 @@
'cert/internal/name_constraints.h',
'cert/internal/parse_certificate.cc',
'cert/internal/parse_certificate.h',
+ 'cert/internal/parse_ocsp.h',
+ 'cert/internal/parse_ocsp.cc',
'cert/internal/signature_algorithm.cc',
'cert/internal/signature_algorithm.h',
'cert/internal/signature_policy.cc',
@@ -1359,6 +1361,7 @@
'cert/internal/extended_key_usage_unittest.cc',
'cert/internal/name_constraints_unittest.cc',
'cert/internal/parse_certificate_unittest.cc',
+ 'cert/internal/parse_ocsp_unittest.cc',
'cert/internal/signature_algorithm_unittest.cc',
'cert/internal/test_helpers.cc',
'cert/internal/test_helpers.h',
« net/data/parse_ocsp_unittest/no_response.pem ('K') | « net/net.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698