| 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 792 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 803 'quic/quic_data_writer.cc', | 803 'quic/quic_data_writer.cc', |
| 804 'quic/quic_data_writer.h', | 804 'quic/quic_data_writer.h', |
| 805 'quic/quic_fec_group.cc', | 805 'quic/quic_fec_group.cc', |
| 806 'quic/quic_fec_group.h', | 806 'quic/quic_fec_group.h', |
| 807 'quic/quic_framer.cc', | 807 'quic/quic_framer.cc', |
| 808 'quic/quic_framer.h', | 808 'quic/quic_framer.h', |
| 809 'quic/quic_http_stream.cc', | 809 'quic/quic_http_stream.cc', |
| 810 'quic/quic_http_stream.h', | 810 'quic/quic_http_stream.h', |
| 811 'quic/quic_packet_creator.cc', | 811 'quic/quic_packet_creator.cc', |
| 812 'quic/quic_packet_creator.h', | 812 'quic/quic_packet_creator.h', |
| 813 'quic/quic_packet_entropy_manager.cc', | |
| 814 'quic/quic_packet_entropy_manager.h', | |
| 815 'quic/quic_packet_generator.cc', | 813 'quic/quic_packet_generator.cc', |
| 816 'quic/quic_packet_generator.h', | 814 'quic/quic_packet_generator.h', |
| 817 'quic/quic_protocol.cc', | 815 'quic/quic_protocol.cc', |
| 818 'quic/quic_protocol.h', | 816 'quic/quic_protocol.h', |
| 817 'quic/quic_received_entropy_manager.cc', |
| 818 'quic/quic_received_entropy_manager.h', |
| 819 'quic/quic_reliable_client_stream.cc', | 819 'quic/quic_reliable_client_stream.cc', |
| 820 'quic/quic_reliable_client_stream.h', | 820 'quic/quic_reliable_client_stream.h', |
| 821 'quic/quic_sent_entropy_manager.cc', |
| 822 'quic/quic_sent_entropy_manager.h', |
| 821 'quic/quic_session.cc', | 823 'quic/quic_session.cc', |
| 822 'quic/quic_session.h', | 824 'quic/quic_session.h', |
| 823 'quic/quic_spdy_compressor.cc', | 825 'quic/quic_spdy_compressor.cc', |
| 824 'quic/quic_spdy_compressor.h', | 826 'quic/quic_spdy_compressor.h', |
| 825 'quic/quic_spdy_decompressor.cc', | 827 'quic/quic_spdy_decompressor.cc', |
| 826 'quic/quic_spdy_decompressor.h', | 828 'quic/quic_spdy_decompressor.h', |
| 827 'quic/quic_stats.cc', | 829 'quic/quic_stats.cc', |
| 828 'quic/quic_stats.h', | 830 'quic/quic_stats.h', |
| 829 'quic/quic_stream_factory.cc', | 831 'quic/quic_stream_factory.cc', |
| 830 'quic/quic_stream_factory.h', | 832 'quic/quic_stream_factory.h', |
| (...skipping 898 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1729 'quic/quic_connection_test.cc', | 1731 'quic/quic_connection_test.cc', |
| 1730 'quic/quic_crypto_client_stream_test.cc', | 1732 'quic/quic_crypto_client_stream_test.cc', |
| 1731 'quic/quic_crypto_server_stream_test.cc', | 1733 'quic/quic_crypto_server_stream_test.cc', |
| 1732 'quic/quic_crypto_stream_test.cc', | 1734 'quic/quic_crypto_stream_test.cc', |
| 1733 'quic/quic_data_writer_test.cc', | 1735 'quic/quic_data_writer_test.cc', |
| 1734 'quic/quic_fec_group_test.cc', | 1736 'quic/quic_fec_group_test.cc', |
| 1735 'quic/quic_framer_test.cc', | 1737 'quic/quic_framer_test.cc', |
| 1736 'quic/quic_http_stream_test.cc', | 1738 'quic/quic_http_stream_test.cc', |
| 1737 'quic/quic_network_transaction_unittest.cc', | 1739 'quic/quic_network_transaction_unittest.cc', |
| 1738 'quic/quic_packet_creator_test.cc', | 1740 'quic/quic_packet_creator_test.cc', |
| 1739 'quic/quic_packet_entropy_manager_test.cc', | |
| 1740 'quic/quic_packet_generator_test.cc', | 1741 'quic/quic_packet_generator_test.cc', |
| 1741 'quic/quic_protocol_test.cc', | 1742 'quic/quic_protocol_test.cc', |
| 1743 'quic/quic_received_entropy_manager_test.cc', |
| 1742 'quic/quic_reliable_client_stream_test.cc', | 1744 'quic/quic_reliable_client_stream_test.cc', |
| 1745 'quic/quic_sent_entropy_manager_test.cc', |
| 1743 'quic/quic_session_test.cc', | 1746 'quic/quic_session_test.cc', |
| 1744 'quic/quic_spdy_compressor_test.cc', | 1747 'quic/quic_spdy_compressor_test.cc', |
| 1745 'quic/quic_spdy_decompressor_test.cc', | 1748 'quic/quic_spdy_decompressor_test.cc', |
| 1746 'quic/quic_stream_factory_test.cc', | 1749 'quic/quic_stream_factory_test.cc', |
| 1747 'quic/quic_stream_sequencer_test.cc', | 1750 'quic/quic_stream_sequencer_test.cc', |
| 1748 'quic/quic_time_test.cc', | 1751 'quic/quic_time_test.cc', |
| 1749 'quic/quic_utils_test.cc', | 1752 'quic/quic_utils_test.cc', |
| 1750 'quic/reliable_quic_stream_test.cc', | 1753 'quic/reliable_quic_stream_test.cc', |
| 1751 'server/http_server_response_info_unittest.cc', | 1754 'server/http_server_response_info_unittest.cc', |
| 1752 'socket/buffered_write_stream_socket_unittest.cc', | 1755 'socket/buffered_write_stream_socket_unittest.cc', |
| (...skipping 1128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2881 'net_unittests.isolate', | 2884 'net_unittests.isolate', |
| 2882 ], | 2885 ], |
| 2883 'sources': [ | 2886 'sources': [ |
| 2884 'net_unittests.isolate', | 2887 'net_unittests.isolate', |
| 2885 ], | 2888 ], |
| 2886 }, | 2889 }, |
| 2887 ], | 2890 ], |
| 2888 }], | 2891 }], |
| 2889 ], | 2892 ], |
| 2890 } | 2893 } |
| OLD | NEW |