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

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

Issue 307993010: Add RLZ build file for GN build, fix Windows build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 months 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 | « tools/gn/secondary/third_party/icu/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/secondary/third_party/nss/BUILD.gn
diff --git a/tools/gn/secondary/third_party/nss/BUILD.gn b/tools/gn/secondary/third_party/nss/BUILD.gn
index acb96a6d8b61b4908d588eb61fdf3b6bc58778bb..a0c167458558d8504ed2daa32b43e0cc943d87b1 100644
--- a/tools/gn/secondary/third_party/nss/BUILD.gn
+++ b/tools/gn/secondary/third_party/nss/BUILD.gn
@@ -1090,10 +1090,6 @@ if (is_linux) {
}
if (is_win) {
- sources -= [
- "nss/lib/freebl/mpi/mpi_amd64.c",
- "nss/lib/freebl/mpi/mpi_x86_asm.c",
- ]
defines += [
"SHLIB_SUFFIX=\"dll\"",
"SHLIB_PREFIX=\"\"",
@@ -1104,6 +1100,7 @@ if (is_linux) {
]
if (cpu_arch == "x86") {
+ sources -= [ "nss/lib/freebl/mpi/mpi_amd64.c" ]
defines += [
"NSS_X86_OR_X64",
"NSS_X86",
@@ -1115,6 +1112,7 @@ if (is_linux) {
"MP_NO_MP_WORD",
]
} else if (cpu_arch == "x64") {
+ sources -= [ "nss/lib/freebl/mpi/mpi_x86_asm.c" ]
defines += [
"NSS_USE_64",
"NSS_X86_OR_X64",
« no previous file with comments | « tools/gn/secondary/third_party/icu/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698