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

Side by Side Diff: net/net.gyp

Issue 10700117: Replaced static URLRequestFileJob factory with non-static protocol handler for File jobs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Made changes suggested by reviewers Created 8 years, 4 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 | Annotate | Revision Log
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 708 matching lines...) Expand 10 before | Expand all | Expand 10 after
719 'udp/udp_net_log_parameters.h', 719 'udp/udp_net_log_parameters.h',
720 'udp/udp_server_socket.cc', 720 'udp/udp_server_socket.cc',
721 'udp/udp_server_socket.h', 721 'udp/udp_server_socket.h',
722 'udp/udp_socket.h', 722 'udp/udp_socket.h',
723 'udp/udp_socket_libevent.cc', 723 'udp/udp_socket_libevent.cc',
724 'udp/udp_socket_libevent.h', 724 'udp/udp_socket_libevent.h',
725 'udp/udp_socket_win.cc', 725 'udp/udp_socket_win.cc',
726 'udp/udp_socket_win.h', 726 'udp/udp_socket_win.h',
727 'url_request/data_protocol_handler.cc', 727 'url_request/data_protocol_handler.cc',
728 'url_request/data_protocol_handler.h', 728 'url_request/data_protocol_handler.h',
729 'url_request/file_protocol_handler.cc',
730 'url_request/file_protocol_handler.h',
729 'url_request/fraudulent_certificate_reporter.h', 731 'url_request/fraudulent_certificate_reporter.h',
730 'url_request/ftp_protocol_handler.cc', 732 'url_request/ftp_protocol_handler.cc',
731 'url_request/ftp_protocol_handler.h', 733 'url_request/ftp_protocol_handler.h',
732 'url_request/url_fetcher.cc', 734 'url_request/url_fetcher.cc',
733 'url_request/url_fetcher.h', 735 'url_request/url_fetcher.h',
734 'url_request/url_fetcher_core.cc', 736 'url_request/url_fetcher_core.cc',
735 'url_request/url_fetcher_core.h', 737 'url_request/url_fetcher_core.h',
736 'url_request/url_fetcher_delegate.cc', 738 'url_request/url_fetcher_delegate.cc',
737 'url_request/url_fetcher_delegate.h', 739 'url_request/url_fetcher_delegate.h',
738 'url_request/url_fetcher_factory.h', 740 'url_request/url_fetcher_factory.h',
(...skipping 1327 matching lines...) Expand 10 before | Expand all | Expand 10 after
2066 '--result', '<@(_outputs)', 2068 '--result', '<@(_outputs)',
2067 '--isolate', 'net_unittests.isolate', 2069 '--isolate', 'net_unittests.isolate',
2068 ], 2070 ],
2069 }, 2071 },
2070 ], 2072 ],
2071 }, 2073 },
2072 ], 2074 ],
2073 }], 2075 }],
2074 ], 2076 ],
2075 } 2077 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698