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>2012-12-18 22:42:25 +0000
committerphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-12-18 22:42:25 +0000
commit056a8485be5325304fc2c28ab0cecca98e19d687 (patch)
tree7cf3bb053f2f4fbd285b26d4c8dc578d0939a0f0 /build/shim_headers.gypi
parenta849323e1e44905e48c646b29872995209a9e08a (diff)
downloadchromium_src-056a8485be5325304fc2c28ab0cecca98e19d687.zip
chromium_src-056a8485be5325304fc2c28ab0cecca98e19d687.tar.gz
chromium_src-056a8485be5325304fc2c28ab0cecca98e19d687.tar.bz2
Use generated shim headers for zlib.
BUG=165264 Review URL: https://codereview.chromium.org/11632002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@173801 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/shim_headers.gypi')
-rw-r--r--build/shim_headers.gypi7
1 files changed, 5 insertions, 2 deletions
diff --git a/build/shim_headers.gypi b/build/shim_headers.gypi
index cf0914d..bb80797 100644
--- a/build/shim_headers.gypi
+++ b/build/shim_headers.gypi
@@ -10,10 +10,13 @@
{
'variables': {
- 'shim_headers_path': '<(INTERMEDIATE_DIR)/shim_headers',
+ 'shim_headers_path': '<(SHARED_INTERMEDIATE_DIR)/shim_headers/<(_target_name)',
},
+ 'include_dirs+++': [
+ '<(shim_headers_path)',
+ ],
'direct_dependent_settings': {
- 'include_dirs+': [
+ 'include_dirs++++': [
'<(shim_headers_path)',
],
},