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

Side by Side Diff: net/net.gyp

Issue 10918279: Provide mutable members of UrlRequestContext via pure-virtual interface (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address erikwright's second round of comments. Created 8 years, 2 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 730 matching lines...) Expand 10 before | Expand all | Expand 10 after
741 'udp/udp_client_socket.h', 741 'udp/udp_client_socket.h',
742 'udp/udp_net_log_parameters.cc', 742 'udp/udp_net_log_parameters.cc',
743 'udp/udp_net_log_parameters.h', 743 'udp/udp_net_log_parameters.h',
744 'udp/udp_server_socket.cc', 744 'udp/udp_server_socket.cc',
745 'udp/udp_server_socket.h', 745 'udp/udp_server_socket.h',
746 'udp/udp_socket.h', 746 'udp/udp_socket.h',
747 'udp/udp_socket_libevent.cc', 747 'udp/udp_socket_libevent.cc',
748 'udp/udp_socket_libevent.h', 748 'udp/udp_socket_libevent.h',
749 'udp/udp_socket_win.cc', 749 'udp/udp_socket_win.cc',
750 'udp/udp_socket_win.h', 750 'udp/udp_socket_win.h',
751 'url_request/const_http_accept_language_and_charset.cc',
752 'url_request/const_http_accept_language_and_charset.h',
753 'url_request/const_http_user_agent_settings.cc',
754 'url_request/const_http_user_agent_settings.h',
751 'url_request/data_protocol_handler.cc', 755 'url_request/data_protocol_handler.cc',
752 'url_request/data_protocol_handler.h', 756 'url_request/data_protocol_handler.h',
753 'url_request/file_protocol_handler.cc', 757 'url_request/file_protocol_handler.cc',
754 'url_request/file_protocol_handler.h', 758 'url_request/file_protocol_handler.h',
755 'url_request/fraudulent_certificate_reporter.h', 759 'url_request/fraudulent_certificate_reporter.h',
756 'url_request/ftp_protocol_handler.cc', 760 'url_request/ftp_protocol_handler.cc',
757 'url_request/ftp_protocol_handler.h', 761 'url_request/ftp_protocol_handler.h',
762 'url_request/http_user_agent_settings.h',
758 'url_request/url_fetcher.cc', 763 'url_request/url_fetcher.cc',
759 'url_request/url_fetcher.h', 764 'url_request/url_fetcher.h',
760 'url_request/url_fetcher_core.cc', 765 'url_request/url_fetcher_core.cc',
761 'url_request/url_fetcher_core.h', 766 'url_request/url_fetcher_core.h',
762 'url_request/url_fetcher_delegate.cc', 767 'url_request/url_fetcher_delegate.cc',
763 'url_request/url_fetcher_delegate.h', 768 'url_request/url_fetcher_delegate.h',
764 'url_request/url_fetcher_factory.h', 769 'url_request/url_fetcher_factory.h',
765 'url_request/url_fetcher_impl.cc', 770 'url_request/url_fetcher_impl.cc',
766 'url_request/url_fetcher_impl.h', 771 'url_request/url_fetcher_impl.h',
767 'url_request/url_request.cc', 772 'url_request/url_request.cc',
(...skipping 1520 matching lines...) Expand 10 before | Expand all | Expand 10 after
2288 '--result', '<@(_outputs)', 2293 '--result', '<@(_outputs)',
2289 '--isolate', 'net_unittests.isolate', 2294 '--isolate', 'net_unittests.isolate',
2290 ], 2295 ],
2291 }, 2296 },
2292 ], 2297 ],
2293 }, 2298 },
2294 ], 2299 ],
2295 }], 2300 }],
2296 ], 2301 ],
2297 } 2302 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698