Index: nss.gyp |
diff --git a/nss.gyp b/nss.gyp |
index 6bf36f2a2eadaf423c47ffc850ab4d30e9d979bf..24a70c9d9292c7d8c1a6a43fdd84e54e9d25b5b5 100644 |
--- a/nss.gyp |
+++ b/nss.gyp |
@@ -540,7 +540,6 @@ |
'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', |
@@ -613,6 +612,7 @@ |
'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', |
@@ -1126,7 +1126,7 @@ |
'nss/lib/freebl/mpi/mpi_amd64.c', |
], |
'variables': { |
- 'forced_include_file': '<(DEPTH)/third_party/nss/nss/lib/freebl/build_config_mac.h', |
+ 'forced_include_file': 'nss_build_config_mac.h', |
}, |
'xcode_settings': { |
'conditions': [ |