From 64d50ed649d61c5b84b09369b091018f70547bf8 Mon Sep 17 00:00:00 2001 From: "phajdan.jr@chromium.org" Date: Tue, 22 Sep 2009 21:05:47 +0000 Subject: Move FTP LIST parsing code to the renderer process. TEST=none BUG=none Review URL: http://codereview.chromium.org/210027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26860 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/glue/DEPS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'webkit/glue/DEPS') diff --git a/webkit/glue/DEPS b/webkit/glue/DEPS index 1129c20..89a1131 100644 --- a/webkit/glue/DEPS +++ b/webkit/glue/DEPS @@ -1,5 +1,6 @@ include_rules = [ "+media", + "+net/third_party/parseftp", "+skia/ext", "+skia/include", "+webkit/tools/test_shell", # Needed for test shell tests. @@ -7,7 +8,7 @@ include_rules = [ # This is not actually a directory, but npruntime_util.cc includes a file # from WebKit starting with this path in JSCore mode. "+bindings/c", - + # FIXME - refactor code and remove these dependencies "+chrome/browser", "+chrome/common", -- cgit v1.1