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

Side by Side Diff: net/net.gypi

Issue 348803003: Refactor tcp socket and unix domain socket. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Revert the behavior change of calling RecordFastOpenStatus() Created 6 years, 5 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 929 matching lines...) Expand 10 before | Expand all | Expand 10 after
940 'socket/client_socket_pool.cc', 940 'socket/client_socket_pool.cc',
941 'socket/client_socket_pool.h', 941 'socket/client_socket_pool.h',
942 'socket/client_socket_pool_base.cc', 942 'socket/client_socket_pool_base.cc',
943 'socket/client_socket_pool_base.h', 943 'socket/client_socket_pool_base.h',
944 'socket/client_socket_pool_manager.cc', 944 'socket/client_socket_pool_manager.cc',
945 'socket/client_socket_pool_manager.h', 945 'socket/client_socket_pool_manager.h',
946 'socket/client_socket_pool_manager_impl.cc', 946 'socket/client_socket_pool_manager_impl.cc',
947 'socket/client_socket_pool_manager_impl.h', 947 'socket/client_socket_pool_manager_impl.h',
948 'socket/nss_ssl_util.cc', 948 'socket/nss_ssl_util.cc',
949 'socket/nss_ssl_util.h', 949 'socket/nss_ssl_util.h',
950 'socket/server_socket.cc',
950 'socket/server_socket.h', 951 'socket/server_socket.h',
951 'socket/socket_descriptor.cc', 952 'socket/socket_descriptor.cc',
952 'socket/socket_descriptor.h', 953 'socket/socket_descriptor.h',
954 'socket/socket_libevent.cc',
955 'socket/socket_libevent.h',
953 'socket/socket_net_log_params.cc', 956 'socket/socket_net_log_params.cc',
954 'socket/socket_net_log_params.h', 957 'socket/socket_net_log_params.h',
955 'socket/socks5_client_socket.cc', 958 'socket/socks5_client_socket.cc',
956 'socket/socks5_client_socket.h', 959 'socket/socks5_client_socket.h',
957 'socket/socks_client_socket.cc', 960 'socket/socks_client_socket.cc',
958 'socket/socks_client_socket.h', 961 'socket/socks_client_socket.h',
959 'socket/socks_client_socket_pool.cc', 962 'socket/socks_client_socket_pool.cc',
960 'socket/socks_client_socket_pool.h', 963 'socket/socks_client_socket_pool.h',
961 'socket/ssl_client_socket_nss.cc', 964 'socket/ssl_client_socket_nss.cc',
962 'socket/ssl_client_socket_nss.h', 965 'socket/ssl_client_socket_nss.h',
(...skipping 753 matching lines...) Expand 10 before | Expand all | Expand 10 after
1716 'tools/quic/test_tools/quic_test_client.h', 1719 'tools/quic/test_tools/quic_test_client.h',
1717 'tools/quic/test_tools/quic_test_utils.cc', 1720 'tools/quic/test_tools/quic_test_utils.cc',
1718 'tools/quic/test_tools/quic_test_utils.h', 1721 'tools/quic/test_tools/quic_test_utils.h',
1719 'tools/quic/test_tools/server_thread.h', 1722 'tools/quic/test_tools/server_thread.h',
1720 'tools/quic/test_tools/server_thread.cc', 1723 'tools/quic/test_tools/server_thread.cc',
1721 'tools/quic/test_tools/simple_client.h', 1724 'tools/quic/test_tools/simple_client.h',
1722 'tools/quic/test_tools/simple_client.cc', 1725 'tools/quic/test_tools/simple_client.cc',
1723 ], 1726 ],
1724 } 1727 }
1725 } 1728 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698