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 /webkit | |
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 'webkit')
-rw-r--r-- | webkit/default_plugin/default_plugin.gyp | 2 | ||||
-rw-r--r-- | webkit/tools/test_shell/test_shell.gypi | 2 | ||||
-rw-r--r-- | webkit/webkit.gyp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/webkit/default_plugin/default_plugin.gyp b/webkit/default_plugin/default_plugin.gyp index 061059c..0ceaa4b 100644 --- a/webkit/default_plugin/default_plugin.gyp +++ b/webkit/default_plugin/default_plugin.gyp @@ -22,7 +22,7 @@ ], 'include_dirs': [ '../..', - '../../chrome/third_party/wtl/include', + '<(DEPTH)/third_party/wtl/include', # TODO(bradnelson): this should fall out of the dependencies. '<(SHARED_INTERMEDIATE_DIR)/webkit', ], diff --git a/webkit/tools/test_shell/test_shell.gypi b/webkit/tools/test_shell/test_shell.gypi index ebdabae..a28daf2 100644 --- a/webkit/tools/test_shell/test_shell.gypi +++ b/webkit/tools/test_shell/test_shell.gypi @@ -152,7 +152,7 @@ ], }, 'include_dirs': [ - '../../../chrome/third_party/wtl/include', + '<(DEPTH)/third_party/wtl/include', '.', ], 'dependencies': [ diff --git a/webkit/webkit.gyp b/webkit/webkit.gyp index 561f892..c460c4c 100644 --- a/webkit/webkit.gyp +++ b/webkit/webkit.gyp @@ -429,7 +429,7 @@ }, { # else: OS=="win" 'sources/': [['exclude', '_posix\\.cc$']], 'include_dirs': [ - '../chrome/third_party/wtl/include', + '<(DEPTH)/third_party/wtl/include', ], 'dependencies': [ '../build/win/system.gyp:cygwin', |