summaryrefslogtreecommitdiffstats
path: root/content
diff options
context:
space:
mode:
authorthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-10 22:53:00 +0000
committerthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-10 22:53:00 +0000
commit1a23d36a9ffa591b56a2fc0826b92d19904bfa34 (patch)
tree419a8a1ae00858530060180743f3e321fee0c5fe /content
parent6653c19c044e724ad9a93248611abd2135d16a1a (diff)
downloadchromium_src-1a23d36a9ffa591b56a2fc0826b92d19904bfa34.zip
chromium_src-1a23d36a9ffa591b56a2fc0826b92d19904bfa34.tar.gz
chromium_src-1a23d36a9ffa591b56a2fc0826b92d19904bfa34.tar.bz2
gl_implementation_win includes d3d9.h, so add the dx sdk to include_dirs
BUG=none TEST=Install the dx sdk from microsoft instead of going the src-internal route, build with msvc2010. No error messages about d3d9.h or d3d9x.lib. TBR=avi Review URL: http://codereview.chromium.org/10033003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131663 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content')
-rw-r--r--content/content_common.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/content_common.gypi b/content/content_common.gypi
index 117339a..5c5c04b 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -401,6 +401,7 @@
],
'msvs_settings': {
'VCLinkerTool': {
+ 'AdditionalLibraryDirectories': ['$(DXSDK_DIR)/lib/x86'],
'DelayLoadDLLs': [
'd3d9.dll',
'd3dx9_43.dll',