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 861 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
872 'quic/quic_crypto_stream.cc', | 872 'quic/quic_crypto_stream.cc', |
873 'quic/quic_crypto_stream.h', | 873 'quic/quic_crypto_stream.h', |
874 'quic/quic_data_reader.cc', | 874 'quic/quic_data_reader.cc', |
875 'quic/quic_data_reader.h', | 875 'quic/quic_data_reader.h', |
876 'quic/quic_data_stream.cc', | 876 'quic/quic_data_stream.cc', |
877 'quic/quic_data_stream.h', | 877 'quic/quic_data_stream.h', |
878 'quic/quic_data_writer.cc', | 878 'quic/quic_data_writer.cc', |
879 'quic/quic_data_writer.h', | 879 'quic/quic_data_writer.h', |
880 'quic/quic_default_packet_writer.cc', | 880 'quic/quic_default_packet_writer.cc', |
881 'quic/quic_default_packet_writer.h', | 881 'quic/quic_default_packet_writer.h', |
882 'quic/quic_dispatcher.cc', | |
883 'quic/quic_dispatcher.h', | |
882 'quic/quic_fec_group.cc', | 884 'quic/quic_fec_group.cc', |
883 'quic/quic_fec_group.h', | 885 'quic/quic_fec_group.h', |
884 'quic/quic_flags.cc', | 886 'quic/quic_flags.cc', |
885 'quic/quic_flags.h', | 887 'quic/quic_flags.h', |
886 'quic/quic_flow_controller.cc', | 888 'quic/quic_flow_controller.cc', |
887 'quic/quic_flow_controller.h', | 889 'quic/quic_flow_controller.h', |
888 'quic/quic_framer.cc', | 890 'quic/quic_framer.cc', |
889 'quic/quic_framer.h', | 891 'quic/quic_framer.h', |
890 'quic/quic_headers_stream.cc', | 892 'quic/quic_headers_stream.cc', |
891 'quic/quic_headers_stream.h', | 893 'quic/quic_headers_stream.h', |
892 'quic/quic_http_stream.cc', | 894 'quic/quic_http_stream.cc', |
893 'quic/quic_http_stream.h', | 895 'quic/quic_http_stream.h', |
894 'quic/quic_http_utils.cc', | 896 'quic/quic_http_utils.cc', |
895 'quic/quic_http_utils.h', | 897 'quic/quic_http_utils.h', |
898 'quic/quic_in_memory_cache.cc', | |
899 'quic/quic_in_memory_cache.h', | |
wtc
2014/07/02 01:01:41
These should go into some target that is only used
dmz
2014/07/02 01:28:17
That's a good point. Unfortunately, currently, Qui
| |
896 'quic/quic_packet_creator.cc', | 900 'quic/quic_packet_creator.cc', |
897 'quic/quic_packet_creator.h', | 901 'quic/quic_packet_creator.h', |
898 'quic/quic_packet_generator.cc', | 902 'quic/quic_packet_generator.cc', |
899 'quic/quic_packet_generator.h', | 903 'quic/quic_packet_generator.h', |
900 'quic/quic_packet_writer.h', | 904 'quic/quic_packet_writer.h', |
905 'quic/quic_per_connection_packet_writer.cc', | |
906 'quic/quic_per_connection_packet_writer.h', | |
901 'quic/quic_protocol.cc', | 907 'quic/quic_protocol.cc', |
902 'quic/quic_protocol.h', | 908 'quic/quic_protocol.h', |
903 'quic/quic_received_packet_manager.cc', | 909 'quic/quic_received_packet_manager.cc', |
904 'quic/quic_received_packet_manager.h', | 910 'quic/quic_received_packet_manager.h', |
905 'quic/quic_reliable_client_stream.cc', | 911 'quic/quic_reliable_client_stream.cc', |
906 'quic/quic_reliable_client_stream.h', | 912 'quic/quic_reliable_client_stream.h', |
907 'quic/quic_sent_entropy_manager.cc', | 913 'quic/quic_sent_entropy_manager.cc', |
908 'quic/quic_sent_entropy_manager.h', | 914 'quic/quic_sent_entropy_manager.h', |
909 'quic/quic_sent_packet_manager.cc', | 915 'quic/quic_sent_packet_manager.cc', |
910 'quic/quic_sent_packet_manager.h', | 916 'quic/quic_sent_packet_manager.h', |
917 'quic/quic_server.cc', | |
918 'quic/quic_server.h', | |
911 'quic/quic_server_id.cc', | 919 'quic/quic_server_id.cc', |
912 'quic/quic_server_id.h', | 920 'quic/quic_server_id.h', |
921 'quic/quic_server_packet_writer.cc', | |
922 'quic/quic_server_packet_writer.h', | |
923 'quic/quic_server_session.cc', | |
924 'quic/quic_server_session.h', | |
913 'quic/quic_session.cc', | 925 'quic/quic_session.cc', |
914 'quic/quic_session.h', | 926 'quic/quic_session.h', |
915 'quic/quic_socket_address_coder.cc', | 927 'quic/quic_socket_address_coder.cc', |
916 'quic/quic_socket_address_coder.h', | 928 'quic/quic_socket_address_coder.h', |
929 'quic/quic_spdy_server_stream.cc', | |
930 'quic/quic_spdy_server_stream.h', | |
917 'quic/quic_stream_factory.cc', | 931 'quic/quic_stream_factory.cc', |
918 'quic/quic_stream_factory.h', | 932 'quic/quic_stream_factory.h', |
919 'quic/quic_stream_sequencer.cc', | 933 'quic/quic_stream_sequencer.cc', |
920 'quic/quic_stream_sequencer.h', | 934 'quic/quic_stream_sequencer.h', |
921 'quic/quic_time.cc', | 935 'quic/quic_time.cc', |
922 'quic/quic_time.h', | 936 'quic/quic_time.h', |
937 'quic/quic_time_wait_list_manager.cc', | |
938 'quic/quic_time_wait_list_manager.h', | |
923 'quic/quic_types.cc', | 939 'quic/quic_types.cc', |
924 'quic/quic_types.h', | 940 'quic/quic_types.h', |
925 'quic/quic_unacked_packet_map.cc', | 941 'quic/quic_unacked_packet_map.cc', |
926 'quic/quic_unacked_packet_map.h', | 942 'quic/quic_unacked_packet_map.h', |
927 'quic/quic_utils.cc', | 943 'quic/quic_utils.cc', |
928 'quic/quic_utils.h', | 944 'quic/quic_utils.h', |
929 'quic/quic_utils_chromium.h', | 945 'quic/quic_utils_chromium.h', |
930 'quic/quic_write_blocked_list.cc', | 946 'quic/quic_write_blocked_list.cc', |
931 'quic/quic_write_blocked_list.h', | 947 'quic/quic_write_blocked_list.h', |
932 'quic/reliable_quic_stream.cc', | 948 'quic/reliable_quic_stream.cc', |
(...skipping 782 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1715 'tools/quic/test_tools/quic_test_client.h', | 1731 'tools/quic/test_tools/quic_test_client.h', |
1716 'tools/quic/test_tools/quic_test_utils.cc', | 1732 'tools/quic/test_tools/quic_test_utils.cc', |
1717 'tools/quic/test_tools/quic_test_utils.h', | 1733 'tools/quic/test_tools/quic_test_utils.h', |
1718 'tools/quic/test_tools/server_thread.h', | 1734 'tools/quic/test_tools/server_thread.h', |
1719 'tools/quic/test_tools/server_thread.cc', | 1735 'tools/quic/test_tools/server_thread.cc', |
1720 'tools/quic/test_tools/simple_client.h', | 1736 'tools/quic/test_tools/simple_client.h', |
1721 'tools/quic/test_tools/simple_client.cc', | 1737 'tools/quic/test_tools/simple_client.cc', |
1722 ], | 1738 ], |
1723 } | 1739 } |
1724 } | 1740 } |
OLD | NEW |