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

Side by Side Diff: net/net.gypi

Issue 549433006: Fix the logic for computing the number of truncated QUIC ACK frames sent. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add test Created 6 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
« no previous file with comments | « no previous file | net/quic/quic_connection_logger.h » ('j') | net/quic/quic_connection_logger.cc » ('J')
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 1507 matching lines...) Expand 10 before | Expand all | Expand 10 after
1518 'quic/test_tools/test_task_runner.cc', 1518 'quic/test_tools/test_task_runner.cc',
1519 'quic/test_tools/test_task_runner.h', 1519 'quic/test_tools/test_task_runner.h',
1520 'quic/quic_ack_notifier_test.cc', 1520 'quic/quic_ack_notifier_test.cc',
1521 'quic/quic_address_mismatch_test.cc', 1521 'quic/quic_address_mismatch_test.cc',
1522 'quic/quic_alarm_test.cc', 1522 'quic/quic_alarm_test.cc',
1523 'quic/quic_bandwidth_test.cc', 1523 'quic/quic_bandwidth_test.cc',
1524 'quic/quic_client_session_test.cc', 1524 'quic/quic_client_session_test.cc',
1525 'quic/quic_clock_test.cc', 1525 'quic/quic_clock_test.cc',
1526 'quic/quic_config_test.cc', 1526 'quic/quic_config_test.cc',
1527 'quic/quic_connection_helper_test.cc', 1527 'quic/quic_connection_helper_test.cc',
1528 'quic/quic_connection_logger_unittest.cc',
1528 'quic/quic_connection_test.cc', 1529 'quic/quic_connection_test.cc',
1529 'quic/quic_crypto_client_stream_test.cc', 1530 'quic/quic_crypto_client_stream_test.cc',
1530 'quic/quic_crypto_server_stream_test.cc', 1531 'quic/quic_crypto_server_stream_test.cc',
1531 'quic/quic_crypto_stream_test.cc', 1532 'quic/quic_crypto_stream_test.cc',
1532 'quic/quic_data_stream_test.cc', 1533 'quic/quic_data_stream_test.cc',
1533 'quic/quic_data_writer_test.cc', 1534 'quic/quic_data_writer_test.cc',
1534 'quic/quic_fec_group_test.cc', 1535 'quic/quic_fec_group_test.cc',
1535 'quic/quic_flow_controller_test.cc', 1536 'quic/quic_flow_controller_test.cc',
1536 'quic/quic_framer_test.cc', 1537 'quic/quic_framer_test.cc',
1537 'quic/quic_headers_stream_test.cc', 1538 'quic/quic_headers_stream_test.cc',
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
1738 'tools/quic/test_tools/quic_test_client.h', 1739 'tools/quic/test_tools/quic_test_client.h',
1739 'tools/quic/test_tools/quic_test_utils.cc', 1740 'tools/quic/test_tools/quic_test_utils.cc',
1740 'tools/quic/test_tools/quic_test_utils.h', 1741 'tools/quic/test_tools/quic_test_utils.h',
1741 'tools/quic/test_tools/server_thread.h', 1742 'tools/quic/test_tools/server_thread.h',
1742 'tools/quic/test_tools/server_thread.cc', 1743 'tools/quic/test_tools/server_thread.cc',
1743 'tools/quic/test_tools/simple_client.h', 1744 'tools/quic/test_tools/simple_client.h',
1744 'tools/quic/test_tools/simple_client.cc', 1745 'tools/quic/test_tools/simple_client.cc',
1745 ], 1746 ],
1746 } 1747 }
1747 } 1748 }
OLDNEW
« no previous file with comments | « no previous file | net/quic/quic_connection_logger.h » ('j') | net/quic/quic_connection_logger.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698