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

Side by Side Diff: net/net.gypi

Issue 296053012: Replace StreamListenSocket with StreamSocket in HttpServer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use base::StringPiece in some places not to copy data. Created 6 years, 6 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
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 # This file is shared between the regular GYP build, the NaCl GYP build, and 5 # This file is shared between the regular GYP build, the NaCl GYP build, and
6 # the GN build. For GN support, it must have no conditionals or anything like 6 # the GN build. For GN support, it must have no conditionals or anything like
7 # that beyond the simple one-level-deep dictionary of values. 7 # that beyond the simple one-level-deep dictionary of values.
8 { 8 {
9 'variables': { 9 'variables': {
10 # Subset of net source files that are compiled for NaCl (net_nacl target). 10 # Subset of net source files that are compiled for NaCl (net_nacl target).
(...skipping 919 matching lines...) Expand 10 before | Expand all | Expand 10 after
930 'socket/client_socket_pool.cc', 930 'socket/client_socket_pool.cc',
931 'socket/client_socket_pool.h', 931 'socket/client_socket_pool.h',
932 'socket/client_socket_pool_base.cc', 932 'socket/client_socket_pool_base.cc',
933 'socket/client_socket_pool_base.h', 933 'socket/client_socket_pool_base.h',
934 'socket/client_socket_pool_manager.cc', 934 'socket/client_socket_pool_manager.cc',
935 'socket/client_socket_pool_manager.h', 935 'socket/client_socket_pool_manager.h',
936 'socket/client_socket_pool_manager_impl.cc', 936 'socket/client_socket_pool_manager_impl.cc',
937 'socket/client_socket_pool_manager_impl.h', 937 'socket/client_socket_pool_manager_impl.h',
938 'socket/nss_ssl_util.cc', 938 'socket/nss_ssl_util.cc',
939 'socket/nss_ssl_util.h', 939 'socket/nss_ssl_util.h',
940 'socket/server_socket.cc',
940 'socket/server_socket.h', 941 'socket/server_socket.h',
941 'socket/socket_descriptor.cc', 942 'socket/socket_descriptor.cc',
942 'socket/socket_descriptor.h', 943 'socket/socket_descriptor.h',
943 'socket/socket_net_log_params.cc', 944 'socket/socket_net_log_params.cc',
944 'socket/socket_net_log_params.h', 945 'socket/socket_net_log_params.h',
945 'socket/socks5_client_socket.cc', 946 'socket/socks5_client_socket.cc',
946 'socket/socks5_client_socket.h', 947 'socket/socks5_client_socket.h',
947 'socket/socks_client_socket.cc', 948 'socket/socks_client_socket.cc',
948 'socket/socks_client_socket.h', 949 'socket/socks_client_socket.h',
949 'socket/socks_client_socket_pool.cc', 950 'socket/socks_client_socket_pool.cc',
(...skipping 734 matching lines...) Expand 10 before | Expand all | Expand 10 after
1684 'tools/quic/test_tools/quic_test_client.h', 1685 'tools/quic/test_tools/quic_test_client.h',
1685 'tools/quic/test_tools/quic_test_utils.cc', 1686 'tools/quic/test_tools/quic_test_utils.cc',
1686 'tools/quic/test_tools/quic_test_utils.h', 1687 'tools/quic/test_tools/quic_test_utils.h',
1687 'tools/quic/test_tools/server_thread.h', 1688 'tools/quic/test_tools/server_thread.h',
1688 'tools/quic/test_tools/server_thread.cc', 1689 'tools/quic/test_tools/server_thread.cc',
1689 'tools/quic/test_tools/simple_client.h', 1690 'tools/quic/test_tools/simple_client.h',
1690 'tools/quic/test_tools/simple_client.cc', 1691 'tools/quic/test_tools/simple_client.cc',
1691 ], 1692 ],
1692 } 1693 }
1693 } 1694 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698