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

Unified Diff: net/BUILD.gn

Issue 1414923007: Add initial code for verifying a certificate chain. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@test_driver
Patch Set: ifdef out the tests on ios 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
« no previous file with comments | « no previous file | net/cert/internal/verify_certificate_chain.h » ('j') | no next file with comments »
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 c5dfe54178e5d7724e3e282eeb6ce1161c9fc31e..168fafbf4d4ccf1a273b37dce068f8d87cba27e4 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -1582,11 +1582,12 @@ test("net_unittests") {
# 'test_data_files': [
# 'data/certificate_policies_unittest/',
# 'data/name_constraints_unittest/',
+ # 'data/parse_certificate_unittest/',
# 'data/ssl/certificates/',
# 'data/test.html',
# 'data/url_request_unittest/',
+ # 'data/verify_certificate_chain_unittest/',
# 'data/verify_name_match_unittest/names/',
- # 'data/parse_certificate_unittest/',
# ],
# 'test_data_prefix': 'net',
# },
« no previous file with comments | « no previous file | net/cert/internal/verify_certificate_chain.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698