summaryrefslogtreecommitdiffstats
path: root/net/BUILD.gn
diff options
context:
space:
mode:
authordpranke <dpranke@chromium.org>2014-11-04 13:31:20 -0800
committerCommit bot <commit-bot@chromium.org>2014-11-04 21:31:40 +0000
commit0ae1ae5d64fa7691ce7856bf9e4eab4d9bb576ec (patch)
tree8f2232086cc267fdba7388b71e118a52c4d890e3 /net/BUILD.gn
parent2941760c4affeed46eaf1252db4d0186e639fca9 (diff)
downloadchromium_src-0ae1ae5d64fa7691ce7856bf9e4eab4d9bb576ec.zip
chromium_src-0ae1ae5d64fa7691ce7856bf9e4eab4d9bb576ec.tar.gz
chromium_src-0ae1ae5d64fa7691ce7856bf9e4eab4d9bb576ec.tar.bz2
Fix windows GN build
Fix the reference to the sanitizers to not be needed on windows, and remove a stray reference to a file that doesn't exist any more. TBR=brettw@chromium.org, scottmg@chromium.org BUG= Review URL: https://codereview.chromium.org/694263004 Cr-Commit-Position: refs/heads/master@{#302677}
Diffstat (limited to 'net/BUILD.gn')
-rw-r--r--net/BUILD.gn1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/BUILD.gn b/net/BUILD.gn
index 3623b60..50c1e0c 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -289,7 +289,6 @@ component("net") {
}
if (is_win) {
sources -= [
- "cert/cert/sha256_legacy_support_openssl_win.cc",
"ssl/openssl_platform_key_win.cc",
]
}