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..40cf179a44692f00af3ba829e0b5ef7cb62d5a05 100644 |
--- a/build/secondary/third_party/nss/BUILD.gn |
+++ b/build/secondary/third_party/nss/BUILD.gn |
@@ -1159,6 +1159,12 @@ if (is_linux) { |
"USE_HW_AES", |
"INTEL_GCM", |
] |
+ sources -= [ |
+ "nss/lib/freebl/mpi/mpi_amd64.c", |
+ # "nss/lib/freebl/intel-aes-x86-masm.asm", |
+ # "nss/lib/freebl/mpi/mpi_x86_asm.c", |
+ ] |
+ |
} else if (cpu_arch == "x64") { |
sources -= [ |
"nss/lib/freebl/intel-aes-x86-masm.asm", |