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

Unified Diff: net/net.gypi

Issue 1541213002: Adding OCSP Parser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix break condition. Created 4 years, 11 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/der/input.h ('K') | « net/der/parser.cc ('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 3ccafca81f2ef3ab66b43d02e12f50c184599e5d..a16b4c9736d1d9b8436d93c8fb22ae0e6d4a0b4c 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -609,6 +609,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',
@@ -1368,6 +1370,7 @@
'cert/nss_cert_database_chromeos_unittest.cc',
'cert/nss_cert_database_unittest.cc',
'cert/nss_profile_filter_chromeos_unittest.cc',
+ 'cert/ocsp_parser_unittest.cc',
'cert/pem_tokenizer_unittest.cc',
'cert/sha256_legacy_support_win_unittest.cc',
'cert/signed_certificate_timestamp_unittest.cc',
« net/der/input.h ('K') | « net/der/parser.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698