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

Side by Side Diff: net/net.gyp

Issue 330016: Add proxy basic auth support in net/socket_stream. (Closed)
Patch Set: update comment Created 11 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
« no previous file with comments | « no previous file | net/socket_stream/socket_stream.h » ('j') | net/socket_stream/socket_stream.cc » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 613 matching lines...) Expand 10 before | Expand all | Expand 10 after
624 'proxy/proxy_server_unittest.cc', 624 'proxy/proxy_server_unittest.cc',
625 'proxy/proxy_service_unittest.cc', 625 'proxy/proxy_service_unittest.cc',
626 'proxy/single_threaded_proxy_resolver_unittest.cc', 626 'proxy/single_threaded_proxy_resolver_unittest.cc',
627 'socket/client_socket_pool_base_unittest.cc', 627 'socket/client_socket_pool_base_unittest.cc',
628 'socket/socks5_client_socket_unittest.cc', 628 'socket/socks5_client_socket_unittest.cc',
629 'socket/socks_client_socket_unittest.cc', 629 'socket/socks_client_socket_unittest.cc',
630 'socket/ssl_client_socket_unittest.cc', 630 'socket/ssl_client_socket_unittest.cc',
631 'socket/tcp_client_socket_pool_unittest.cc', 631 'socket/tcp_client_socket_pool_unittest.cc',
632 'socket/tcp_client_socket_unittest.cc', 632 'socket/tcp_client_socket_unittest.cc',
633 'socket/tcp_pinger_unittest.cc', 633 'socket/tcp_pinger_unittest.cc',
634 'socket_stream/socket_stream_unittest.cc',
634 'url_request/url_request_tracker_unittest.cc', 635 'url_request/url_request_tracker_unittest.cc',
635 'url_request/url_request_unittest.cc', 636 'url_request/url_request_unittest.cc',
636 'url_request/url_request_unittest.h', 637 'url_request/url_request_unittest.h',
637 'websockets/websocket_unittest.cc', 638 'websockets/websocket_unittest.cc',
638 ], 639 ],
639 'conditions': [ 640 'conditions': [
640 [ 'OS == "win"', { 641 [ 'OS == "win"', {
641 'sources/': [ ['exclude', '_(mac|linux|posix)_unittest\\.cc$'] ], 642 'sources/': [ ['exclude', '_(mac|linux|posix)_unittest\\.cc$'] ],
642 }, 643 },
643 ], 644 ],
(...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after
848 ], 849 ],
849 }], 850 }],
850 ], 851 ],
851 } 852 }
852 853
853 # Local Variables: 854 # Local Variables:
854 # tab-width:2 855 # tab-width:2
855 # indent-tabs-mode:nil 856 # indent-tabs-mode:nil
856 # End: 857 # End:
857 # vim: set expandtab tabstop=2 shiftwidth=2: 858 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | net/socket_stream/socket_stream.h » ('j') | net/socket_stream/socket_stream.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698