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

Unified Diff: net/BUILD.gn

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
« no previous file with comments | « no previous file | net/cert/internal/parse_ocsp.h » ('j') | net/cert/internal/parse_ocsp.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/BUILD.gn
diff --git a/net/BUILD.gn b/net/BUILD.gn
index 7d9dd890cac8be193e4f9507b5c6070d62397282..e7b6bef89f71db68235093b06f438bb03900f406 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -1616,6 +1616,7 @@ test("net_unittests") {
# 'data/certificate_policies_unittest/',
# 'data/name_constraints_unittest/',
# 'data/parse_certificate_unittest/',
+ # 'data/parse_ocsp_unittest/',
# 'data/ssl/certificates/',
# 'data/test.html',
# 'data/url_request_unittest/',
« no previous file with comments | « no previous file | net/cert/internal/parse_ocsp.h » ('j') | net/cert/internal/parse_ocsp.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698