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

Unified Diff: net/BUILD.gn

Issue 776643003: Switch Windows over to BoringSSL from NSS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 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 | « build/config/crypto.gni ('k') | net/ssl/openssl_platform_key_win.cc » ('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 2f0a6bc134d8eecc84575a3052130dc1b6bfab38..0a4230ce0052d7fafe3066c486af7395ff459035 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -251,7 +251,7 @@ component("net") {
}
if (is_win) {
sources -= [
- "cert/cert/sha256_legacy_support_nss_win.cc",
+ "cert/sha256_legacy_support_nss_win.cc",
]
}
} else {
« no previous file with comments | « build/config/crypto.gni ('k') | net/ssl/openssl_platform_key_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698