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

Unified Diff: net/net.gypi

Issue 1541213002: Adding OCSP Parser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix more null checks. Created 4 years, 9 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 b6651043950a7e97f6873c3a87adfe5311fda37b..ea29e890e324c2715485f81d7df1b6d421c5d1c1 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -101,6 +101,8 @@
'cert/internal/parse_certificate.h',
'cert/internal/parse_name.cc',
'cert/internal/parse_name.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',
@@ -1392,6 +1394,7 @@
'cert/internal/nist_pkits_unittest.h',
'cert/internal/parse_certificate_unittest.cc',
'cert/internal/parse_name_unittest.cc',
+ 'cert/internal/parse_ocsp_unittest.cc',
'cert/internal/signature_algorithm_unittest.cc',
'cert/internal/test_helpers.cc',
'cert/internal/test_helpers.h',
« 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