summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorbradnelson@chromium.org <bradnelson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-20 23:00:20 +0000
committerbradnelson@chromium.org <bradnelson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-20 23:00:20 +0000
commit5b5ca7cb9e35732577c335a1ec3eaa7833224b2e (patch)
tree66d06c6862c924cc06f13cb9d04f76ec3da6ec77 /build
parent832bbe3fb192a5b36cfafd3488f6dff11a7d09e5 (diff)
downloadchromium_src-5b5ca7cb9e35732577c335a1ec3eaa7833224b2e.zip
chromium_src-5b5ca7cb9e35732577c335a1ec3eaa7833224b2e.tar.gz
chromium_src-5b5ca7cb9e35732577c335a1ec3eaa7833224b2e.tar.bz2
Pulling in new gyp version.
Switching two includes in common.gypi to msvs_system_include_dirs. This will force them to the back of the include order (which matches where the non-hermetic copies of these libraries would be). BUG=None TEST=None Review URL: http://codereview.chromium.org/155812 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21124 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/common.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/common.gypi b/build/common.gypi
index c19713b..2d0cf19 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -509,7 +509,7 @@
'_SECURE_ATL',
'_HAS_TR1=0',
],
- 'include_dirs': [
+ 'msvs_system_include_dirs': [
'<(DEPTH)/third_party/platformsdk_win2008_6_1/files/Include',
'$(VSInstallDir)/VC/atlmfc/include',
],