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

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: lint fixes 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 732 matching lines...) Expand 10 before | Expand all | Expand 10 after
743 'udp/udp_client_socket.h', 743 'udp/udp_client_socket.h',
744 'udp/udp_net_log_parameters.cc', 744 'udp/udp_net_log_parameters.cc',
745 'udp/udp_net_log_parameters.h', 745 'udp/udp_net_log_parameters.h',
746 'udp/udp_server_socket.cc', 746 'udp/udp_server_socket.cc',
747 'udp/udp_server_socket.h', 747 'udp/udp_server_socket.h',
748 'udp/udp_socket.h', 748 'udp/udp_socket.h',
749 'udp/udp_socket_libevent.cc', 749 'udp/udp_socket_libevent.cc',
750 'udp/udp_socket_libevent.h', 750 'udp/udp_socket_libevent.h',
751 'udp/udp_socket_win.cc', 751 'udp/udp_socket_win.cc',
752 'udp/udp_socket_win.h', 752 'udp/udp_socket_win.h',
753 'url_request/const_http_accept_language_and_charset.cc',
754 'url_request/const_http_accept_language_and_charset.h',
755 'url_request/const_http_user_agent_settings.cc',
756 'url_request/const_http_user_agent_settings.h',
753 'url_request/data_protocol_handler.cc', 757 'url_request/data_protocol_handler.cc',
754 'url_request/data_protocol_handler.h', 758 'url_request/data_protocol_handler.h',
755 'url_request/file_protocol_handler.cc', 759 'url_request/file_protocol_handler.cc',
756 'url_request/file_protocol_handler.h', 760 'url_request/file_protocol_handler.h',
757 'url_request/fraudulent_certificate_reporter.h', 761 'url_request/fraudulent_certificate_reporter.h',
758 'url_request/ftp_protocol_handler.cc', 762 'url_request/ftp_protocol_handler.cc',
759 'url_request/ftp_protocol_handler.h', 763 'url_request/ftp_protocol_handler.h',
764 'url_request/http_user_agent_settings.h',
760 'url_request/url_fetcher.cc', 765 'url_request/url_fetcher.cc',
761 'url_request/url_fetcher.h', 766 'url_request/url_fetcher.h',
762 'url_request/url_fetcher_core.cc', 767 'url_request/url_fetcher_core.cc',
763 'url_request/url_fetcher_core.h', 768 'url_request/url_fetcher_core.h',
764 'url_request/url_fetcher_delegate.cc', 769 'url_request/url_fetcher_delegate.cc',
765 'url_request/url_fetcher_delegate.h', 770 'url_request/url_fetcher_delegate.h',
766 'url_request/url_fetcher_factory.h', 771 'url_request/url_fetcher_factory.h',
767 'url_request/url_fetcher_impl.cc', 772 'url_request/url_fetcher_impl.cc',
768 'url_request/url_fetcher_impl.h', 773 'url_request/url_fetcher_impl.h',
769 'url_request/url_request.cc', 774 'url_request/url_request.cc',
(...skipping 1537 matching lines...) Expand 10 before | Expand all | Expand 10 after
2307 '--result', '<@(_outputs)', 2312 '--result', '<@(_outputs)',
2308 '--isolate', 'net_unittests.isolate', 2313 '--isolate', 'net_unittests.isolate',
2309 ], 2314 ],
2310 }, 2315 },
2311 ], 2316 ],
2312 }, 2317 },
2313 ], 2318 ],
2314 }], 2319 }],
2315 ], 2320 ],
2316 } 2321 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698