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

Unified Diff: net/net.gypi

Issue 1541213002: Adding OCSP Parser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adding initial unittest. Created 5 years 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/cert/ocsp_parser.cc ('K') | « net/der/tag.h ('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 b8d4ce0ef99910869de15bf343a60f4785c3e320..477fe54641721597f1a445163ab287c8465bc2ac 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -592,6 +592,8 @@
'cert/nss_cert_database_chromeos.h',
'cert/nss_profile_filter_chromeos.cc',
'cert/nss_profile_filter_chromeos.h',
+ 'cert/ocsp_parser.h',
+ 'cert/ocsp_parser.cc',
'cert/scoped_nss_types.h',
'cert/sct_status_flags.h',
'cert/test_root_certs.cc',
@@ -1330,6 +1332,7 @@
'cert/ct_objects_extractor_unittest.cc',
'cert/ct_serialization_unittest.cc',
'cert/ev_root_ca_metadata_unittest.cc',
+ 'cert/ocsp_parser_unittest.cc',
'cert/internal/certificate_policies_unittest.cc',
'cert/internal/extended_key_usage_unittest.cc',
'cert/internal/name_constraints_unittest.cc',
« net/cert/ocsp_parser.cc ('K') | « net/der/tag.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698