Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(59)

Side by Side Diff: net/net.gyp

Issue 10537056: Replaced static URLRequestFtpJob factory with non-static protocol handler for FTP jobs. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 8
9 'linux_link_kerberos%': 0, 9 'linux_link_kerberos%': 0,
10 'conditions': [ 10 'conditions': [
(...skipping 699 matching lines...) Expand 10 before | Expand all | Expand 10 after
710 'udp/udp_data_transfer_param.cc', 710 'udp/udp_data_transfer_param.cc',
711 'udp/udp_data_transfer_param.h', 711 'udp/udp_data_transfer_param.h',
712 'udp/udp_server_socket.cc', 712 'udp/udp_server_socket.cc',
713 'udp/udp_server_socket.h', 713 'udp/udp_server_socket.h',
714 'udp/udp_socket.h', 714 'udp/udp_socket.h',
715 'udp/udp_socket_libevent.cc', 715 'udp/udp_socket_libevent.cc',
716 'udp/udp_socket_libevent.h', 716 'udp/udp_socket_libevent.h',
717 'udp/udp_socket_win.cc', 717 'udp/udp_socket_win.cc',
718 'udp/udp_socket_win.h', 718 'udp/udp_socket_win.h',
719 'url_request/fraudulent_certificate_reporter.h', 719 'url_request/fraudulent_certificate_reporter.h',
720 'url_request/ftp_protocol_handler.cc',
721 'url_request/ftp_protocol_handler.h',
720 'url_request/url_fetcher.cc', 722 'url_request/url_fetcher.cc',
721 'url_request/url_fetcher.h', 723 'url_request/url_fetcher.h',
722 'url_request/url_fetcher_delegate.cc', 724 'url_request/url_fetcher_delegate.cc',
723 'url_request/url_fetcher_delegate.h', 725 'url_request/url_fetcher_delegate.h',
724 'url_request/url_fetcher_factory.cc', 726 'url_request/url_fetcher_factory.cc',
725 'url_request/url_fetcher_factory.h', 727 'url_request/url_fetcher_factory.h',
726 'url_request/url_request.cc', 728 'url_request/url_request.cc',
727 'url_request/url_request.h', 729 'url_request/url_request.h',
728 'url_request/url_request_about_job.cc', 730 'url_request/url_request_about_job.cc',
729 'url_request/url_request_about_job.h', 731 'url_request/url_request_about_job.h',
(...skipping 1160 matching lines...) Expand 10 before | Expand all | Expand 10 after
1890 'tools/dump_cache/url_to_filename_encoder.cc', 1892 'tools/dump_cache/url_to_filename_encoder.cc',
1891 'tools/dump_cache/url_to_filename_encoder.h', 1893 'tools/dump_cache/url_to_filename_encoder.h',
1892 'tools/dump_cache/url_utilities.h', 1894 'tools/dump_cache/url_utilities.h',
1893 'tools/dump_cache/url_utilities.cc', 1895 'tools/dump_cache/url_utilities.cc',
1894 ], 1896 ],
1895 }, 1897 },
1896 ], 1898 ],
1897 }], 1899 }],
1898 ], 1900 ],
1899 } 1901 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698