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

Side by Side Diff: net/net.gyp

Issue 185053006: Refactor of QUIC's rtt storage and calculation to have a single RttStats (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/fix_rate_sender.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 767 matching lines...) Expand 10 before | Expand all | Expand 10 after
778 'quic/congestion_control/leaky_bucket.h', 778 'quic/congestion_control/leaky_bucket.h',
779 'quic/congestion_control/loss_detection_interface.cc', 779 'quic/congestion_control/loss_detection_interface.cc',
780 'quic/congestion_control/loss_detection_interface.h', 780 'quic/congestion_control/loss_detection_interface.h',
781 'quic/congestion_control/paced_sender.cc', 781 'quic/congestion_control/paced_sender.cc',
782 'quic/congestion_control/paced_sender.h', 782 'quic/congestion_control/paced_sender.h',
783 'quic/congestion_control/pacing_sender.cc', 783 'quic/congestion_control/pacing_sender.cc',
784 'quic/congestion_control/pacing_sender.h', 784 'quic/congestion_control/pacing_sender.h',
785 'quic/congestion_control/quic_max_sized_map.h', 785 'quic/congestion_control/quic_max_sized_map.h',
786 'quic/congestion_control/receive_algorithm_interface.cc', 786 'quic/congestion_control/receive_algorithm_interface.cc',
787 'quic/congestion_control/receive_algorithm_interface.h', 787 'quic/congestion_control/receive_algorithm_interface.h',
788 'quic/congestion_control/rtt_stats.cc',
789 'quic/congestion_control/rtt_stats.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',
792 'quic/congestion_control/tcp_loss_algorithm.cc', 794 'quic/congestion_control/tcp_loss_algorithm.cc',
793 'quic/congestion_control/tcp_loss_algorithm.h', 795 'quic/congestion_control/tcp_loss_algorithm.h',
794 'quic/congestion_control/tcp_receiver.cc', 796 'quic/congestion_control/tcp_receiver.cc',
795 'quic/congestion_control/tcp_receiver.h', 797 'quic/congestion_control/tcp_receiver.h',
796 'quic/congestion_control/time_loss_algorithm.cc', 798 'quic/congestion_control/time_loss_algorithm.cc',
797 'quic/congestion_control/time_loss_algorithm.h', 799 'quic/congestion_control/time_loss_algorithm.h',
(...skipping 2442 matching lines...) Expand 10 before | Expand all | Expand 10 after
3240 'net_unittests.isolate', 3242 'net_unittests.isolate',
3241 ], 3243 ],
3242 'sources': [ 3244 'sources': [
3243 'net_unittests.isolate', 3245 'net_unittests.isolate',
3244 ], 3246 ],
3245 }, 3247 },
3246 ], 3248 ],
3247 }], 3249 }],
3248 ], 3250 ],
3249 } 3251 }
OLDNEW
« no previous file with comments | « no previous file | net/quic/congestion_control/fix_rate_sender.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698