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 896 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
907 'quic/quic_session.cc', | 907 'quic/quic_session.cc', |
908 'quic/quic_session.h', | 908 'quic/quic_session.h', |
909 'quic/quic_socket_address_coder.cc', | 909 'quic/quic_socket_address_coder.cc', |
910 'quic/quic_socket_address_coder.h', | 910 'quic/quic_socket_address_coder.h', |
911 'quic/quic_stream_factory.cc', | 911 'quic/quic_stream_factory.cc', |
912 'quic/quic_stream_factory.h', | 912 'quic/quic_stream_factory.h', |
913 'quic/quic_stream_sequencer.cc', | 913 'quic/quic_stream_sequencer.cc', |
914 'quic/quic_stream_sequencer.h', | 914 'quic/quic_stream_sequencer.h', |
915 'quic/quic_time.cc', | 915 'quic/quic_time.cc', |
916 'quic/quic_time.h', | 916 'quic/quic_time.h', |
| 917 'quic/quic_types.cc', |
| 918 'quic/quic_types.h', |
917 'quic/quic_unacked_packet_map.cc', | 919 'quic/quic_unacked_packet_map.cc', |
918 'quic/quic_unacked_packet_map.h', | 920 'quic/quic_unacked_packet_map.h', |
919 'quic/quic_utils.cc', | 921 'quic/quic_utils.cc', |
920 'quic/quic_utils.h', | 922 'quic/quic_utils.h', |
921 'quic/quic_utils_chromium.h', | 923 'quic/quic_utils_chromium.h', |
922 'quic/quic_write_blocked_list.cc', | 924 'quic/quic_write_blocked_list.cc', |
923 'quic/quic_write_blocked_list.h', | 925 'quic/quic_write_blocked_list.h', |
924 'quic/reliable_quic_stream.cc', | 926 'quic/reliable_quic_stream.cc', |
925 'quic/reliable_quic_stream.h', | 927 'quic/reliable_quic_stream.h', |
926 'quic/spdy_utils.cc', | 928 'quic/spdy_utils.cc', |
(...skipping 759 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1686 'tools/quic/test_tools/quic_test_client.h', | 1688 'tools/quic/test_tools/quic_test_client.h', |
1687 'tools/quic/test_tools/quic_test_utils.cc', | 1689 'tools/quic/test_tools/quic_test_utils.cc', |
1688 'tools/quic/test_tools/quic_test_utils.h', | 1690 'tools/quic/test_tools/quic_test_utils.h', |
1689 'tools/quic/test_tools/server_thread.h', | 1691 'tools/quic/test_tools/server_thread.h', |
1690 'tools/quic/test_tools/server_thread.cc', | 1692 'tools/quic/test_tools/server_thread.cc', |
1691 'tools/quic/test_tools/simple_client.h', | 1693 'tools/quic/test_tools/simple_client.h', |
1692 'tools/quic/test_tools/simple_client.cc', | 1694 'tools/quic/test_tools/simple_client.cc', |
1693 ], | 1695 ], |
1694 } | 1696 } |
1695 } | 1697 } |
OLD | NEW |