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 1507 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1518 'quic/test_tools/test_task_runner.cc', | 1518 'quic/test_tools/test_task_runner.cc', |
1519 'quic/test_tools/test_task_runner.h', | 1519 'quic/test_tools/test_task_runner.h', |
1520 'quic/quic_ack_notifier_test.cc', | 1520 'quic/quic_ack_notifier_test.cc', |
1521 'quic/quic_address_mismatch_test.cc', | 1521 'quic/quic_address_mismatch_test.cc', |
1522 'quic/quic_alarm_test.cc', | 1522 'quic/quic_alarm_test.cc', |
1523 'quic/quic_bandwidth_test.cc', | 1523 'quic/quic_bandwidth_test.cc', |
1524 'quic/quic_client_session_test.cc', | 1524 'quic/quic_client_session_test.cc', |
1525 'quic/quic_clock_test.cc', | 1525 'quic/quic_clock_test.cc', |
1526 'quic/quic_config_test.cc', | 1526 'quic/quic_config_test.cc', |
1527 'quic/quic_connection_helper_test.cc', | 1527 'quic/quic_connection_helper_test.cc', |
| 1528 'quic/quic_connection_logger_unittest.cc', |
1528 'quic/quic_connection_test.cc', | 1529 'quic/quic_connection_test.cc', |
1529 'quic/quic_crypto_client_stream_test.cc', | 1530 'quic/quic_crypto_client_stream_test.cc', |
1530 'quic/quic_crypto_server_stream_test.cc', | 1531 'quic/quic_crypto_server_stream_test.cc', |
1531 'quic/quic_crypto_stream_test.cc', | 1532 'quic/quic_crypto_stream_test.cc', |
1532 'quic/quic_data_stream_test.cc', | 1533 'quic/quic_data_stream_test.cc', |
1533 'quic/quic_data_writer_test.cc', | 1534 'quic/quic_data_writer_test.cc', |
1534 'quic/quic_fec_group_test.cc', | 1535 'quic/quic_fec_group_test.cc', |
1535 'quic/quic_flow_controller_test.cc', | 1536 'quic/quic_flow_controller_test.cc', |
1536 'quic/quic_framer_test.cc', | 1537 'quic/quic_framer_test.cc', |
1537 'quic/quic_headers_stream_test.cc', | 1538 'quic/quic_headers_stream_test.cc', |
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1738 'tools/quic/test_tools/quic_test_client.h', | 1739 'tools/quic/test_tools/quic_test_client.h', |
1739 'tools/quic/test_tools/quic_test_utils.cc', | 1740 'tools/quic/test_tools/quic_test_utils.cc', |
1740 'tools/quic/test_tools/quic_test_utils.h', | 1741 'tools/quic/test_tools/quic_test_utils.h', |
1741 'tools/quic/test_tools/server_thread.h', | 1742 'tools/quic/test_tools/server_thread.h', |
1742 'tools/quic/test_tools/server_thread.cc', | 1743 'tools/quic/test_tools/server_thread.cc', |
1743 'tools/quic/test_tools/simple_client.h', | 1744 'tools/quic/test_tools/simple_client.h', |
1744 'tools/quic/test_tools/simple_client.cc', | 1745 'tools/quic/test_tools/simple_client.cc', |
1745 ], | 1746 ], |
1746 } | 1747 } |
1747 } | 1748 } |
OLD | NEW |