OLD | NEW |
1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 { | 5 { |
6 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 | 8 |
9 'linux_link_kerberos%': 0, | 9 'linux_link_kerberos%': 0, |
10 'use_tracing_cache_backend%': 0, | 10 'use_tracing_cache_backend%': 0, |
(...skipping 915 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
926 'quic/quic_reliable_client_stream.cc', | 926 'quic/quic_reliable_client_stream.cc', |
927 'quic/quic_reliable_client_stream.h', | 927 'quic/quic_reliable_client_stream.h', |
928 'quic/quic_sent_entropy_manager.cc', | 928 'quic/quic_sent_entropy_manager.cc', |
929 'quic/quic_sent_entropy_manager.h', | 929 'quic/quic_sent_entropy_manager.h', |
930 'quic/quic_sent_packet_manager.cc', | 930 'quic/quic_sent_packet_manager.cc', |
931 'quic/quic_sent_packet_manager.h', | 931 'quic/quic_sent_packet_manager.h', |
932 'quic/quic_session.cc', | 932 'quic/quic_session.cc', |
933 'quic/quic_session.h', | 933 'quic/quic_session.h', |
934 'quic/quic_socket_address_coder.cc', | 934 'quic/quic_socket_address_coder.cc', |
935 'quic/quic_socket_address_coder.h', | 935 'quic/quic_socket_address_coder.h', |
936 'quic/quic_spdy_compressor.cc', | |
937 'quic/quic_spdy_compressor.h', | |
938 'quic/quic_spdy_decompressor.cc', | |
939 'quic/quic_spdy_decompressor.h', | |
940 'quic/quic_stream_factory.cc', | 936 'quic/quic_stream_factory.cc', |
941 'quic/quic_stream_factory.h', | 937 'quic/quic_stream_factory.h', |
942 'quic/quic_stream_sequencer.cc', | 938 'quic/quic_stream_sequencer.cc', |
943 'quic/quic_stream_sequencer.h', | 939 'quic/quic_stream_sequencer.h', |
944 'quic/quic_time.cc', | 940 'quic/quic_time.cc', |
945 'quic/quic_time.h', | 941 'quic/quic_time.h', |
946 'quic/quic_unacked_packet_map.cc', | 942 'quic/quic_unacked_packet_map.cc', |
947 'quic/quic_unacked_packet_map.h', | 943 'quic/quic_unacked_packet_map.h', |
948 'quic/quic_utils.cc', | 944 'quic/quic_utils.cc', |
949 'quic/quic_utils.h', | 945 'quic/quic_utils.h', |
(...skipping 1010 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1960 'quic/quic_network_transaction_unittest.cc', | 1956 'quic/quic_network_transaction_unittest.cc', |
1961 'quic/quic_packet_creator_test.cc', | 1957 'quic/quic_packet_creator_test.cc', |
1962 'quic/quic_packet_generator_test.cc', | 1958 'quic/quic_packet_generator_test.cc', |
1963 'quic/quic_protocol_test.cc', | 1959 'quic/quic_protocol_test.cc', |
1964 'quic/quic_received_packet_manager_test.cc', | 1960 'quic/quic_received_packet_manager_test.cc', |
1965 'quic/quic_reliable_client_stream_test.cc', | 1961 'quic/quic_reliable_client_stream_test.cc', |
1966 'quic/quic_sent_entropy_manager_test.cc', | 1962 'quic/quic_sent_entropy_manager_test.cc', |
1967 'quic/quic_sent_packet_manager_test.cc', | 1963 'quic/quic_sent_packet_manager_test.cc', |
1968 'quic/quic_session_test.cc', | 1964 'quic/quic_session_test.cc', |
1969 'quic/quic_socket_address_coder_test.cc', | 1965 'quic/quic_socket_address_coder_test.cc', |
1970 'quic/quic_spdy_compressor_test.cc', | |
1971 'quic/quic_spdy_decompressor_test.cc', | |
1972 'quic/quic_stream_factory_test.cc', | 1966 'quic/quic_stream_factory_test.cc', |
1973 'quic/quic_stream_sequencer_test.cc', | 1967 'quic/quic_stream_sequencer_test.cc', |
1974 'quic/quic_time_test.cc', | 1968 'quic/quic_time_test.cc', |
1975 'quic/quic_utils_chromium_test.cc', | 1969 'quic/quic_utils_chromium_test.cc', |
1976 'quic/quic_utils_test.cc', | 1970 'quic/quic_utils_test.cc', |
1977 'quic/quic_write_blocked_list_test.cc', | 1971 'quic/quic_write_blocked_list_test.cc', |
1978 'quic/reliable_quic_stream_test.cc', | 1972 'quic/reliable_quic_stream_test.cc', |
1979 'server/http_server_response_info_unittest.cc', | 1973 'server/http_server_response_info_unittest.cc', |
1980 'server/http_server_unittest.cc', | 1974 'server/http_server_unittest.cc', |
1981 'socket/buffered_write_stream_socket_unittest.cc', | 1975 'socket/buffered_write_stream_socket_unittest.cc', |
(...skipping 1261 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3243 'net_unittests.isolate', | 3237 'net_unittests.isolate', |
3244 ], | 3238 ], |
3245 'sources': [ | 3239 'sources': [ |
3246 'net_unittests.isolate', | 3240 'net_unittests.isolate', |
3247 ], | 3241 ], |
3248 }, | 3242 }, |
3249 ], | 3243 ], |
3250 }], | 3244 }], |
3251 ], | 3245 ], |
3252 } | 3246 } |
OLD | NEW |