Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(475)

Side by Side Diff: net/net.gyp

Issue 23691073: Land Recent QUIC changes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Compiler/unittests fix Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « net/base/linked_hash_map.h ('k') | net/quic/congestion_control/quic_congestion_manager.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 821 matching lines...) Expand 10 before | Expand all | Expand 10 after
832 'quic/quic_packet_generator.cc', 832 'quic/quic_packet_generator.cc',
833 'quic/quic_packet_generator.h', 833 'quic/quic_packet_generator.h',
834 'quic/quic_protocol.cc', 834 'quic/quic_protocol.cc',
835 'quic/quic_protocol.h', 835 'quic/quic_protocol.h',
836 'quic/quic_received_packet_manager.cc', 836 'quic/quic_received_packet_manager.cc',
837 'quic/quic_received_packet_manager.h', 837 'quic/quic_received_packet_manager.h',
838 'quic/quic_reliable_client_stream.cc', 838 'quic/quic_reliable_client_stream.cc',
839 'quic/quic_reliable_client_stream.h', 839 'quic/quic_reliable_client_stream.h',
840 'quic/quic_sent_entropy_manager.cc', 840 'quic/quic_sent_entropy_manager.cc',
841 'quic/quic_sent_entropy_manager.h', 841 'quic/quic_sent_entropy_manager.h',
842 'quic/quic_sent_packet_manager.cc',
843 'quic/quic_sent_packet_manager.h',
842 'quic/quic_session.cc', 844 'quic/quic_session.cc',
843 'quic/quic_session.h', 845 'quic/quic_session.h',
844 'quic/quic_spdy_compressor.cc', 846 'quic/quic_spdy_compressor.cc',
845 'quic/quic_spdy_compressor.h', 847 'quic/quic_spdy_compressor.h',
846 'quic/quic_spdy_decompressor.cc', 848 'quic/quic_spdy_decompressor.cc',
847 'quic/quic_spdy_decompressor.h', 849 'quic/quic_spdy_decompressor.h',
848 'quic/quic_stream_factory.cc', 850 'quic/quic_stream_factory.cc',
849 'quic/quic_stream_factory.h', 851 'quic/quic_stream_factory.h',
850 'quic/quic_stream_sequencer.cc', 852 'quic/quic_stream_sequencer.cc',
851 'quic/quic_stream_sequencer.h', 853 'quic/quic_stream_sequencer.h',
(...skipping 921 matching lines...) Expand 10 before | Expand all | Expand 10 after
1773 'quic/quic_framer_test.cc', 1775 'quic/quic_framer_test.cc',
1774 'quic/quic_http_stream_test.cc', 1776 'quic/quic_http_stream_test.cc',
1775 'quic/quic_http_utils_test.cc', 1777 'quic/quic_http_utils_test.cc',
1776 'quic/quic_network_transaction_unittest.cc', 1778 'quic/quic_network_transaction_unittest.cc',
1777 'quic/quic_packet_creator_test.cc', 1779 'quic/quic_packet_creator_test.cc',
1778 'quic/quic_packet_generator_test.cc', 1780 'quic/quic_packet_generator_test.cc',
1779 'quic/quic_protocol_test.cc', 1781 'quic/quic_protocol_test.cc',
1780 'quic/quic_received_packet_manager_test.cc', 1782 'quic/quic_received_packet_manager_test.cc',
1781 'quic/quic_reliable_client_stream_test.cc', 1783 'quic/quic_reliable_client_stream_test.cc',
1782 'quic/quic_sent_entropy_manager_test.cc', 1784 'quic/quic_sent_entropy_manager_test.cc',
1785 'quic/quic_sent_packet_manager_test.cc',
1783 'quic/quic_session_test.cc', 1786 'quic/quic_session_test.cc',
1784 'quic/quic_spdy_compressor_test.cc', 1787 'quic/quic_spdy_compressor_test.cc',
1785 'quic/quic_spdy_decompressor_test.cc', 1788 'quic/quic_spdy_decompressor_test.cc',
1786 'quic/quic_stream_factory_test.cc', 1789 'quic/quic_stream_factory_test.cc',
1787 'quic/quic_stream_sequencer_test.cc', 1790 'quic/quic_stream_sequencer_test.cc',
1788 'quic/quic_time_test.cc', 1791 'quic/quic_time_test.cc',
1789 'quic/quic_utils_test.cc', 1792 'quic/quic_utils_test.cc',
1790 'quic/reliable_quic_stream_test.cc', 1793 'quic/reliable_quic_stream_test.cc',
1791 'server/http_server_response_info_unittest.cc', 1794 'server/http_server_response_info_unittest.cc',
1792 'server/http_server_unittest.cc', 1795 'server/http_server_unittest.cc',
(...skipping 1172 matching lines...) Expand 10 before | Expand all | Expand 10 after
2965 'net_unittests.isolate', 2968 'net_unittests.isolate',
2966 ], 2969 ],
2967 'sources': [ 2970 'sources': [
2968 'net_unittests.isolate', 2971 'net_unittests.isolate',
2969 ], 2972 ],
2970 }, 2973 },
2971 ], 2974 ],
2972 }], 2975 }],
2973 ], 2976 ],
2974 } 2977 }
OLDNEW
« no previous file with comments | « net/base/linked_hash_map.h ('k') | net/quic/congestion_control/quic_congestion_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698