summaryrefslogtreecommitdiffstats
path: root/net/net.gyp
diff options
context:
space:
mode:
authorshalev@chromium.org <shalev@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-11 15:45:59 +0000
committershalev@chromium.org <shalev@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-11 15:45:59 +0000
commitb9cf48b7c73d3ebeae320c939cba089955fbcad0 (patch)
treeb54413542256623e1a97f3b26653ddf98e849de9 /net/net.gyp
parent0f2e45ec2650ebd32037ca109f1876ed85ce1fd5 (diff)
downloadchromium_src-b9cf48b7c73d3ebeae320c939cba089955fbcad0.zip
chromium_src-b9cf48b7c73d3ebeae320c939cba089955fbcad0.tar.gz
chromium_src-b9cf48b7c73d3ebeae320c939cba089955fbcad0.tar.bz2
Replaced static URLRequestFtpJob factory with non-static protocol handler for FTP jobs.
Note: all tests for FTP are currently disabled. The tests have been run locally and a new mock-based test will be added before committing. Note: this depends on http://codereview.chromium.org/10704021/ BUG=None TEST=net_unittests --gtest_filter=URLRequestTestFTP.* --gtest_also_run_disabled_tests Review URL: https://chromiumcodereview.appspot.com/10537056 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146125 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/net.gyp')
-rw-r--r--net/net.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/net.gyp b/net/net.gyp
index 48fd6b3..d7d0fe0 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -719,6 +719,8 @@
'udp/udp_socket_win.cc',
'udp/udp_socket_win.h',
'url_request/fraudulent_certificate_reporter.h',
+ 'url_request/ftp_protocol_handler.cc',
+ 'url_request/ftp_protocol_handler.h',
'url_request/url_fetcher.cc',
'url_request/url_fetcher.h',
'url_request/url_fetcher_core.cc',