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

Unified Diff: net/BUILD.gn

Issue 2577683002: Add unit tests for NSS-backed SSLPrivateKeys. (Closed)
Patch Set: rebase atop asan fix Created 4 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/net.gypi » ('j') | net/ssl/ssl_platform_key_chromecast.cc » ('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 49e2d42f52e99c356566ec188c1dcdee9aacb969..52267a30868a65b03ec9f72d334c1f757274a9a8 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -1344,6 +1344,7 @@ test("net_unittests") {
"cert/internal/trust_store_nss_unittest.cc",
"cert/nss_cert_database_unittest.cc",
"ssl/client_cert_store_nss_unittest.cc",
+ "ssl/ssl_platform_key_nss_unittest.cc",
]
if (is_chromeos) { # Already removed for all non-ChromeOS builds.
sources -= [
@@ -1555,6 +1556,11 @@ test("net_unittests") {
if (is_win) {
libs = [ "iphlpapi.lib" ]
}
+
+ if (is_chromecast && use_nss_certs) {
+ sources += [ "ssl/ssl_platform_key_chromecast_unittest.cc" ]
+ sources -= [ "ssl/ssl_platform_key_nss_unittest.cc" ]
+ }
}
# !is_android && !is_win && !is_mac
« no previous file with comments | « no previous file | net/net.gypi » ('j') | net/ssl/ssl_platform_key_chromecast.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698