From 5b5ca7cb9e35732577c335a1ec3eaa7833224b2e Mon Sep 17 00:00:00 2001 From: "bradnelson@chromium.org" Date: Mon, 20 Jul 2009 23:00:20 +0000 Subject: 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 --- build/common.gypi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build/common.gypi') 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', ], -- cgit v1.1