diff options
author | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-09 05:23:12 +0000 |
---|---|---|
committer | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-09 05:23:12 +0000 |
commit | cd134c8c51d1c3f7ce35359f6cd6f090563ea0bd (patch) | |
tree | 441098f6c03f50e0ed946f324b395c27da733c0b /chrome_frame | |
parent | 506ccef8b227e6329a51bd916b6c68e9fdabea14 (diff) | |
download | chromium_src-cd134c8c51d1c3f7ce35359f6cd6f090563ea0bd.zip chromium_src-cd134c8c51d1c3f7ce35359f6cd6f090563ea0bd.tar.gz chromium_src-cd134c8c51d1c3f7ce35359f6cd6f090563ea0bd.tar.bz2 |
Move wtl from chrome/third_party to third_party/. This
breaks dependencies on chrome from webkit, app, views
and base.
BUG=37649
TEST=compiles
Review URL: http://codereview.chromium.org/699001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41001 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame')
-rw-r--r-- | chrome_frame/chrome_frame.gyp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome_frame/chrome_frame.gyp b/chrome_frame/chrome_frame.gyp index 631788a..52cf839 100644 --- a/chrome_frame/chrome_frame.gyp +++ b/chrome_frame/chrome_frame.gyp @@ -241,7 +241,7 @@ ], 'include_dirs': [ '<@(xul_include_directories)', - '../chrome/third_party/wtl/include', + '<(DEPTH)/third_party/wtl/include', # To allow including "chrome_tab.h" '<(INTERMEDIATE_DIR)', ], @@ -302,7 +302,7 @@ ], 'include_dirs': [ '<@(xul_include_directories)', - '../chrome/third_party/wtl/include', + '<(DEPTH)/third_party/wtl/include', # To allow including "chrome_tab.h" '<(INTERMEDIATE_DIR)', ], |