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

Side by Side Diff: net/net.gypi

Issue 497553004: Landing Recent QUIC Changes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase with TOT Created 6 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/congestion_control/receive_algorithm_interface.cc » ('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 741 matching lines...) Expand 10 before | Expand all | Expand 10 after
752 'quic/congestion_control/send_algorithm_interface.cc', 752 'quic/congestion_control/send_algorithm_interface.cc',
753 'quic/congestion_control/send_algorithm_interface.h', 753 'quic/congestion_control/send_algorithm_interface.h',
754 'quic/congestion_control/tcp_cubic_sender.cc', 754 'quic/congestion_control/tcp_cubic_sender.cc',
755 'quic/congestion_control/tcp_cubic_sender.h', 755 'quic/congestion_control/tcp_cubic_sender.h',
756 'quic/congestion_control/tcp_loss_algorithm.cc', 756 'quic/congestion_control/tcp_loss_algorithm.cc',
757 'quic/congestion_control/tcp_loss_algorithm.h', 757 'quic/congestion_control/tcp_loss_algorithm.h',
758 'quic/congestion_control/tcp_receiver.cc', 758 'quic/congestion_control/tcp_receiver.cc',
759 'quic/congestion_control/tcp_receiver.h', 759 'quic/congestion_control/tcp_receiver.h',
760 'quic/congestion_control/time_loss_algorithm.cc', 760 'quic/congestion_control/time_loss_algorithm.cc',
761 'quic/congestion_control/time_loss_algorithm.h', 761 'quic/congestion_control/time_loss_algorithm.h',
762 'quic/congestion_control/timestamp_receiver.cc',
763 'quic/congestion_control/timestamp_receiver.h',
764 'quic/crypto/aead_base_decrypter.h', 762 'quic/crypto/aead_base_decrypter.h',
765 'quic/crypto/aead_base_decrypter_nss.cc', 763 'quic/crypto/aead_base_decrypter_nss.cc',
766 'quic/crypto/aead_base_decrypter_openssl.cc', 764 'quic/crypto/aead_base_decrypter_openssl.cc',
767 'quic/crypto/aead_base_encrypter.h', 765 'quic/crypto/aead_base_encrypter.h',
768 'quic/crypto/aead_base_encrypter_nss.cc', 766 'quic/crypto/aead_base_encrypter_nss.cc',
769 'quic/crypto/aead_base_encrypter_openssl.cc', 767 'quic/crypto/aead_base_encrypter_openssl.cc',
770 'quic/crypto/aes_128_gcm_12_decrypter.h', 768 'quic/crypto/aes_128_gcm_12_decrypter.h',
771 'quic/crypto/aes_128_gcm_12_decrypter_nss.cc', 769 'quic/crypto/aes_128_gcm_12_decrypter_nss.cc',
772 'quic/crypto/aes_128_gcm_12_decrypter_openssl.cc', 770 'quic/crypto/aes_128_gcm_12_decrypter_openssl.cc',
773 'quic/crypto/aes_128_gcm_12_encrypter.h', 771 'quic/crypto/aes_128_gcm_12_encrypter.h',
(...skipping 659 matching lines...) Expand 10 before | Expand all | Expand 10 after
1433 'quic/congestion_control/hybrid_slow_start_test.cc', 1431 'quic/congestion_control/hybrid_slow_start_test.cc',
1434 'quic/congestion_control/leaky_bucket_test.cc', 1432 'quic/congestion_control/leaky_bucket_test.cc',
1435 'quic/congestion_control/pacing_sender_test.cc', 1433 'quic/congestion_control/pacing_sender_test.cc',
1436 'quic/congestion_control/rtt_stats_test.cc', 1434 'quic/congestion_control/rtt_stats_test.cc',
1437 'quic/congestion_control/send_algorithm_simulator.cc', 1435 'quic/congestion_control/send_algorithm_simulator.cc',
1438 'quic/congestion_control/send_algorithm_simulator.h', 1436 'quic/congestion_control/send_algorithm_simulator.h',
1439 'quic/congestion_control/tcp_cubic_sender_test.cc', 1437 'quic/congestion_control/tcp_cubic_sender_test.cc',
1440 'quic/congestion_control/tcp_loss_algorithm_test.cc', 1438 'quic/congestion_control/tcp_loss_algorithm_test.cc',
1441 'quic/congestion_control/tcp_receiver_test.cc', 1439 'quic/congestion_control/tcp_receiver_test.cc',
1442 'quic/congestion_control/time_loss_algorithm_test.cc', 1440 'quic/congestion_control/time_loss_algorithm_test.cc',
1443 'quic/congestion_control/timestamp_receiver_test.cc',
1444 'quic/crypto/aes_128_gcm_12_decrypter_test.cc', 1441 'quic/crypto/aes_128_gcm_12_decrypter_test.cc',
1445 'quic/crypto/aes_128_gcm_12_encrypter_test.cc', 1442 'quic/crypto/aes_128_gcm_12_encrypter_test.cc',
1446 'quic/crypto/cert_compressor_test.cc', 1443 'quic/crypto/cert_compressor_test.cc',
1447 'quic/crypto/chacha20_poly1305_decrypter_test.cc', 1444 'quic/crypto/chacha20_poly1305_decrypter_test.cc',
1448 'quic/crypto/chacha20_poly1305_encrypter_test.cc', 1445 'quic/crypto/chacha20_poly1305_encrypter_test.cc',
1449 'quic/crypto/channel_id_test.cc', 1446 'quic/crypto/channel_id_test.cc',
1450 'quic/crypto/common_cert_set_test.cc', 1447 'quic/crypto/common_cert_set_test.cc',
1451 'quic/crypto/crypto_framer_test.cc', 1448 'quic/crypto/crypto_framer_test.cc',
1452 'quic/crypto/crypto_secret_boxer_test.cc', 1449 'quic/crypto/crypto_secret_boxer_test.cc',
1453 'quic/crypto/crypto_server_test.cc', 1450 'quic/crypto/crypto_server_test.cc',
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
1498 'quic/test_tools/quic_packet_generator_peer.cc', 1495 'quic/test_tools/quic_packet_generator_peer.cc',
1499 'quic/test_tools/quic_packet_generator_peer.h', 1496 'quic/test_tools/quic_packet_generator_peer.h',
1500 'quic/test_tools/quic_received_packet_manager_peer.cc', 1497 'quic/test_tools/quic_received_packet_manager_peer.cc',
1501 'quic/test_tools/quic_received_packet_manager_peer.h', 1498 'quic/test_tools/quic_received_packet_manager_peer.h',
1502 'quic/test_tools/quic_sent_packet_manager_peer.cc', 1499 'quic/test_tools/quic_sent_packet_manager_peer.cc',
1503 'quic/test_tools/quic_sent_packet_manager_peer.h', 1500 'quic/test_tools/quic_sent_packet_manager_peer.h',
1504 'quic/test_tools/quic_session_peer.cc', 1501 'quic/test_tools/quic_session_peer.cc',
1505 'quic/test_tools/quic_session_peer.h', 1502 'quic/test_tools/quic_session_peer.h',
1506 'quic/test_tools/quic_stream_sequencer_peer.cc', 1503 'quic/test_tools/quic_stream_sequencer_peer.cc',
1507 'quic/test_tools/quic_stream_sequencer_peer.h', 1504 'quic/test_tools/quic_stream_sequencer_peer.h',
1505 'quic/test_tools/quic_sustained_bandwidth_recorder_peer.cc',
1506 'quic/test_tools/quic_sustained_bandwidth_recorder_peer.h',
1508 'quic/test_tools/quic_test_packet_maker.cc', 1507 'quic/test_tools/quic_test_packet_maker.cc',
1509 'quic/test_tools/quic_test_packet_maker.h', 1508 'quic/test_tools/quic_test_packet_maker.h',
1510 'quic/test_tools/quic_test_utils.cc', 1509 'quic/test_tools/quic_test_utils.cc',
1511 'quic/test_tools/quic_test_utils.h', 1510 'quic/test_tools/quic_test_utils.h',
1512 'quic/test_tools/reliable_quic_stream_peer.cc', 1511 'quic/test_tools/reliable_quic_stream_peer.cc',
1513 'quic/test_tools/reliable_quic_stream_peer.h', 1512 'quic/test_tools/reliable_quic_stream_peer.h',
1514 'quic/test_tools/simple_quic_framer.cc', 1513 'quic/test_tools/simple_quic_framer.cc',
1515 'quic/test_tools/simple_quic_framer.h', 1514 'quic/test_tools/simple_quic_framer.h',
1516 'quic/test_tools/test_task_runner.cc', 1515 'quic/test_tools/test_task_runner.cc',
1517 'quic/test_tools/test_task_runner.h', 1516 'quic/test_tools/test_task_runner.h',
(...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after
1734 'tools/quic/test_tools/quic_test_client.h', 1733 'tools/quic/test_tools/quic_test_client.h',
1735 'tools/quic/test_tools/quic_test_utils.cc', 1734 'tools/quic/test_tools/quic_test_utils.cc',
1736 'tools/quic/test_tools/quic_test_utils.h', 1735 'tools/quic/test_tools/quic_test_utils.h',
1737 'tools/quic/test_tools/server_thread.h', 1736 'tools/quic/test_tools/server_thread.h',
1738 'tools/quic/test_tools/server_thread.cc', 1737 'tools/quic/test_tools/server_thread.cc',
1739 'tools/quic/test_tools/simple_client.h', 1738 'tools/quic/test_tools/simple_client.h',
1740 'tools/quic/test_tools/simple_client.cc', 1739 'tools/quic/test_tools/simple_client.cc',
1741 ], 1740 ],
1742 } 1741 }
1743 } 1742 }
OLDNEW
« no previous file with comments | « no previous file | net/quic/congestion_control/receive_algorithm_interface.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698