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 1492 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1503 'quic/quic_received_packet_manager_test.cc', | 1503 'quic/quic_received_packet_manager_test.cc', |
1504 'quic/quic_reliable_client_stream_test.cc', | 1504 'quic/quic_reliable_client_stream_test.cc', |
1505 'quic/quic_sent_entropy_manager_test.cc', | 1505 'quic/quic_sent_entropy_manager_test.cc', |
1506 'quic/quic_sent_packet_manager_test.cc', | 1506 'quic/quic_sent_packet_manager_test.cc', |
1507 'quic/quic_server_id_test.cc', | 1507 'quic/quic_server_id_test.cc', |
1508 'quic/quic_session_test.cc', | 1508 'quic/quic_session_test.cc', |
1509 'quic/quic_socket_address_coder_test.cc', | 1509 'quic/quic_socket_address_coder_test.cc', |
1510 'quic/quic_stream_factory_test.cc', | 1510 'quic/quic_stream_factory_test.cc', |
1511 'quic/quic_stream_sequencer_test.cc', | 1511 'quic/quic_stream_sequencer_test.cc', |
1512 'quic/quic_time_test.cc', | 1512 'quic/quic_time_test.cc', |
| 1513 'quic/quic_unacked_packet_map_test.cc', |
1513 'quic/quic_utils_chromium_test.cc', | 1514 'quic/quic_utils_chromium_test.cc', |
1514 'quic/quic_utils_test.cc', | 1515 'quic/quic_utils_test.cc', |
1515 'quic/quic_write_blocked_list_test.cc', | 1516 'quic/quic_write_blocked_list_test.cc', |
1516 'quic/reliable_quic_stream_test.cc', | 1517 'quic/reliable_quic_stream_test.cc', |
1517 'server/http_server_response_info_unittest.cc', | 1518 'server/http_server_response_info_unittest.cc', |
1518 'server/http_server_unittest.cc', | 1519 'server/http_server_unittest.cc', |
1519 'socket/client_socket_pool_base_unittest.cc', | 1520 'socket/client_socket_pool_base_unittest.cc', |
1520 'socket/deterministic_socket_data_unittest.cc', | 1521 'socket/deterministic_socket_data_unittest.cc', |
1521 'socket/mock_client_socket_pool_manager.cc', | 1522 'socket/mock_client_socket_pool_manager.cc', |
1522 'socket/mock_client_socket_pool_manager.h', | 1523 'socket/mock_client_socket_pool_manager.h', |
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1685 'tools/quic/test_tools/quic_test_client.h', | 1686 'tools/quic/test_tools/quic_test_client.h', |
1686 'tools/quic/test_tools/quic_test_utils.cc', | 1687 'tools/quic/test_tools/quic_test_utils.cc', |
1687 'tools/quic/test_tools/quic_test_utils.h', | 1688 'tools/quic/test_tools/quic_test_utils.h', |
1688 'tools/quic/test_tools/server_thread.h', | 1689 'tools/quic/test_tools/server_thread.h', |
1689 'tools/quic/test_tools/server_thread.cc', | 1690 'tools/quic/test_tools/server_thread.cc', |
1690 'tools/quic/test_tools/simple_client.h', | 1691 'tools/quic/test_tools/simple_client.h', |
1691 'tools/quic/test_tools/simple_client.cc', | 1692 'tools/quic/test_tools/simple_client.cc', |
1692 ], | 1693 ], |
1693 } | 1694 } |
1694 } | 1695 } |
OLD | NEW |