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

Side by Side Diff: net/net.gyp

Issue 182523002: Land Recent QUIC Changes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixed rch's comments in Patch set 1 of CL 181463007 Created 6 years, 9 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 | « no previous file | net/quic/congestion_control/cubic.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 777 matching lines...) Expand 10 before | Expand all | Expand 10 after
788 'quic/congestion_control/receive_algorithm_interface.cc', 788 'quic/congestion_control/receive_algorithm_interface.cc',
789 'quic/congestion_control/receive_algorithm_interface.h', 789 'quic/congestion_control/receive_algorithm_interface.h',
790 'quic/congestion_control/send_algorithm_interface.cc', 790 'quic/congestion_control/send_algorithm_interface.cc',
791 'quic/congestion_control/send_algorithm_interface.h', 791 'quic/congestion_control/send_algorithm_interface.h',
792 'quic/congestion_control/tcp_cubic_sender.cc', 792 'quic/congestion_control/tcp_cubic_sender.cc',
793 'quic/congestion_control/tcp_cubic_sender.h', 793 'quic/congestion_control/tcp_cubic_sender.h',
794 'quic/congestion_control/tcp_loss_algorithm.cc', 794 'quic/congestion_control/tcp_loss_algorithm.cc',
795 'quic/congestion_control/tcp_loss_algorithm.h', 795 'quic/congestion_control/tcp_loss_algorithm.h',
796 'quic/congestion_control/tcp_receiver.cc', 796 'quic/congestion_control/tcp_receiver.cc',
797 'quic/congestion_control/tcp_receiver.h', 797 'quic/congestion_control/tcp_receiver.h',
798 'quic/congestion_control/time_loss_algorithm.cc',
799 'quic/congestion_control/time_loss_algorithm.h',
798 'quic/crypto/aes_128_gcm_12_decrypter.h', 800 'quic/crypto/aes_128_gcm_12_decrypter.h',
799 'quic/crypto/aes_128_gcm_12_decrypter_nss.cc', 801 'quic/crypto/aes_128_gcm_12_decrypter_nss.cc',
800 'quic/crypto/aes_128_gcm_12_decrypter_openssl.cc', 802 'quic/crypto/aes_128_gcm_12_decrypter_openssl.cc',
801 'quic/crypto/aes_128_gcm_12_encrypter.h', 803 'quic/crypto/aes_128_gcm_12_encrypter.h',
802 'quic/crypto/aes_128_gcm_12_encrypter_nss.cc', 804 'quic/crypto/aes_128_gcm_12_encrypter_nss.cc',
803 'quic/crypto/aes_128_gcm_12_encrypter_openssl.cc', 805 'quic/crypto/aes_128_gcm_12_encrypter_openssl.cc',
804 'quic/crypto/cert_compressor.cc', 806 'quic/crypto/cert_compressor.cc',
805 'quic/crypto/cert_compressor.h', 807 'quic/crypto/cert_compressor.h',
806 'quic/crypto/channel_id.cc', 808 'quic/crypto/channel_id.cc',
807 'quic/crypto/channel_id.h', 809 'quic/crypto/channel_id.h',
(...skipping 1054 matching lines...) Expand 10 before | Expand all | Expand 10 after
1862 'quic/congestion_control/inter_arrival_receiver_test.cc', 1864 'quic/congestion_control/inter_arrival_receiver_test.cc',
1863 'quic/congestion_control/inter_arrival_state_machine_test.cc', 1865 'quic/congestion_control/inter_arrival_state_machine_test.cc',
1864 'quic/congestion_control/inter_arrival_sender_test.cc', 1866 'quic/congestion_control/inter_arrival_sender_test.cc',
1865 'quic/congestion_control/leaky_bucket_test.cc', 1867 'quic/congestion_control/leaky_bucket_test.cc',
1866 'quic/congestion_control/paced_sender_test.cc', 1868 'quic/congestion_control/paced_sender_test.cc',
1867 'quic/congestion_control/pacing_sender_test.cc', 1869 'quic/congestion_control/pacing_sender_test.cc',
1868 'quic/congestion_control/quic_max_sized_map_test.cc', 1870 'quic/congestion_control/quic_max_sized_map_test.cc',
1869 'quic/congestion_control/tcp_cubic_sender_test.cc', 1871 'quic/congestion_control/tcp_cubic_sender_test.cc',
1870 'quic/congestion_control/tcp_loss_algorithm_test.cc', 1872 'quic/congestion_control/tcp_loss_algorithm_test.cc',
1871 'quic/congestion_control/tcp_receiver_test.cc', 1873 'quic/congestion_control/tcp_receiver_test.cc',
1874 'quic/congestion_control/time_loss_algorithm_test.cc',
1872 'quic/crypto/aes_128_gcm_12_decrypter_test.cc', 1875 'quic/crypto/aes_128_gcm_12_decrypter_test.cc',
1873 'quic/crypto/aes_128_gcm_12_encrypter_test.cc', 1876 'quic/crypto/aes_128_gcm_12_encrypter_test.cc',
1874 'quic/crypto/cert_compressor_test.cc', 1877 'quic/crypto/cert_compressor_test.cc',
1875 'quic/crypto/channel_id_test.cc', 1878 'quic/crypto/channel_id_test.cc',
1876 'quic/crypto/common_cert_set_test.cc', 1879 'quic/crypto/common_cert_set_test.cc',
1877 'quic/crypto/crypto_framer_test.cc', 1880 'quic/crypto/crypto_framer_test.cc',
1878 'quic/crypto/crypto_secret_boxer_test.cc', 1881 'quic/crypto/crypto_secret_boxer_test.cc',
1879 'quic/crypto/crypto_server_test.cc', 1882 'quic/crypto/crypto_server_test.cc',
1880 'quic/crypto/crypto_utils_test.cc', 1883 'quic/crypto/crypto_utils_test.cc',
1881 'quic/crypto/curve25519_key_exchange_test.cc', 1884 'quic/crypto/curve25519_key_exchange_test.cc',
(...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after
2114 'tools/quic/quic_client_session_test.cc', 2117 'tools/quic/quic_client_session_test.cc',
2115 'tools/quic/quic_dispatcher_test.cc', 2118 'tools/quic/quic_dispatcher_test.cc',
2116 'tools/quic/quic_epoll_clock_test.cc', 2119 'tools/quic/quic_epoll_clock_test.cc',
2117 'tools/quic/quic_epoll_connection_helper_test.cc', 2120 'tools/quic/quic_epoll_connection_helper_test.cc',
2118 'tools/quic/quic_in_memory_cache_test.cc', 2121 'tools/quic/quic_in_memory_cache_test.cc',
2119 'tools/quic/quic_server_session_test.cc', 2122 'tools/quic/quic_server_session_test.cc',
2120 'tools/quic/quic_server_test.cc', 2123 'tools/quic/quic_server_test.cc',
2121 'tools/quic/quic_spdy_client_stream_test.cc', 2124 'tools/quic/quic_spdy_client_stream_test.cc',
2122 'tools/quic/quic_spdy_server_stream_test.cc', 2125 'tools/quic/quic_spdy_server_stream_test.cc',
2123 'tools/quic/quic_time_wait_list_manager_test.cc', 2126 'tools/quic/quic_time_wait_list_manager_test.cc',
2124 'tools/quic/test_tools/http_message_test_utils.cc', 2127 'tools/quic/test_tools/http_message.cc',
2125 'tools/quic/test_tools/http_message_test_utils.h', 2128 'tools/quic/test_tools/http_message.h',
2126 'tools/quic/test_tools/mock_epoll_server.cc', 2129 'tools/quic/test_tools/mock_epoll_server.cc',
2127 'tools/quic/test_tools/mock_epoll_server.h', 2130 'tools/quic/test_tools/mock_epoll_server.h',
2128 'tools/quic/test_tools/mock_quic_dispatcher.cc', 2131 'tools/quic/test_tools/mock_quic_dispatcher.cc',
2129 'tools/quic/test_tools/mock_quic_dispatcher.h', 2132 'tools/quic/test_tools/mock_quic_dispatcher.h',
2130 'tools/quic/test_tools/packet_dropping_test_writer.cc', 2133 'tools/quic/test_tools/packet_dropping_test_writer.cc',
2131 'tools/quic/test_tools/packet_dropping_test_writer.h', 2134 'tools/quic/test_tools/packet_dropping_test_writer.h',
2132 'tools/quic/test_tools/quic_client_peer.cc', 2135 'tools/quic/test_tools/quic_client_peer.cc',
2133 'tools/quic/test_tools/quic_client_peer.h', 2136 'tools/quic/test_tools/quic_client_peer.h',
2134 'tools/quic/test_tools/quic_dispatcher_peer.cc', 2137 'tools/quic/test_tools/quic_dispatcher_peer.cc',
2135 'tools/quic/test_tools/quic_dispatcher_peer.h', 2138 'tools/quic/test_tools/quic_dispatcher_peer.h',
(...skipping 1096 matching lines...) Expand 10 before | Expand all | Expand 10 after
3232 'net_unittests.isolate', 3235 'net_unittests.isolate',
3233 ], 3236 ],
3234 'sources': [ 3237 'sources': [
3235 'net_unittests.isolate', 3238 'net_unittests.isolate',
3236 ], 3239 ],
3237 }, 3240 },
3238 ], 3241 ],
3239 }], 3242 }],
3240 ], 3243 ],
3241 } 3244 }
OLDNEW
« no previous file with comments | « no previous file | net/quic/congestion_control/cubic.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698