From cd134c8c51d1c3f7ce35359f6cd6f090563ea0bd Mon Sep 17 00:00:00 2001 From: "tony@chromium.org" Date: Tue, 9 Mar 2010 05:23:12 +0000 Subject: 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 --- webkit/default_plugin/default_plugin.gyp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webkit/default_plugin') 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', ], -- cgit v1.1