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

Unified Diff: net/BUILD.gn

Issue 683113005: Update from chromium https://crrev.com/302282 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 2 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 | « mojo/services/surfaces/surfaces_impl.cc ('k') | net/PRESUBMIT.py » ('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 81d59c8eed5f016babd9c5d16d8febc4fa8d3e7e..b3c9a279afbccd1c256d98cbf77078428e3c8043 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -249,6 +249,11 @@ component("net") {
"cert/cert_verify_proc_nss.h",
]
}
+ if (is_win) {
+ sources -= [
+ "cert/cert/sha256_legacy_support_nss_win.cc",
+ ]
+ }
} else {
sources -= [
"base/crypto_module_openssl.cc",
@@ -284,6 +289,7 @@ component("net") {
}
if (is_win) {
sources -= [
+ "cert/cert/sha256_legacy_support_openssl_win.cc",
"ssl/openssl_platform_key_win.cc",
]
}
« no previous file with comments | « mojo/services/surfaces/surfaces_impl.cc ('k') | net/PRESUBMIT.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698