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

Side by Side Diff: net/net.gypi

Issue 2217483003: Remove untracked histograms: Net.QuicSession.TruncatedAcksReceived/TruncatedAcksSent (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fully remove the truncated acks counting Created 4 years, 4 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
« no previous file with comments | « no previous file | net/quic/chromium/quic_connection_logger.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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 # This file is shared between the regular GYP build, the NaCl GYP build, and 5 # This file is shared between the regular GYP build, the NaCl GYP build, and
6 # the GN build. For GN support, it must have no conditionals or anything like 6 # the GN build. For GN support, it must have no conditionals or anything like
7 # that beyond the simple one-level-deep dictionary of values. 7 # that beyond the simple one-level-deep dictionary of values.
8 { 8 {
9 'variables': { 9 'variables': {
10 # Subset of net source files that are compiled for NaCl (net_nacl target). 10 # Subset of net source files that are compiled for NaCl (net_nacl target).
(...skipping 1587 matching lines...) Expand 10 before | Expand all | Expand 10 after
1598 'quic/chromium/quic_chromium_alarm_factory_test.cc', 1598 'quic/chromium/quic_chromium_alarm_factory_test.cc',
1599 'quic/chromium/quic_chromium_client_session_test.cc', 1599 'quic/chromium/quic_chromium_client_session_test.cc',
1600 'quic/chromium/quic_chromium_client_stream_test.cc', 1600 'quic/chromium/quic_chromium_client_stream_test.cc',
1601 'quic/chromium/quic_chromium_connection_helper_test.cc', 1601 'quic/chromium/quic_chromium_connection_helper_test.cc',
1602 'quic/chromium/quic_http_stream_test.cc', 1602 'quic/chromium/quic_http_stream_test.cc',
1603 'quic/chromium/quic_network_transaction_unittest.cc', 1603 'quic/chromium/quic_network_transaction_unittest.cc',
1604 'quic/chromium/quic_stream_factory_test.cc', 1604 'quic/chromium/quic_stream_factory_test.cc',
1605 'quic/chromium/quic_utils_chromium_test.cc', 1605 'quic/chromium/quic_utils_chromium_test.cc',
1606 'quic/chromium/quic_chromium_client_session_peer.cc', 1606 'quic/chromium/quic_chromium_client_session_peer.cc',
1607 'quic/chromium/quic_chromium_client_session_peer.h', 1607 'quic/chromium/quic_chromium_client_session_peer.h',
1608 'quic/chromium/quic_connection_logger_unittest.cc',
1609 'quic/core/congestion_control/cubic_bytes_test.cc', 1608 'quic/core/congestion_control/cubic_bytes_test.cc',
1610 'quic/core/congestion_control/cubic_test.cc', 1609 'quic/core/congestion_control/cubic_test.cc',
1611 'quic/core/congestion_control/general_loss_algorithm_test.cc', 1610 'quic/core/congestion_control/general_loss_algorithm_test.cc',
1612 'quic/core/congestion_control/hybrid_slow_start_test.cc', 1611 'quic/core/congestion_control/hybrid_slow_start_test.cc',
1613 'quic/core/congestion_control/pacing_sender_test.cc', 1612 'quic/core/congestion_control/pacing_sender_test.cc',
1614 'quic/core/congestion_control/prr_sender_test.cc', 1613 'quic/core/congestion_control/prr_sender_test.cc',
1615 'quic/core/congestion_control/rtt_stats_test.cc', 1614 'quic/core/congestion_control/rtt_stats_test.cc',
1616 'quic/core/congestion_control/send_algorithm_simulator.cc', 1615 'quic/core/congestion_control/send_algorithm_simulator.cc',
1617 'quic/core/congestion_control/send_algorithm_simulator.h', 1616 'quic/core/congestion_control/send_algorithm_simulator.h',
1618 'quic/core/congestion_control/tcp_cubic_sender_bytes_test.cc', 1617 'quic/core/congestion_control/tcp_cubic_sender_bytes_test.cc',
(...skipping 1564 matching lines...) Expand 10 before | Expand all | Expand 10 after
3183 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', 3182 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl',
3184 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', 3183 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl',
3185 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', 3184 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl',
3186 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', 3185 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl',
3187 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', 3186 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl',
3188 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', 3187 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl',
3189 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l', 3188 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l',
3190 ], 3189 ],
3191 } 3190 }
3192 } 3191 }
OLDNEW
« no previous file with comments | « no previous file | net/quic/chromium/quic_connection_logger.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698