Chromium Code Reviews| 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 e51fb21ac62595f27d9ade6b265e06bafeb32619..2cfea8a2f46f764981cbfa05e1a01ababd5be131 100644 |
| --- a/build/secondary/third_party/nss/BUILD.gn |
| +++ b/build/secondary/third_party/nss/BUILD.gn |
| @@ -1096,7 +1096,7 @@ if (is_linux) { |
| defines += [ "NSS_DISABLE_ROOT_CERTS" ] |
| } |
| - if (current_cpu == "x64" && !is_win) { |
| + if (current_cpu == "x64" && !is_win && !is_ios) { |
| sources -= [ |
| "nss/lib/freebl/chacha20/chacha20.c", |
| "nss/lib/freebl/poly1305/poly1305.c", |
| @@ -1177,6 +1177,7 @@ if (is_linux) { |
| # mpi_x86_asm.c contains MSVC inline assembly code. |
| "nss/lib/freebl/mpi/mpi_x86_asm.c", |
| ] |
| + sources -= [ "nss/lib/freebl/intel-aes-x86-masm.asm" ] |
|
Nico
2015/08/19 16:55:13
nit: merge this with the sources -= line on the pr
|
| } |
| if (is_clang) { |