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

Side by Side Diff: net/net.gypi

Issue 908493004: Landing Recent QUIC Changes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix valgrind error Created 5 years, 10 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.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 754 matching lines...) Expand 10 before | Expand all | Expand 10 after
765 'quic/congestion_control/cubic.cc', 765 'quic/congestion_control/cubic.cc',
766 'quic/congestion_control/cubic.h', 766 'quic/congestion_control/cubic.h',
767 'quic/congestion_control/hybrid_slow_start.cc', 767 'quic/congestion_control/hybrid_slow_start.cc',
768 'quic/congestion_control/hybrid_slow_start.h', 768 'quic/congestion_control/hybrid_slow_start.h',
769 'quic/congestion_control/loss_detection_interface.cc', 769 'quic/congestion_control/loss_detection_interface.cc',
770 'quic/congestion_control/loss_detection_interface.h', 770 'quic/congestion_control/loss_detection_interface.h',
771 'quic/congestion_control/pacing_sender.cc', 771 'quic/congestion_control/pacing_sender.cc',
772 'quic/congestion_control/pacing_sender.h', 772 'quic/congestion_control/pacing_sender.h',
773 'quic/congestion_control/prr_sender.cc', 773 'quic/congestion_control/prr_sender.cc',
774 'quic/congestion_control/prr_sender.h', 774 'quic/congestion_control/prr_sender.h',
775 'quic/congestion_control/receive_algorithm_interface.cc',
776 'quic/congestion_control/receive_algorithm_interface.h',
777 'quic/congestion_control/rtt_stats.cc', 775 'quic/congestion_control/rtt_stats.cc',
778 'quic/congestion_control/rtt_stats.h', 776 'quic/congestion_control/rtt_stats.h',
779 'quic/congestion_control/send_algorithm_interface.cc', 777 'quic/congestion_control/send_algorithm_interface.cc',
780 'quic/congestion_control/send_algorithm_interface.h', 778 'quic/congestion_control/send_algorithm_interface.h',
781 'quic/congestion_control/tcp_cubic_sender.cc', 779 'quic/congestion_control/tcp_cubic_sender.cc',
782 'quic/congestion_control/tcp_cubic_sender.h', 780 'quic/congestion_control/tcp_cubic_sender.h',
783 'quic/congestion_control/tcp_loss_algorithm.cc', 781 'quic/congestion_control/tcp_loss_algorithm.cc',
784 'quic/congestion_control/tcp_loss_algorithm.h', 782 'quic/congestion_control/tcp_loss_algorithm.h',
785 'quic/congestion_control/tcp_receiver.cc',
786 'quic/congestion_control/tcp_receiver.h',
787 'quic/congestion_control/time_loss_algorithm.cc', 783 'quic/congestion_control/time_loss_algorithm.cc',
788 'quic/congestion_control/time_loss_algorithm.h', 784 'quic/congestion_control/time_loss_algorithm.h',
789 'quic/crypto/aead_base_decrypter.h', 785 'quic/crypto/aead_base_decrypter.h',
790 'quic/crypto/aead_base_decrypter_nss.cc', 786 'quic/crypto/aead_base_decrypter_nss.cc',
791 'quic/crypto/aead_base_decrypter_openssl.cc', 787 'quic/crypto/aead_base_decrypter_openssl.cc',
792 'quic/crypto/aead_base_encrypter.h', 788 'quic/crypto/aead_base_encrypter.h',
793 'quic/crypto/aead_base_encrypter_nss.cc', 789 'quic/crypto/aead_base_encrypter_nss.cc',
794 'quic/crypto/aead_base_encrypter_openssl.cc', 790 'quic/crypto/aead_base_encrypter_openssl.cc',
795 'quic/crypto/aes_128_gcm_12_decrypter.h', 791 'quic/crypto/aes_128_gcm_12_decrypter.h',
796 'quic/crypto/aes_128_gcm_12_decrypter_nss.cc', 792 'quic/crypto/aes_128_gcm_12_decrypter_nss.cc',
(...skipping 662 matching lines...) Expand 10 before | Expand all | Expand 10 after
1459 'quic/congestion_control/cube_root_test.cc', 1455 'quic/congestion_control/cube_root_test.cc',
1460 'quic/congestion_control/cubic_test.cc', 1456 'quic/congestion_control/cubic_test.cc',
1461 'quic/congestion_control/hybrid_slow_start_test.cc', 1457 'quic/congestion_control/hybrid_slow_start_test.cc',
1462 'quic/congestion_control/pacing_sender_test.cc', 1458 'quic/congestion_control/pacing_sender_test.cc',
1463 'quic/congestion_control/prr_sender_test.cc', 1459 'quic/congestion_control/prr_sender_test.cc',
1464 'quic/congestion_control/rtt_stats_test.cc', 1460 'quic/congestion_control/rtt_stats_test.cc',
1465 'quic/congestion_control/send_algorithm_simulator.cc', 1461 'quic/congestion_control/send_algorithm_simulator.cc',
1466 'quic/congestion_control/send_algorithm_simulator.h', 1462 'quic/congestion_control/send_algorithm_simulator.h',
1467 'quic/congestion_control/tcp_cubic_sender_test.cc', 1463 'quic/congestion_control/tcp_cubic_sender_test.cc',
1468 'quic/congestion_control/tcp_loss_algorithm_test.cc', 1464 'quic/congestion_control/tcp_loss_algorithm_test.cc',
1469 'quic/congestion_control/tcp_receiver_test.cc',
1470 'quic/congestion_control/time_loss_algorithm_test.cc', 1465 'quic/congestion_control/time_loss_algorithm_test.cc',
1471 'quic/crypto/aes_128_gcm_12_decrypter_test.cc', 1466 'quic/crypto/aes_128_gcm_12_decrypter_test.cc',
1472 'quic/crypto/aes_128_gcm_12_encrypter_test.cc', 1467 'quic/crypto/aes_128_gcm_12_encrypter_test.cc',
1473 'quic/crypto/cert_compressor_test.cc', 1468 'quic/crypto/cert_compressor_test.cc',
1474 'quic/crypto/chacha20_poly1305_decrypter_test.cc', 1469 'quic/crypto/chacha20_poly1305_decrypter_test.cc',
1475 'quic/crypto/chacha20_poly1305_encrypter_test.cc', 1470 'quic/crypto/chacha20_poly1305_encrypter_test.cc',
1476 'quic/crypto/channel_id_test.cc', 1471 'quic/crypto/channel_id_test.cc',
1477 'quic/crypto/common_cert_set_test.cc', 1472 'quic/crypto/common_cert_set_test.cc',
1478 'quic/crypto/crypto_framer_test.cc', 1473 'quic/crypto/crypto_framer_test.cc',
1479 'quic/crypto/crypto_secret_boxer_test.cc', 1474 'quic/crypto/crypto_secret_boxer_test.cc',
(...skipping 290 matching lines...) Expand 10 before | Expand all | Expand 10 after
1770 ], 1765 ],
1771 'net_base_mac_ios_sources': [ 1766 'net_base_mac_ios_sources': [
1772 'base/mac/url_conversions.h', 1767 'base/mac/url_conversions.h',
1773 'base/mac/url_conversions.mm', 1768 'base/mac/url_conversions.mm',
1774 ], 1769 ],
1775 'net_base_test_mac_ios_sources': [ 1770 'net_base_test_mac_ios_sources': [
1776 'base/mac/url_conversions_unittest.mm', 1771 'base/mac/url_conversions_unittest.mm',
1777 ], 1772 ],
1778 } 1773 }
1779 } 1774 }
OLDNEW
« no previous file with comments | « no previous file | net/quic/congestion_control/receive_algorithm_interface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698