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 922 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
933 'quic/quic_protocol.cc', | 933 'quic/quic_protocol.cc', |
934 'quic/quic_protocol.h', | 934 'quic/quic_protocol.h', |
935 'quic/quic_received_packet_manager.cc', | 935 'quic/quic_received_packet_manager.cc', |
936 'quic/quic_received_packet_manager.h', | 936 'quic/quic_received_packet_manager.h', |
937 'quic/quic_reliable_client_stream.cc', | 937 'quic/quic_reliable_client_stream.cc', |
938 'quic/quic_reliable_client_stream.h', | 938 'quic/quic_reliable_client_stream.h', |
939 'quic/quic_sent_entropy_manager.cc', | 939 'quic/quic_sent_entropy_manager.cc', |
940 'quic/quic_sent_entropy_manager.h', | 940 'quic/quic_sent_entropy_manager.h', |
941 'quic/quic_sent_packet_manager.cc', | 941 'quic/quic_sent_packet_manager.cc', |
942 'quic/quic_sent_packet_manager.h', | 942 'quic/quic_sent_packet_manager.h', |
| 943 'quic/quic_server_id.cc', |
| 944 'quic/quic_server_id.h', |
943 'quic/quic_session.cc', | 945 'quic/quic_session.cc', |
944 'quic/quic_session.h', | 946 'quic/quic_session.h', |
945 'quic/quic_session_key.cc', | |
946 'quic/quic_session_key.h', | |
947 'quic/quic_socket_address_coder.cc', | 947 'quic/quic_socket_address_coder.cc', |
948 'quic/quic_socket_address_coder.h', | 948 'quic/quic_socket_address_coder.h', |
949 'quic/quic_stream_factory.cc', | 949 'quic/quic_stream_factory.cc', |
950 'quic/quic_stream_factory.h', | 950 'quic/quic_stream_factory.h', |
951 'quic/quic_stream_sequencer.cc', | 951 'quic/quic_stream_sequencer.cc', |
952 'quic/quic_stream_sequencer.h', | 952 'quic/quic_stream_sequencer.h', |
953 'quic/quic_time.cc', | 953 'quic/quic_time.cc', |
954 'quic/quic_time.h', | 954 'quic/quic_time.h', |
955 'quic/quic_unacked_packet_map.cc', | 955 'quic/quic_unacked_packet_map.cc', |
956 'quic/quic_unacked_packet_map.h', | 956 'quic/quic_unacked_packet_map.h', |
(...skipping 1021 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1978 'quic/quic_http_stream_test.cc', | 1978 'quic/quic_http_stream_test.cc', |
1979 'quic/quic_http_utils_test.cc', | 1979 'quic/quic_http_utils_test.cc', |
1980 'quic/quic_network_transaction_unittest.cc', | 1980 'quic/quic_network_transaction_unittest.cc', |
1981 'quic/quic_packet_creator_test.cc', | 1981 'quic/quic_packet_creator_test.cc', |
1982 'quic/quic_packet_generator_test.cc', | 1982 'quic/quic_packet_generator_test.cc', |
1983 'quic/quic_protocol_test.cc', | 1983 'quic/quic_protocol_test.cc', |
1984 'quic/quic_received_packet_manager_test.cc', | 1984 'quic/quic_received_packet_manager_test.cc', |
1985 'quic/quic_reliable_client_stream_test.cc', | 1985 'quic/quic_reliable_client_stream_test.cc', |
1986 'quic/quic_sent_entropy_manager_test.cc', | 1986 'quic/quic_sent_entropy_manager_test.cc', |
1987 'quic/quic_sent_packet_manager_test.cc', | 1987 'quic/quic_sent_packet_manager_test.cc', |
1988 'quic/quic_session_key_test.cc', | 1988 'quic/quic_server_id_test.cc', |
1989 'quic/quic_session_test.cc', | 1989 'quic/quic_session_test.cc', |
1990 'quic/quic_socket_address_coder_test.cc', | 1990 'quic/quic_socket_address_coder_test.cc', |
1991 'quic/quic_stream_factory_test.cc', | 1991 'quic/quic_stream_factory_test.cc', |
1992 'quic/quic_stream_sequencer_test.cc', | 1992 'quic/quic_stream_sequencer_test.cc', |
1993 'quic/quic_time_test.cc', | 1993 'quic/quic_time_test.cc', |
1994 'quic/quic_utils_chromium_test.cc', | 1994 'quic/quic_utils_chromium_test.cc', |
1995 'quic/quic_utils_test.cc', | 1995 'quic/quic_utils_test.cc', |
1996 'quic/quic_write_blocked_list_test.cc', | 1996 'quic/quic_write_blocked_list_test.cc', |
1997 'quic/reliable_quic_stream_test.cc', | 1997 'quic/reliable_quic_stream_test.cc', |
1998 'server/http_server_response_info_unittest.cc', | 1998 'server/http_server_response_info_unittest.cc', |
(...skipping 1374 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3373 'java_in_dir': 'cronet/android/sample/javatests', | 3373 'java_in_dir': 'cronet/android/sample/javatests', |
3374 'resource_dir': 'cronet/android/sample/res', | 3374 'resource_dir': 'cronet/android/sample/res', |
3375 'is_test_apk': 1, | 3375 'is_test_apk': 1, |
3376 }, | 3376 }, |
3377 'includes': [ '../build/java_apk.gypi' ], | 3377 'includes': [ '../build/java_apk.gypi' ], |
3378 }, | 3378 }, |
3379 ], | 3379 ], |
3380 }], # OS=="android" | 3380 }], # OS=="android" |
3381 ], | 3381 ], |
3382 } | 3382 } |
OLD | NEW |