diff options
author | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-07 19:51:46 +0000 |
---|---|---|
committer | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-07 19:51:46 +0000 |
commit | 8425e66e2202fa2f226a5077618219cf307792f5 (patch) | |
tree | 4bcf13f19e21228c5ee771b327261d0e874cf80a /net/net.gyp | |
parent | 6f17bdfe86a739074d44cefb9256001585036ce1 (diff) | |
download | chromium_src-8425e66e2202fa2f226a5077618219cf307792f5.zip chromium_src-8425e66e2202fa2f226a5077618219cf307792f5.tar.gz chromium_src-8425e66e2202fa2f226a5077618219cf307792f5.tar.bz2 |
Implement parser for Netware-style FTP LIST response listing.
TEST=Covered by net_unittests.
BUG=25520
Review URL: http://codereview.chromium.org/465059
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33978 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/net.gyp')
-rw-r--r-- | net/net.gyp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/net.gyp b/net/net.gyp index 51e3cb7..1428177 100644 --- a/net/net.gyp +++ b/net/net.gyp @@ -298,6 +298,8 @@ 'ftp/ftp_directory_listing_parser.h', 'ftp/ftp_directory_listing_parser_ls.cc', 'ftp/ftp_directory_listing_parser_ls.h', + 'ftp/ftp_directory_listing_parser_netware.cc', + 'ftp/ftp_directory_listing_parser_netware.h', 'ftp/ftp_directory_listing_parser_vms.cc', 'ftp/ftp_directory_listing_parser_vms.h', 'ftp/ftp_directory_listing_parser_windows.cc', @@ -614,6 +616,7 @@ 'ftp/ftp_ctrl_response_buffer_unittest.cc', 'ftp/ftp_directory_listing_buffer_unittest.cc', 'ftp/ftp_directory_listing_parser_ls_unittest.cc', + 'ftp/ftp_directory_listing_parser_netware_unittest.cc', 'ftp/ftp_directory_listing_parser_vms_unittest.cc', 'ftp/ftp_directory_listing_parser_windows_unittest.cc', 'ftp/ftp_network_transaction_unittest.cc', |