summaryrefslogtreecommitdiffstats
path: root/net/net.gyp
diff options
context:
space:
mode:
authorphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-28 17:00:49 +0000
committerphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-28 17:00:49 +0000
commit1d799ddcfcf7925b8fb8aeb6070f33eb5c4e0826 (patch)
treef0bd0656066f48929f2f82c5dfc66dd45804c133 /net/net.gyp
parent792785dd30f0ac1a7fc0dbf0f56e975795170feb (diff)
downloadchromium_src-1d799ddcfcf7925b8fb8aeb6070f33eb5c4e0826.zip
chromium_src-1d799ddcfcf7925b8fb8aeb6070f33eb5c4e0826.tar.gz
chromium_src-1d799ddcfcf7925b8fb8aeb6070f33eb5c4e0826.tar.bz2
First parts of new FTP LIST response parsing code.
Added parser for "ls" listing style, and tests. This is not yet used by the browser (will do that in a following CL). TEST=Covered by net_unittests. BUG=25520 Review URL: http://codereview.chromium.org/244008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30354 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/net.gyp')
-rw-r--r--net/net.gyp6
1 files changed, 6 insertions, 0 deletions
diff --git a/net/net.gyp b/net/net.gyp
index 584e1ca..46907a0 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -289,6 +289,10 @@
'ftp/ftp_auth_cache.h',
'ftp/ftp_ctrl_response_buffer.cc',
'ftp/ftp_ctrl_response_buffer.h',
+ 'ftp/ftp_directory_listing_buffer.cc',
+ 'ftp/ftp_directory_listing_buffer.h',
+ 'ftp/ftp_directory_listing_parsers.cc',
+ 'ftp/ftp_directory_listing_parsers.h',
'ftp/ftp_network_layer.cc',
'ftp/ftp_network_layer.h',
'ftp/ftp_network_session.h',
@@ -592,6 +596,8 @@
'disk_cache/storage_block_unittest.cc',
'ftp/ftp_auth_cache_unittest.cc',
'ftp/ftp_ctrl_response_buffer_unittest.cc',
+ 'ftp/ftp_directory_listing_buffer_unittest.cc',
+ 'ftp/ftp_directory_listing_parsers_unittest.cc',
'ftp/ftp_network_transaction_unittest.cc',
'ftp/ftp_util_unittest.cc',
'http/des_unittest.cc',