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

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: Fixed nits 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
« no previous file with comments | « content/test/net/url_request_mock_http_job.cc ('k') | net/url_request/file_protocol_handler.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 712 matching lines...) Expand 10 before | Expand all | Expand 10 after
723 'udp/udp_net_log_parameters.h', 723 'udp/udp_net_log_parameters.h',
724 'udp/udp_server_socket.cc', 724 'udp/udp_server_socket.cc',
725 'udp/udp_server_socket.h', 725 'udp/udp_server_socket.h',
726 'udp/udp_socket.h', 726 'udp/udp_socket.h',
727 'udp/udp_socket_libevent.cc', 727 'udp/udp_socket_libevent.cc',
728 'udp/udp_socket_libevent.h', 728 'udp/udp_socket_libevent.h',
729 'udp/udp_socket_win.cc', 729 'udp/udp_socket_win.cc',
730 'udp/udp_socket_win.h', 730 'udp/udp_socket_win.h',
731 'url_request/data_protocol_handler.cc', 731 'url_request/data_protocol_handler.cc',
732 'url_request/data_protocol_handler.h', 732 'url_request/data_protocol_handler.h',
733 'url_request/file_protocol_handler.cc',
734 'url_request/file_protocol_handler.h',
733 'url_request/fraudulent_certificate_reporter.h', 735 'url_request/fraudulent_certificate_reporter.h',
734 'url_request/ftp_protocol_handler.cc', 736 'url_request/ftp_protocol_handler.cc',
735 'url_request/ftp_protocol_handler.h', 737 'url_request/ftp_protocol_handler.h',
736 'url_request/url_fetcher.cc', 738 'url_request/url_fetcher.cc',
737 'url_request/url_fetcher.h', 739 'url_request/url_fetcher.h',
738 'url_request/url_fetcher_core.cc', 740 'url_request/url_fetcher_core.cc',
739 'url_request/url_fetcher_core.h', 741 'url_request/url_fetcher_core.h',
740 'url_request/url_fetcher_delegate.cc', 742 'url_request/url_fetcher_delegate.cc',
741 'url_request/url_fetcher_delegate.h', 743 'url_request/url_fetcher_delegate.h',
742 'url_request/url_fetcher_factory.h', 744 'url_request/url_fetcher_factory.h',
(...skipping 1346 matching lines...) Expand 10 before | Expand all | Expand 10 after
2089 '--result', '<@(_outputs)', 2091 '--result', '<@(_outputs)',
2090 '--isolate', 'net_unittests.isolate', 2092 '--isolate', 'net_unittests.isolate',
2091 ], 2093 ],
2092 }, 2094 },
2093 ], 2095 ],
2094 }, 2096 },
2095 ], 2097 ],
2096 }], 2098 }],
2097 ], 2099 ],
2098 } 2100 }
OLDNEW
« no previous file with comments | « content/test/net/url_request_mock_http_job.cc ('k') | net/url_request/file_protocol_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698