summaryrefslogtreecommitdiffstats
path: root/chrome_frame/chrome_frame.gyp
diff options
context:
space:
mode:
authorananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-22 01:15:33 +0000
committerananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-22 01:15:33 +0000
commit960a11be3dda1c4a78d2c495d8c00bbf8bb31d9d (patch)
tree9d97aab275f7fa5f1de0438978688f46de9c82a7 /chrome_frame/chrome_frame.gyp
parent2edc1bc47df2e3259633ee25d6c30001393e2a96 (diff)
downloadchromium_src-960a11be3dda1c4a78d2c495d8c00bbf8bb31d9d.zip
chromium_src-960a11be3dda1c4a78d2c495d8c00bbf8bb31d9d.tar.gz
chromium_src-960a11be3dda1c4a78d2c495d8c00bbf8bb31d9d.tar.bz2
Add wtl to the list of include directories for ChromeFrame. This is to fix a build error I was seeing on my machine.
TBR=amit Review URL: http://codereview.chromium.org/3048010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53290 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame/chrome_frame.gyp')
-rw-r--r--chrome_frame/chrome_frame.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome_frame/chrome_frame.gyp b/chrome_frame/chrome_frame.gyp
index 341616a..9d9bafd 100644
--- a/chrome_frame/chrome_frame.gyp
+++ b/chrome_frame/chrome_frame.gyp
@@ -672,6 +672,7 @@
# To allow including "chrome_tab.h"
'<(INTERMEDIATE_DIR)',
'<(INTERMEDIATE_DIR)/../chrome_frame',
+ '<(DEPTH)/third_party/wtl/include',
],
'conditions': [
['OS=="win"', {