summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authormad@google.com <mad@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-07 20:41:38 +0000
committermad@google.com <mad@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-07 20:41:38 +0000
commit4d91cbc7507d85971368202326bcb58531374a8d (patch)
tree27e562b041ec74fa21b2a479ab7f358bdb68c984 /build
parent4ae3d4e71fcd94412d9957a0be05a3479e332b8d (diff)
downloadchromium_src-4d91cbc7507d85971368202326bcb58531374a8d.zip
chromium_src-4d91cbc7507d85971368202326bcb58531374a8d.tar.gz
chromium_src-4d91cbc7507d85971368202326bcb58531374a8d.tar.bz2
Committing for jeffbailey.
Excerpt from: http://codereview.chromium.org/1991004/show ---------------- Put version information into header file for easy consumption by RC files. RC files can use an #include to pull in this header, rather than being each dynamically generated. BUG=none TEST=none ---------------- Review URL: http://codereview.chromium.org/2020003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46736 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/common.gypi5
1 files changed, 4 insertions, 1 deletions
diff --git a/build/common.gypi b/build/common.gypi
index 93b2320..05adc1a 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1250,7 +1250,10 @@
},
'VCResourceCompilerTool': {
'Culture' : '1033',
- 'AdditionalIncludeDirectories': ['<(DEPTH)'],
+ 'AdditionalIncludeDirectories': [
+ '<(DEPTH)',
+ '<(SHARED_INTERMEDIATE_DIR)',
+ ],
},
},
},