Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(818)

Unified Diff: build/secondary/third_party/nss/BUILD.gn

Issue 703753005: More Windows build fixes. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: remove generated files Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | mojo/edk/system/data_pipe_consumer_dispatcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 15f80b391150f46bb99d0a8b503553eec6f11ca9..30364d134f5aa0cf05d81f366686a9648125fb1a 100644
--- a/build/secondary/third_party/nss/BUILD.gn
+++ b/build/secondary/third_party/nss/BUILD.gn
@@ -829,6 +829,8 @@ if (is_linux) {
"nss/lib/util/pkcs11p.h",
"nss/lib/util/pkcs11t.h",
"nss/lib/util/pkcs11u.h",
+ "nss/lib/util/pkcs1sig.c",
+ "nss/lib/util/pkcs1sig.h",
"nss/lib/util/portreg.c",
"nss/lib/util/portreg.h",
"nss/lib/util/quickder.c",
@@ -1145,7 +1147,6 @@ if (is_linux) {
]
if (cpu_arch == "x86") {
- sources -= [ "nss/lib/freebl/mpi/mpi_amd64.c" ]
defines += [
"NSS_X86_OR_X64",
"NSS_X86",
@@ -1159,7 +1160,11 @@ if (is_linux) {
"INTEL_GCM",
]
} else if (cpu_arch == "x64") {
- sources -= [ "nss/lib/freebl/mpi/mpi_x86_asm.c" ]
+ sources -= [
+ "nss/lib/freebl/intel-aes-x86-masm.asm",
+ "nss/lib/freebl/mpi/mpi_amd64.c",
+ "nss/lib/freebl/mpi/mpi_x86_asm.c",
+ ]
defines += [
"NSS_USE_64",
"NSS_X86_OR_X64",
« no previous file with comments | « no previous file | mojo/edk/system/data_pipe_consumer_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698