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

Unified Diff: net/BUILD.gn

Issue 1474983003: Support for client certs in ssl_server_socket. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addresses reviewer comments 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/cert_verify_result.h » ('j') | net/cert/client_cert_verifier.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 f0081df7e0bba1e71cf18d7aee04b6a7912263a5..7dae09e821debeece993aaae7fcbd5ee353c6f60 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -567,6 +567,8 @@ source_set("test_support") {
"base/test_data_directory.h",
"cert/mock_cert_verifier.cc",
"cert/mock_cert_verifier.h",
+ "cert/mock_client_cert_verifier.cc",
+ "cert/mock_client_cert_verifier.h",
"cookies/cookie_monster_store_test.cc",
"cookies/cookie_monster_store_test.h",
"cookies/cookie_store_test_callbacks.cc",
« no previous file with comments | « no previous file | net/cert/cert_verify_result.h » ('j') | net/cert/client_cert_verifier.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698