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

Side by Side Diff: net/net.gypi

Issue 497223003: Revert of Replace StreamListenSocket with StreamSocket in HttpServer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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
« no previous file with comments | « mojo/spy/websocket_server.cc ('k') | net/server/http_connection.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 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 1540 matching lines...) Expand 10 before | Expand all | Expand 10 after
1551 'quic/quic_socket_address_coder_test.cc', 1551 'quic/quic_socket_address_coder_test.cc',
1552 'quic/quic_stream_factory_test.cc', 1552 'quic/quic_stream_factory_test.cc',
1553 'quic/quic_stream_sequencer_test.cc', 1553 'quic/quic_stream_sequencer_test.cc',
1554 'quic/quic_sustained_bandwidth_recorder_test.cc', 1554 'quic/quic_sustained_bandwidth_recorder_test.cc',
1555 'quic/quic_time_test.cc', 1555 'quic/quic_time_test.cc',
1556 'quic/quic_unacked_packet_map_test.cc', 1556 'quic/quic_unacked_packet_map_test.cc',
1557 'quic/quic_utils_chromium_test.cc', 1557 'quic/quic_utils_chromium_test.cc',
1558 'quic/quic_utils_test.cc', 1558 'quic/quic_utils_test.cc',
1559 'quic/quic_write_blocked_list_test.cc', 1559 'quic/quic_write_blocked_list_test.cc',
1560 'quic/reliable_quic_stream_test.cc', 1560 'quic/reliable_quic_stream_test.cc',
1561 'server/http_connection_unittest.cc',
1562 'server/http_server_response_info_unittest.cc', 1561 'server/http_server_response_info_unittest.cc',
1563 'server/http_server_unittest.cc', 1562 'server/http_server_unittest.cc',
1564 'socket/client_socket_pool_base_unittest.cc', 1563 'socket/client_socket_pool_base_unittest.cc',
1565 'socket/deterministic_socket_data_unittest.cc', 1564 'socket/deterministic_socket_data_unittest.cc',
1566 'socket/mock_client_socket_pool_manager.cc', 1565 'socket/mock_client_socket_pool_manager.cc',
1567 'socket/mock_client_socket_pool_manager.h', 1566 'socket/mock_client_socket_pool_manager.h',
1568 'socket/socks5_client_socket_unittest.cc', 1567 'socket/socks5_client_socket_unittest.cc',
1569 'socket/socks_client_socket_pool_unittest.cc', 1568 'socket/socks_client_socket_pool_unittest.cc',
1570 'socket/socks_client_socket_unittest.cc', 1569 'socket/socks_client_socket_unittest.cc',
1571 'socket/ssl_client_socket_openssl_unittest.cc', 1570 'socket/ssl_client_socket_openssl_unittest.cc',
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 }
OLDNEW
« no previous file with comments | « mojo/spy/websocket_server.cc ('k') | net/server/http_connection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698