Index: build/secondary/third_party/nss/BUILD.gn |
diff --git a/build/secondary/third_party/nss/BUILD.gn b/build/secondary/third_party/nss/BUILD.gn |
index 30364d134f5aa0cf05d81f366686a9648125fb1a..a285ca1720156fbc119c5980b1906ec8593303cd 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", |