diff options
author | ananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-22 01:15:33 +0000 |
---|---|---|
committer | ananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-22 01:15:33 +0000 |
commit | 960a11be3dda1c4a78d2c495d8c00bbf8bb31d9d (patch) | |
tree | 9d97aab275f7fa5f1de0438978688f46de9c82a7 /chrome_frame/chrome_frame.gyp | |
parent | 2edc1bc47df2e3259633ee25d6c30001393e2a96 (diff) | |
download | chromium_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.gyp | 1 |
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"', { |