diff options
author | wtc@chromium.org <wtc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-25 00:11:31 +0000 |
---|---|---|
committer | wtc@chromium.org <wtc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-25 00:11:31 +0000 |
commit | e953d76afc04c4bb5357866836116a25e5296924 (patch) | |
tree | d4e48bc50a990b8e886f3e3fef5902115df409f2 /webkit/DEPS | |
parent | 0f52c980c49e14e2dc62bf12d99490a2505cfa9a (diff) | |
download | chromium_src-e953d76afc04c4bb5357866836116a25e5296924.zip chromium_src-e953d76afc04c4bb5357866836116a25e5296924.tar.gz chromium_src-e953d76afc04c4bb5357866836116a25e5296924.tar.bz2 |
Hook up test_shell with the new FTP implementation. On Windows
this is enabled by the --new-ftp command-line switch. On Mac and
Linux this is always enabled.
Fix some cpplint nits.
Remove the obsolete "net/http/http_network_layer.h" inclusion.
R=darin
BUG=http://crbug.com/4965
TEST=none
Review URL: http://codereview.chromium.org/147061
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19202 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/DEPS')
-rw-r--r-- | webkit/DEPS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/webkit/DEPS b/webkit/DEPS index 5a49782..74ee587 100644 --- a/webkit/DEPS +++ b/webkit/DEPS @@ -14,6 +14,7 @@ include_rules = [ # TODO(brettw) - review these; move up if it's ok, or remove the dependency "+net/base", + "+net/ftp", "+net/http", "+net/proxy", "+net/socket", |