diff options
author | wtc@chromium.org <wtc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-19 23:26:27 +0000 |
---|---|---|
committer | wtc@chromium.org <wtc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-19 23:26:27 +0000 |
commit | fffc27d58ee6b52ea104b3d29a8a0ab7904410f4 (patch) | |
tree | 8d7086f8ee7703252ebe8de1c2948c84c5933ca0 /net/net.gyp | |
parent | e10aef705cf696f3555867d626785b84b1575d69 (diff) | |
download | chromium_src-fffc27d58ee6b52ea104b3d29a8a0ab7904410f4.zip chromium_src-fffc27d58ee6b52ea104b3d29a8a0ab7904410f4.tar.gz chromium_src-fffc27d58ee6b52ea104b3d29a8a0ab7904410f4.tar.bz2 |
Add the directory listing code for the new portable FTP
implementation, based on the Mozilla code
mozilla/netwerk/streamconv/converters/ParseFTPList.cpp.
Contributed by Ibrar Ahmed <ibrar.ahmad@gmail.com>.
R=darin,wtc
BUG=4965
Review URL: http://codereview.chromium.org/42261
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12171 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/net.gyp')
-rw-r--r-- | net/net.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/net.gyp b/net/net.gyp index efa30d8..1b822d3 100644 --- a/net/net.gyp +++ b/net/net.gyp @@ -183,6 +183,8 @@ 'disk_cache/trace.h', 'ftp/ftp_auth_cache.cc', 'ftp/ftp_auth_cache.h', + 'ftp/ftp_directory_parser.cc', + 'ftp/ftp_directory_parser.h', 'ftp/ftp_network_layer.cc', 'ftp/ftp_network_layer.h', 'ftp/ftp_network_session.h', |