summaryrefslogtreecommitdiffstats
path: root/build/shim_headers.gypi
diff options
context:
space:
mode:
authorphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-08 16:49:07 +0000
committerphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-08 16:49:07 +0000
commitc486e4ee5565db7ff554f992f92757f456e1ec13 (patch)
tree822469cf46abc3634525379aac3bf7a6ec9faee4 /build/shim_headers.gypi
parent49da07b4e0625ba3228309148a607b587e58f3c8 (diff)
downloadchromium_src-c486e4ee5565db7ff554f992f92757f456e1ec13.zip
chromium_src-c486e4ee5565db7ff554f992f92757f456e1ec13.tar.gz
chromium_src-c486e4ee5565db7ff554f992f92757f456e1ec13.tar.bz2
Linux: add option to use system nspr.
Note that for NaCl bundles nspr files will be used anyway, since NaCl toolchain doesn't looks for libraries in system directories. BUG=none Review URL: https://codereview.chromium.org/11685002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175539 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/shim_headers.gypi')
-rw-r--r--build/shim_headers.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/shim_headers.gypi b/build/shim_headers.gypi
index bb80797..f53d7ab 100644
--- a/build/shim_headers.gypi
+++ b/build/shim_headers.gypi
@@ -10,7 +10,7 @@
{
'variables': {
- 'shim_headers_path': '<(SHARED_INTERMEDIATE_DIR)/shim_headers/<(_target_name)',
+ 'shim_headers_path': '<(SHARED_INTERMEDIATE_DIR)/shim_headers/<(_target_name)/<(_toolset)',
},
'include_dirs+++': [
'<(shim_headers_path)',