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

Unified Diff: net/BUILD.gn

Issue 2865883002: Unit-test CAPI and CNG SSLPrivateKey implementations. (Closed)
Patch Set: rebase Created 3 years, 7 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/ssl/ssl_platform_key_win.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 deb27772265170f84a8d0074b3a6e83f6f4b4cfd..33c06a17e2e51ff51825f4c31be7239bc6205ea3 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -4859,6 +4859,7 @@ test("net_unittests") {
"ssl/ssl_platform_key_mac_unittest.cc",
"ssl/ssl_platform_key_nss_unittest.cc",
"ssl/ssl_platform_key_util_unittest.cc",
+ "ssl/ssl_platform_key_win_unittest.cc",
"ssl/ssl_private_key_test_util.cc",
"ssl/ssl_private_key_test_util.h",
"test/embedded_test_server/embedded_test_server_unittest.cc",
@@ -5272,7 +5273,10 @@ test("net_unittests") {
}
if (is_win) {
- libs = [ "iphlpapi.lib" ]
+ libs = [
+ "iphlpapi.lib",
+ "ncrypt.lib",
+ ]
}
if (is_chromecast && use_nss_certs) {
« no previous file with comments | « no previous file | net/ssl/ssl_platform_key_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698