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/build | |
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/build')
-rw-r--r-- | net/build/net.vcproj | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net/build/net.vcproj b/net/build/net.vcproj index 07d47a6..7842fa6 100644 --- a/net/build/net.vcproj +++ b/net/build/net.vcproj @@ -12,6 +12,8 @@ Name="Win32" /> </Platforms> + <ToolFiles> + </ToolFiles> <Configurations> <Configuration Name="Debug|Win32" @@ -1122,6 +1124,14 @@ > </File> <File + RelativePath="..\ftp\ftp_directory_parser.cc" + > + </File> + <File + RelativePath="..\ftp\ftp_directory_parser.h" + > + </File> + <File RelativePath="..\ftp\ftp_network_layer.cc" > </File> |