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

Unified Diff: nss.gyp

Issue 493213002: Don't use <(DEPTH) in the argument to the -include flag. (Closed) Base URL: http://src.chromium.org/svn/trunk/deps/third_party/nss
Patch Set: Pass just the file name to -include. Rename build_config_mac.h with nss_ prefix. Created 6 years, 4 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 | « README.chromium ('k') | nss/lib/freebl/build_config_mac.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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': [
« no previous file with comments | « README.chromium ('k') | nss/lib/freebl/build_config_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698