summaryrefslogtreecommitdiffstats
path: root/content
diff options
context:
space:
mode:
authoreroman@chromium.org <eroman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-05 00:45:13 +0000
committereroman@chromium.org <eroman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-05 00:45:13 +0000
commitf7f3144b33fa775c82c8887f867b61471b025cb2 (patch)
tree4eac6b1bdf2c1a09903f0c697808ed0fbbe3eca8 /content
parentf18e8452e919dc352b28cb1a4575e59e4545e57e (diff)
downloadchromium_src-f7f3144b33fa775c82c8887f867b61471b025cb2.zip
chromium_src-f7f3144b33fa775c82c8887f867b61471b025cb2.tar.gz
chromium_src-f7f3144b33fa775c82c8887f867b61471b025cb2.tar.bz2
Changes to make Chrome compile for non-component builds on Windows when using Ninja
The DirectSDK headers were used in some files whose targets did not have that as a dependency. TBR=avi Review URL: https://chromiumcodereview.appspot.com/10479021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140450 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content')
-rw-r--r--content/content_browser.gypi3
-rw-r--r--content/content_common.gypi1
2 files changed, 4 insertions, 0 deletions
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index 6839c94..dffad26 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -806,6 +806,9 @@
},
},
},
+ 'include_dirs': [
+ '$(DXSDK_DIR)/include',
+ ],
}],
['toolkit_uses_gtk == 1', {
'dependencies': [
diff --git a/content/content_common.gypi b/content/content_common.gypi
index 16b13f6..d170634 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -432,6 +432,7 @@
],
'include_dirs': [
'<(DEPTH)/third_party/angle/include',
+ '$(DXSDK_DIR)/include',
],
}],
['OS=="win" and directxsdk_exists=="True"', {