diff options
author | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-22 21:05:47 +0000 |
---|---|---|
committer | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-22 21:05:47 +0000 |
commit | 64d50ed649d61c5b84b09369b091018f70547bf8 (patch) | |
tree | 32f25e3f4d6721d68f6ce553bc51172a218bb071 /webkit/glue/DEPS | |
parent | dbf5e6c9053bf8e4c5fb08a1ca3005636380b5bb (diff) | |
download | chromium_src-64d50ed649d61c5b84b09369b091018f70547bf8.zip chromium_src-64d50ed649d61c5b84b09369b091018f70547bf8.tar.gz chromium_src-64d50ed649d61c5b84b09369b091018f70547bf8.tar.bz2 |
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
Diffstat (limited to 'webkit/glue/DEPS')
-rw-r--r-- | webkit/glue/DEPS | 3 |
1 files changed, 2 insertions, 1 deletions
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", |