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

Side by Side Diff: net/net.gyp

Issue 23454010: POSIX only: Move client socket functionality from TCPClientSocket into TCPSocket. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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
« no previous file with comments | « no previous file | net/socket/tcp_client_socket.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'use_tracing_cache_backend%': 0, 10 'use_tracing_cache_backend%': 0,
(...skipping 884 matching lines...) Expand 10 before | Expand all | Expand 10 after
895 'socket/ssl_server_socket_nss.cc', 895 'socket/ssl_server_socket_nss.cc',
896 'socket/ssl_server_socket_nss.h', 896 'socket/ssl_server_socket_nss.h',
897 'socket/ssl_server_socket_openssl.cc', 897 'socket/ssl_server_socket_openssl.cc',
898 'socket/ssl_socket.h', 898 'socket/ssl_socket.h',
899 'socket/stream_listen_socket.cc', 899 'socket/stream_listen_socket.cc',
900 'socket/stream_listen_socket.h', 900 'socket/stream_listen_socket.h',
901 'socket/stream_socket.cc', 901 'socket/stream_socket.cc',
902 'socket/stream_socket.h', 902 'socket/stream_socket.h',
903 'socket/tcp_client_socket.cc', 903 'socket/tcp_client_socket.cc',
904 'socket/tcp_client_socket.h', 904 'socket/tcp_client_socket.h',
905 'socket/tcp_client_socket_libevent.cc',
906 'socket/tcp_client_socket_libevent.h',
907 'socket/tcp_listen_socket.cc', 905 'socket/tcp_listen_socket.cc',
908 'socket/tcp_listen_socket.h', 906 'socket/tcp_listen_socket.h',
909 'socket/tcp_server_socket.cc', 907 'socket/tcp_server_socket.cc',
910 'socket/tcp_server_socket.h', 908 'socket/tcp_server_socket.h',
909 'socket/tcp_socket.cc',
911 'socket/tcp_socket.h', 910 'socket/tcp_socket.h',
912 'socket/tcp_socket_libevent.cc', 911 'socket/tcp_socket_libevent.cc',
913 'socket/tcp_socket_libevent.h', 912 'socket/tcp_socket_libevent.h',
914 'socket/tcp_socket_win.cc', 913 'socket/tcp_socket_win.cc',
915 'socket/tcp_socket_win.h', 914 'socket/tcp_socket_win.h',
916 'socket/transport_client_socket_pool.cc', 915 'socket/transport_client_socket_pool.cc',
917 'socket/transport_client_socket_pool.h', 916 'socket/transport_client_socket_pool.h',
918 'socket/unix_domain_socket_posix.cc', 917 'socket/unix_domain_socket_posix.cc',
919 'socket/unix_domain_socket_posix.h', 918 'socket/unix_domain_socket_posix.h',
920 'socket_stream/socket_stream.cc', 919 'socket_stream/socket_stream.cc',
(...skipping 439 matching lines...) Expand 10 before | Expand all | Expand 10 after
1360 'dns/mdns_client_impl.h', 1359 'dns/mdns_client_impl.h',
1361 'dns/record_parsed.cc', 1360 'dns/record_parsed.cc',
1362 'dns/record_parsed.h', 1361 'dns/record_parsed.h',
1363 'dns/record_rdata.cc', 1362 'dns/record_rdata.cc',
1364 'dns/record_rdata.h', 1363 'dns/record_rdata.h',
1365 ] 1364 ]
1366 }], 1365 }],
1367 [ 'OS == "win"', { 1366 [ 'OS == "win"', {
1368 'sources!': [ 1367 'sources!': [
1369 'http/http_auth_handler_ntlm_portable.cc', 1368 'http/http_auth_handler_ntlm_portable.cc',
1370 'socket/tcp_client_socket_libevent.cc',
1371 'socket/tcp_client_socket_libevent.h',
1372 'socket/tcp_socket_libevent.cc', 1369 'socket/tcp_socket_libevent.cc',
1373 'socket/tcp_socket_libevent.h', 1370 'socket/tcp_socket_libevent.h',
1374 'ssl/client_cert_store_impl_nss.cc', 1371 'ssl/client_cert_store_impl_nss.cc',
1375 'udp/udp_socket_libevent.cc', 1372 'udp/udp_socket_libevent.cc',
1376 'udp/udp_socket_libevent.h', 1373 'udp/udp_socket_libevent.h',
1377 ], 1374 ],
1378 'dependencies': [ 1375 'dependencies': [
1379 '../third_party/nss/nss.gyp:nspr', 1376 '../third_party/nss/nss.gyp:nspr',
1380 '../third_party/nss/nss.gyp:nss', 1377 '../third_party/nss/nss.gyp:nss',
1381 'third_party/nss/ssl.gyp:libssl', 1378 'third_party/nss/ssl.gyp:libssl',
(...skipping 1566 matching lines...) Expand 10 before | Expand all | Expand 10 after
2948 'net_unittests.isolate', 2945 'net_unittests.isolate',
2949 ], 2946 ],
2950 'sources': [ 2947 'sources': [
2951 'net_unittests.isolate', 2948 'net_unittests.isolate',
2952 ], 2949 ],
2953 }, 2950 },
2954 ], 2951 ],
2955 }], 2952 }],
2956 ], 2953 ],
2957 } 2954 }
OLDNEW
« no previous file with comments | « no previous file | net/socket/tcp_client_socket.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698