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

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

Issue 593913003: [GN build] Update Mac NSS build config file location. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | « no previous file | no next file » | 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 00c524c040b3ff7b61c5a6fafe14cc81a11453fa..9c73e95e67b4a6921b4ae900e9067a4a9f9e34f2 100644
--- a/build/secondary/third_party/nss/BUILD.gn
+++ b/build/secondary/third_party/nss/BUILD.gn
@@ -561,7 +561,6 @@ if (is_linux) {
"nss/lib/freebl/blapi.h",
"nss/lib/freebl/blapii.h",
"nss/lib/freebl/blapit.h",
- "nss/lib/freebl/build_config_mac.h",
"nss/lib/freebl/camellia.c",
"nss/lib/freebl/camellia.h",
"nss/lib/freebl/chacha20/chacha20.c",
@@ -627,6 +626,7 @@ if (is_linux) {
"nss/lib/freebl/mpi/mp_gf2m.c",
"nss/lib/freebl/mpi/mp_gf2m.h",
"nss/lib/freebl/mpi/primes.c",
+ "nss/lib/freebl/nss_build_config_mac.h",
"nss/lib/freebl/poly1305/poly1305-donna-x64-sse2-incremental-source.c",
"nss/lib/freebl/poly1305/poly1305.c",
"nss/lib/freebl/poly1305/poly1305.h",
@@ -1070,7 +1070,7 @@ if (is_linux) {
]
cflags += [
"-include",
- rebase_path("//third_party/nss/nss/lib/freebl/build_config_mac.h",
+ rebase_path("//third_party/nss/nss/lib/freebl/nss_build_config_mac.h",
root_build_dir),
]
defines += [
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698