Commit 448520e8 authored by isherman's avatar isherman Committed by Commit bot

[GN build] Update Mac NSS build config file location.

BUG=none
TEST=none
R=jamesr@chromium.org

Review URL: https://codereview.chromium.org/593913003

Cr-Commit-Position: refs/heads/master@{#296144}
parent 9461415e
...@@ -561,7 +561,6 @@ if (is_linux) { ...@@ -561,7 +561,6 @@ if (is_linux) {
"nss/lib/freebl/blapi.h", "nss/lib/freebl/blapi.h",
"nss/lib/freebl/blapii.h", "nss/lib/freebl/blapii.h",
"nss/lib/freebl/blapit.h", "nss/lib/freebl/blapit.h",
"nss/lib/freebl/build_config_mac.h",
"nss/lib/freebl/camellia.c", "nss/lib/freebl/camellia.c",
"nss/lib/freebl/camellia.h", "nss/lib/freebl/camellia.h",
"nss/lib/freebl/chacha20/chacha20.c", "nss/lib/freebl/chacha20/chacha20.c",
...@@ -627,6 +626,7 @@ if (is_linux) { ...@@ -627,6 +626,7 @@ if (is_linux) {
"nss/lib/freebl/mpi/mp_gf2m.c", "nss/lib/freebl/mpi/mp_gf2m.c",
"nss/lib/freebl/mpi/mp_gf2m.h", "nss/lib/freebl/mpi/mp_gf2m.h",
"nss/lib/freebl/mpi/primes.c", "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-donna-x64-sse2-incremental-source.c",
"nss/lib/freebl/poly1305/poly1305.c", "nss/lib/freebl/poly1305/poly1305.c",
"nss/lib/freebl/poly1305/poly1305.h", "nss/lib/freebl/poly1305/poly1305.h",
...@@ -1070,7 +1070,7 @@ if (is_linux) { ...@@ -1070,7 +1070,7 @@ if (is_linux) {
] ]
cflags += [ cflags += [
"-include", "-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), root_build_dir),
] ]
defines += [ defines += [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment