| OLD | NEW |
| 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 963 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 974 'socket/stream_listen_socket.cc', | 974 'socket/stream_listen_socket.cc', |
| 975 'socket/stream_listen_socket.h', | 975 'socket/stream_listen_socket.h', |
| 976 'socket/stream_socket.cc', | 976 'socket/stream_socket.cc', |
| 977 'socket/stream_socket.h', | 977 'socket/stream_socket.h', |
| 978 'socket/tcp_client_socket.cc', | 978 'socket/tcp_client_socket.cc', |
| 979 'socket/tcp_client_socket.h', | 979 'socket/tcp_client_socket.h', |
| 980 'socket/tcp_listen_socket.cc', | 980 'socket/tcp_listen_socket.cc', |
| 981 'socket/tcp_listen_socket.h', | 981 'socket/tcp_listen_socket.h', |
| 982 'socket/tcp_server_socket.cc', | 982 'socket/tcp_server_socket.cc', |
| 983 'socket/tcp_server_socket.h', | 983 'socket/tcp_server_socket.h', |
| 984 'socket/tcp_socket.cc', | |
| 985 'socket/tcp_socket.h', | 984 'socket/tcp_socket.h', |
| 986 'socket/tcp_socket_libevent.cc', | 985 'socket/tcp_socket_libevent.cc', |
| 987 'socket/tcp_socket_libevent.h', | 986 'socket/tcp_socket_libevent.h', |
| 988 'socket/tcp_socket_win.cc', | 987 'socket/tcp_socket_win.cc', |
| 989 'socket/tcp_socket_win.h', | 988 'socket/tcp_socket_win.h', |
| 990 'socket/transport_client_socket_pool.cc', | 989 'socket/transport_client_socket_pool.cc', |
| 991 'socket/transport_client_socket_pool.h', | 990 'socket/transport_client_socket_pool.h', |
| 992 'socket/unix_domain_client_socket_posix.cc', | 991 'socket/unix_domain_client_socket_posix.cc', |
| 993 'socket/unix_domain_client_socket_posix.h', | 992 'socket/unix_domain_client_socket_posix.h', |
| 994 'socket/unix_domain_listen_socket_posix.cc', | 993 'socket/unix_domain_listen_socket_posix.cc', |
| (...skipping 742 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1737 'tools/quic/test_tools/quic_test_client.h', | 1736 'tools/quic/test_tools/quic_test_client.h', |
| 1738 'tools/quic/test_tools/quic_test_utils.cc', | 1737 'tools/quic/test_tools/quic_test_utils.cc', |
| 1739 'tools/quic/test_tools/quic_test_utils.h', | 1738 'tools/quic/test_tools/quic_test_utils.h', |
| 1740 'tools/quic/test_tools/server_thread.h', | 1739 'tools/quic/test_tools/server_thread.h', |
| 1741 'tools/quic/test_tools/server_thread.cc', | 1740 'tools/quic/test_tools/server_thread.cc', |
| 1742 'tools/quic/test_tools/simple_client.h', | 1741 'tools/quic/test_tools/simple_client.h', |
| 1743 'tools/quic/test_tools/simple_client.cc', | 1742 'tools/quic/test_tools/simple_client.cc', |
| 1744 ], | 1743 ], |
| 1745 } | 1744 } |
| 1746 } | 1745 } |
| OLD | NEW |