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

Side by Side Diff: net/net.gypi

Issue 1053343002: Use TCPServerSocket instead of TCPListenSocket in transport_client_socket_unittest.cc (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Moved tests to tcp_client_socket_unittests.cc Created 5 years, 8 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 1618 matching lines...) Expand 10 before | Expand all | Expand 10 after
1629 'socket/ssl_client_socket_unittest.cc', 1629 'socket/ssl_client_socket_unittest.cc',
1630 'socket/ssl_server_socket_unittest.cc', 1630 'socket/ssl_server_socket_unittest.cc',
1631 'socket/tcp_client_socket_unittest.cc', 1631 'socket/tcp_client_socket_unittest.cc',
1632 'socket/tcp_listen_socket_unittest.cc', 1632 'socket/tcp_listen_socket_unittest.cc',
1633 'socket/tcp_listen_socket_unittest.h', 1633 'socket/tcp_listen_socket_unittest.h',
1634 'socket/tcp_server_socket_unittest.cc', 1634 'socket/tcp_server_socket_unittest.cc',
1635 'socket/tcp_socket_unittest.cc', 1635 'socket/tcp_socket_unittest.cc',
1636 'socket/transport_client_socket_pool_test_util.cc', 1636 'socket/transport_client_socket_pool_test_util.cc',
1637 'socket/transport_client_socket_pool_test_util.h', 1637 'socket/transport_client_socket_pool_test_util.h',
1638 'socket/transport_client_socket_pool_unittest.cc', 1638 'socket/transport_client_socket_pool_unittest.cc',
1639 'socket/transport_client_socket_unittest.cc',
1640 'socket/unix_domain_client_socket_posix_unittest.cc', 1639 'socket/unix_domain_client_socket_posix_unittest.cc',
1641 'socket/unix_domain_listen_socket_posix_unittest.cc', 1640 'socket/unix_domain_listen_socket_posix_unittest.cc',
1642 'socket/unix_domain_server_socket_posix_unittest.cc', 1641 'socket/unix_domain_server_socket_posix_unittest.cc',
1643 'socket/websocket_endpoint_lock_manager_unittest.cc', 1642 'socket/websocket_endpoint_lock_manager_unittest.cc',
1644 'socket/websocket_transport_client_socket_pool_unittest.cc', 1643 'socket/websocket_transport_client_socket_pool_unittest.cc',
1645 'spdy/buffered_spdy_framer_unittest.cc', 1644 'spdy/buffered_spdy_framer_unittest.cc',
1646 'spdy/fuzzing/hpack_fuzz_util_test.cc', 1645 'spdy/fuzzing/hpack_fuzz_util_test.cc',
1647 'spdy/hpack_decoder_test.cc', 1646 'spdy/hpack_decoder_test.cc',
1648 'spdy/hpack_encoder_test.cc', 1647 'spdy/hpack_encoder_test.cc',
1649 'spdy/hpack_entry_test.cc', 1648 'spdy/hpack_entry_test.cc',
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
1804 'base/mac/url_conversions_unittest.mm', 1803 'base/mac/url_conversions_unittest.mm',
1805 ], 1804 ],
1806 'net_docs_script': 'tools/net_docs/net_docs.py', 1805 'net_docs_script': 'tools/net_docs/net_docs.py',
1807 'net_docs_sources': [ 1806 'net_docs_sources': [
1808 'README.md', 1807 'README.md',
1809 'sdch/README.md', 1808 'sdch/README.md',
1810 ], 1809 ],
1811 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', 1810 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs',
1812 } 1811 }
1813 } 1812 }
OLDNEW
« no previous file with comments | « no previous file | net/socket/tcp_client_socket_unittest.cc » ('j') | net/socket/tcp_client_socket_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698