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 1532 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1543 'quic/quic_session_test.cc', | 1543 'quic/quic_session_test.cc', |
1544 'quic/quic_socket_address_coder_test.cc', | 1544 'quic/quic_socket_address_coder_test.cc', |
1545 'quic/quic_stream_factory_test.cc', | 1545 'quic/quic_stream_factory_test.cc', |
1546 'quic/quic_stream_sequencer_test.cc', | 1546 'quic/quic_stream_sequencer_test.cc', |
1547 'quic/quic_time_test.cc', | 1547 'quic/quic_time_test.cc', |
1548 'quic/quic_unacked_packet_map_test.cc', | 1548 'quic/quic_unacked_packet_map_test.cc', |
1549 'quic/quic_utils_chromium_test.cc', | 1549 'quic/quic_utils_chromium_test.cc', |
1550 'quic/quic_utils_test.cc', | 1550 'quic/quic_utils_test.cc', |
1551 'quic/quic_write_blocked_list_test.cc', | 1551 'quic/quic_write_blocked_list_test.cc', |
1552 'quic/reliable_quic_stream_test.cc', | 1552 'quic/reliable_quic_stream_test.cc', |
| 1553 'server/http_connection_unittest.cc', |
1553 'server/http_server_response_info_unittest.cc', | 1554 'server/http_server_response_info_unittest.cc', |
1554 'server/http_server_unittest.cc', | 1555 'server/http_server_unittest.cc', |
1555 'socket/client_socket_pool_base_unittest.cc', | 1556 'socket/client_socket_pool_base_unittest.cc', |
1556 'socket/deterministic_socket_data_unittest.cc', | 1557 'socket/deterministic_socket_data_unittest.cc', |
1557 'socket/mock_client_socket_pool_manager.cc', | 1558 'socket/mock_client_socket_pool_manager.cc', |
1558 'socket/mock_client_socket_pool_manager.h', | 1559 'socket/mock_client_socket_pool_manager.h', |
1559 'socket/socks5_client_socket_unittest.cc', | 1560 'socket/socks5_client_socket_unittest.cc', |
1560 'socket/socks_client_socket_pool_unittest.cc', | 1561 'socket/socks_client_socket_pool_unittest.cc', |
1561 'socket/socks_client_socket_unittest.cc', | 1562 'socket/socks_client_socket_unittest.cc', |
1562 'socket/ssl_client_socket_openssl_unittest.cc', | 1563 'socket/ssl_client_socket_openssl_unittest.cc', |
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1728 'tools/quic/test_tools/quic_test_client.h', | 1729 'tools/quic/test_tools/quic_test_client.h', |
1729 'tools/quic/test_tools/quic_test_utils.cc', | 1730 'tools/quic/test_tools/quic_test_utils.cc', |
1730 'tools/quic/test_tools/quic_test_utils.h', | 1731 'tools/quic/test_tools/quic_test_utils.h', |
1731 'tools/quic/test_tools/server_thread.h', | 1732 'tools/quic/test_tools/server_thread.h', |
1732 'tools/quic/test_tools/server_thread.cc', | 1733 'tools/quic/test_tools/server_thread.cc', |
1733 'tools/quic/test_tools/simple_client.h', | 1734 'tools/quic/test_tools/simple_client.h', |
1734 'tools/quic/test_tools/simple_client.cc', | 1735 'tools/quic/test_tools/simple_client.cc', |
1735 ], | 1736 ], |
1736 } | 1737 } |
1737 } | 1738 } |
OLD | NEW |