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 895 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
906 'quic/quic_spdy_decompressor.cc', | 906 'quic/quic_spdy_decompressor.cc', |
907 'quic/quic_spdy_decompressor.h', | 907 'quic/quic_spdy_decompressor.h', |
908 'quic/quic_stream_factory.cc', | 908 'quic/quic_stream_factory.cc', |
909 'quic/quic_stream_factory.h', | 909 'quic/quic_stream_factory.h', |
910 'quic/quic_stream_sequencer.cc', | 910 'quic/quic_stream_sequencer.cc', |
911 'quic/quic_stream_sequencer.h', | 911 'quic/quic_stream_sequencer.h', |
912 'quic/quic_time.cc', | 912 'quic/quic_time.cc', |
913 'quic/quic_time.h', | 913 'quic/quic_time.h', |
914 'quic/quic_utils.cc', | 914 'quic/quic_utils.cc', |
915 'quic/quic_utils.h', | 915 'quic/quic_utils.h', |
| 916 'quic/quic_write_blocked_list.cc', |
| 917 'quic/quic_write_blocked_list.h', |
916 'quic/reliable_quic_stream.cc', | 918 'quic/reliable_quic_stream.cc', |
917 'quic/reliable_quic_stream.h', | 919 'quic/reliable_quic_stream.h', |
918 'quic/spdy_utils.cc', | 920 'quic/spdy_utils.cc', |
919 'quic/spdy_utils.h', | 921 'quic/spdy_utils.h', |
920 'socket/buffered_write_stream_socket.cc', | 922 'socket/buffered_write_stream_socket.cc', |
921 'socket/buffered_write_stream_socket.h', | 923 'socket/buffered_write_stream_socket.h', |
922 'socket/client_socket_factory.cc', | 924 'socket/client_socket_factory.cc', |
923 'socket/client_socket_factory.h', | 925 'socket/client_socket_factory.h', |
924 'socket/client_socket_handle.cc', | 926 'socket/client_socket_handle.cc', |
925 'socket/client_socket_handle.h', | 927 'socket/client_socket_handle.h', |
(...skipping 959 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1885 'quic/quic_reliable_client_stream_test.cc', | 1887 'quic/quic_reliable_client_stream_test.cc', |
1886 'quic/quic_sent_entropy_manager_test.cc', | 1888 'quic/quic_sent_entropy_manager_test.cc', |
1887 'quic/quic_sent_packet_manager_test.cc', | 1889 'quic/quic_sent_packet_manager_test.cc', |
1888 'quic/quic_session_test.cc', | 1890 'quic/quic_session_test.cc', |
1889 'quic/quic_spdy_compressor_test.cc', | 1891 'quic/quic_spdy_compressor_test.cc', |
1890 'quic/quic_spdy_decompressor_test.cc', | 1892 'quic/quic_spdy_decompressor_test.cc', |
1891 'quic/quic_stream_factory_test.cc', | 1893 'quic/quic_stream_factory_test.cc', |
1892 'quic/quic_stream_sequencer_test.cc', | 1894 'quic/quic_stream_sequencer_test.cc', |
1893 'quic/quic_time_test.cc', | 1895 'quic/quic_time_test.cc', |
1894 'quic/quic_utils_test.cc', | 1896 'quic/quic_utils_test.cc', |
| 1897 'quic/quic_write_blocked_list_test.cc', |
1895 'quic/reliable_quic_stream_test.cc', | 1898 'quic/reliable_quic_stream_test.cc', |
1896 'server/http_server_response_info_unittest.cc', | 1899 'server/http_server_response_info_unittest.cc', |
1897 'server/http_server_unittest.cc', | 1900 'server/http_server_unittest.cc', |
1898 'socket/buffered_write_stream_socket_unittest.cc', | 1901 'socket/buffered_write_stream_socket_unittest.cc', |
1899 'socket/client_socket_pool_base_unittest.cc', | 1902 'socket/client_socket_pool_base_unittest.cc', |
1900 'socket/deterministic_socket_data_unittest.cc', | 1903 'socket/deterministic_socket_data_unittest.cc', |
1901 'socket/mock_client_socket_pool_manager.cc', | 1904 'socket/mock_client_socket_pool_manager.cc', |
1902 'socket/mock_client_socket_pool_manager.h', | 1905 'socket/mock_client_socket_pool_manager.h', |
1903 'socket/socks5_client_socket_unittest.cc', | 1906 'socket/socks5_client_socket_unittest.cc', |
1904 'socket/socks_client_socket_pool_unittest.cc', | 1907 'socket/socks_client_socket_pool_unittest.cc', |
(...skipping 1194 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3099 'net_unittests.isolate', | 3102 'net_unittests.isolate', |
3100 ], | 3103 ], |
3101 'sources': [ | 3104 'sources': [ |
3102 'net_unittests.isolate', | 3105 'net_unittests.isolate', |
3103 ], | 3106 ], |
3104 }, | 3107 }, |
3105 ], | 3108 ], |
3106 }], | 3109 }], |
3107 ], | 3110 ], |
3108 } | 3111 } |
OLD | NEW |