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

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: add TODO 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 760 matching lines...) Expand 10 before | Expand all | Expand 10 after
771 'udp/udp_socket_libevent.h', 771 'udp/udp_socket_libevent.h',
772 'udp/udp_socket_win.cc', 772 'udp/udp_socket_win.cc',
773 'udp/udp_socket_win.h', 773 'udp/udp_socket_win.h',
774 'url_request/data_protocol_handler.cc', 774 'url_request/data_protocol_handler.cc',
775 'url_request/data_protocol_handler.h', 775 'url_request/data_protocol_handler.h',
776 'url_request/file_protocol_handler.cc', 776 'url_request/file_protocol_handler.cc',
777 'url_request/file_protocol_handler.h', 777 'url_request/file_protocol_handler.h',
778 'url_request/fraudulent_certificate_reporter.h', 778 'url_request/fraudulent_certificate_reporter.h',
779 'url_request/ftp_protocol_handler.cc', 779 'url_request/ftp_protocol_handler.cc',
780 'url_request/ftp_protocol_handler.h', 780 'url_request/ftp_protocol_handler.h',
781 'url_request/http_user_agent_settings.h',
782 'url_request/static_http_user_agent_settings.cc',
783 'url_request/static_http_user_agent_settings.h',
781 'url_request/url_fetcher.cc', 784 'url_request/url_fetcher.cc',
782 'url_request/url_fetcher.h', 785 'url_request/url_fetcher.h',
783 'url_request/url_fetcher_core.cc', 786 'url_request/url_fetcher_core.cc',
784 'url_request/url_fetcher_core.h', 787 'url_request/url_fetcher_core.h',
785 'url_request/url_fetcher_delegate.cc', 788 'url_request/url_fetcher_delegate.cc',
786 'url_request/url_fetcher_delegate.h', 789 'url_request/url_fetcher_delegate.h',
787 'url_request/url_fetcher_factory.h', 790 'url_request/url_fetcher_factory.h',
788 'url_request/url_fetcher_impl.cc', 791 'url_request/url_fetcher_impl.cc',
789 'url_request/url_fetcher_impl.h', 792 'url_request/url_fetcher_impl.h',
790 'url_request/url_request.cc', 793 'url_request/url_request.cc',
(...skipping 1535 matching lines...) Expand 10 before | Expand all | Expand 10 after
2326 '--result', '<@(_outputs)', 2329 '--result', '<@(_outputs)',
2327 '--isolate', 'net_unittests.isolate', 2330 '--isolate', 'net_unittests.isolate',
2328 ], 2331 ],
2329 }, 2332 },
2330 ], 2333 ],
2331 }, 2334 },
2332 ], 2335 ],
2333 }], 2336 }],
2334 ], 2337 ],
2335 } 2338 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698