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

Unified Diff: net/net.gyp

Issue 2130453003: cert_verify_tool: Verify using the new pathbuilder too. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cert-parsing-path-building
Patch Set: changes for comment #3 Created 4 years, 5 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/BUILD.gn ('k') | net/tools/cert_verify_tool/cert_verify_tool.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net.gyp
diff --git a/net/net.gyp b/net/net.gyp
index dfeee21b7b3152fa1872ef72eb823da3aeaa01df..461d1dd2c970dc6feeb3d7cb4512818203d1ffd1 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -1018,6 +1018,8 @@
'tools/cert_verify_tool/cert_verify_tool_util.h',
'tools/cert_verify_tool/verify_using_cert_verify_proc.cc',
'tools/cert_verify_tool/verify_using_cert_verify_proc.h',
+ 'tools/cert_verify_tool/verify_using_path_builder.cc',
+ 'tools/cert_verify_tool/verify_using_path_builder.h',
],
# TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
'msvs_disabled_warnings': [4267, ],
« no previous file with comments | « net/BUILD.gn ('k') | net/tools/cert_verify_tool/cert_verify_tool.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698