summaryrefslogtreecommitdiffstats
path: root/build/secondary/third_party/nss
diff options
context:
space:
mode:
authordpranke <dpranke@chromium.org>2014-11-07 18:59:57 -0800
committerCommit bot <commit-bot@chromium.org>2014-11-08 03:00:11 +0000
commit43760591658239084cf4b92ec4dd4decbb9c5fe6 (patch)
treead7de37cacaa7d319b8158d5ee15dc152471f410 /build/secondary/third_party/nss
parent22e04357bc9bcfe37aa8de313fe7081944daadda (diff)
downloadchromium_src-43760591658239084cf4b92ec4dd4decbb9c5fe6.zip
chromium_src-43760591658239084cf4b92ec4dd4decbb9c5fe6.tar.gz
chromium_src-43760591658239084cf4b92ec4dd4decbb9c5fe6.tar.bz2
Make *some* version of the Win GN build work.
R=scottmg@chromium.org, brettw@chromium.org BUG=354261 Review URL: https://codereview.chromium.org/709593004 Cr-Commit-Position: refs/heads/master@{#303366}
Diffstat (limited to 'build/secondary/third_party/nss')
-rw-r--r--build/secondary/third_party/nss/BUILD.gn4
1 files changed, 4 insertions, 0 deletions
diff --git a/build/secondary/third_party/nss/BUILD.gn b/build/secondary/third_party/nss/BUILD.gn
index 30364d1..a285ca1 100644
--- a/build/secondary/third_party/nss/BUILD.gn
+++ b/build/secondary/third_party/nss/BUILD.gn
@@ -1159,6 +1159,10 @@ if (is_linux) {
"USE_HW_AES",
"INTEL_GCM",
]
+ sources -= [
+ "nss/lib/freebl/mpi/mpi_amd64.c",
+ ]
+
} else if (cpu_arch == "x64") {
sources -= [
"nss/lib/freebl/intel-aes-x86-masm.asm",