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

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 mmenke's comments Created 8 years, 1 month 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 766 matching lines...) Expand 10 before | Expand all | Expand 10 after
777 'udp/udp_socket_libevent.h', 777 'udp/udp_socket_libevent.h',
778 'udp/udp_socket_win.cc', 778 'udp/udp_socket_win.cc',
779 'udp/udp_socket_win.h', 779 'udp/udp_socket_win.h',
780 'url_request/data_protocol_handler.cc', 780 'url_request/data_protocol_handler.cc',
781 'url_request/data_protocol_handler.h', 781 'url_request/data_protocol_handler.h',
782 'url_request/file_protocol_handler.cc', 782 'url_request/file_protocol_handler.cc',
783 'url_request/file_protocol_handler.h', 783 'url_request/file_protocol_handler.h',
784 'url_request/fraudulent_certificate_reporter.h', 784 'url_request/fraudulent_certificate_reporter.h',
785 'url_request/ftp_protocol_handler.cc', 785 'url_request/ftp_protocol_handler.cc',
786 'url_request/ftp_protocol_handler.h', 786 'url_request/ftp_protocol_handler.h',
787 'url_request/http_user_agent_settings.h',
788 'url_request/static_http_user_agent_settings.cc',
789 'url_request/static_http_user_agent_settings.h',
787 'url_request/url_fetcher.cc', 790 'url_request/url_fetcher.cc',
788 'url_request/url_fetcher.h', 791 'url_request/url_fetcher.h',
789 'url_request/url_fetcher_core.cc', 792 'url_request/url_fetcher_core.cc',
790 'url_request/url_fetcher_core.h', 793 'url_request/url_fetcher_core.h',
791 'url_request/url_fetcher_delegate.cc', 794 'url_request/url_fetcher_delegate.cc',
792 'url_request/url_fetcher_delegate.h', 795 'url_request/url_fetcher_delegate.h',
793 'url_request/url_fetcher_factory.h', 796 'url_request/url_fetcher_factory.h',
794 'url_request/url_fetcher_impl.cc', 797 'url_request/url_fetcher_impl.cc',
795 'url_request/url_fetcher_impl.h', 798 'url_request/url_fetcher_impl.h',
796 'url_request/url_request.cc', 799 'url_request/url_request.cc',
(...skipping 1538 matching lines...) Expand 10 before | Expand all | Expand 10 after
2335 '--result', '<@(_outputs)', 2338 '--result', '<@(_outputs)',
2336 '--isolate', 'net_unittests.isolate', 2339 '--isolate', 'net_unittests.isolate',
2337 ], 2340 ],
2338 }, 2341 },
2339 ], 2342 ],
2340 }, 2343 },
2341 ], 2344 ],
2342 }], 2345 }],
2343 ], 2346 ],
2344 } 2347 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698