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

Side by Side Diff: net/net.gyp

Issue 178453005: Refactor to create a new LossDetectionInterface used by the (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/loss_detection_interface.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 760 matching lines...) Expand 10 before | Expand all | Expand 10 after
771 'quic/congestion_control/inter_arrival_probe.cc', 771 'quic/congestion_control/inter_arrival_probe.cc',
772 'quic/congestion_control/inter_arrival_probe.h', 772 'quic/congestion_control/inter_arrival_probe.h',
773 'quic/congestion_control/inter_arrival_receiver.cc', 773 'quic/congestion_control/inter_arrival_receiver.cc',
774 'quic/congestion_control/inter_arrival_receiver.h', 774 'quic/congestion_control/inter_arrival_receiver.h',
775 'quic/congestion_control/inter_arrival_sender.cc', 775 'quic/congestion_control/inter_arrival_sender.cc',
776 'quic/congestion_control/inter_arrival_sender.h', 776 'quic/congestion_control/inter_arrival_sender.h',
777 'quic/congestion_control/inter_arrival_state_machine.cc', 777 'quic/congestion_control/inter_arrival_state_machine.cc',
778 'quic/congestion_control/inter_arrival_state_machine.h', 778 'quic/congestion_control/inter_arrival_state_machine.h',
779 'quic/congestion_control/leaky_bucket.cc', 779 'quic/congestion_control/leaky_bucket.cc',
780 'quic/congestion_control/leaky_bucket.h', 780 'quic/congestion_control/leaky_bucket.h',
781 'quic/congestion_control/loss_detection_interface.cc',
782 'quic/congestion_control/loss_detection_interface.h',
781 'quic/congestion_control/paced_sender.cc', 783 'quic/congestion_control/paced_sender.cc',
782 'quic/congestion_control/paced_sender.h', 784 'quic/congestion_control/paced_sender.h',
783 'quic/congestion_control/pacing_sender.cc', 785 'quic/congestion_control/pacing_sender.cc',
784 'quic/congestion_control/pacing_sender.h', 786 'quic/congestion_control/pacing_sender.h',
785 'quic/congestion_control/quic_max_sized_map.h', 787 'quic/congestion_control/quic_max_sized_map.h',
786 'quic/congestion_control/receive_algorithm_interface.cc', 788 'quic/congestion_control/receive_algorithm_interface.cc',
787 'quic/congestion_control/receive_algorithm_interface.h', 789 'quic/congestion_control/receive_algorithm_interface.h',
788 'quic/congestion_control/send_algorithm_interface.cc', 790 'quic/congestion_control/send_algorithm_interface.cc',
789 'quic/congestion_control/send_algorithm_interface.h', 791 'quic/congestion_control/send_algorithm_interface.h',
790 'quic/congestion_control/tcp_cubic_sender.cc', 792 'quic/congestion_control/tcp_cubic_sender.cc',
791 'quic/congestion_control/tcp_cubic_sender.h', 793 'quic/congestion_control/tcp_cubic_sender.h',
794 'quic/congestion_control/tcp_loss_algorithm.cc',
795 'quic/congestion_control/tcp_loss_algorithm.h',
792 'quic/congestion_control/tcp_receiver.cc', 796 'quic/congestion_control/tcp_receiver.cc',
793 'quic/congestion_control/tcp_receiver.h', 797 'quic/congestion_control/tcp_receiver.h',
794 'quic/crypto/aes_128_gcm_12_decrypter.h', 798 'quic/crypto/aes_128_gcm_12_decrypter.h',
795 'quic/crypto/aes_128_gcm_12_decrypter_nss.cc', 799 'quic/crypto/aes_128_gcm_12_decrypter_nss.cc',
796 'quic/crypto/aes_128_gcm_12_decrypter_openssl.cc', 800 'quic/crypto/aes_128_gcm_12_decrypter_openssl.cc',
797 'quic/crypto/aes_128_gcm_12_encrypter.h', 801 'quic/crypto/aes_128_gcm_12_encrypter.h',
798 'quic/crypto/aes_128_gcm_12_encrypter_nss.cc', 802 'quic/crypto/aes_128_gcm_12_encrypter_nss.cc',
799 'quic/crypto/aes_128_gcm_12_encrypter_openssl.cc', 803 'quic/crypto/aes_128_gcm_12_encrypter_openssl.cc',
800 'quic/crypto/cert_compressor.cc', 804 'quic/crypto/cert_compressor.cc',
801 'quic/crypto/cert_compressor.h', 805 'quic/crypto/cert_compressor.h',
(...skipping 2425 matching lines...) Expand 10 before | Expand all | Expand 10 after
3227 'net_unittests.isolate', 3231 'net_unittests.isolate',
3228 ], 3232 ],
3229 'sources': [ 3233 'sources': [
3230 'net_unittests.isolate', 3234 'net_unittests.isolate',
3231 ], 3235 ],
3232 }, 3236 },
3233 ], 3237 ],
3234 }], 3238 }],
3235 ], 3239 ],
3236 } 3240 }
OLDNEW
« no previous file with comments | « no previous file | net/quic/congestion_control/loss_detection_interface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698