OLD | NEW |
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 Loading... |
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', |
762 'quic/crypto/aead_base_decrypter.h', | 764 'quic/crypto/aead_base_decrypter.h', |
763 'quic/crypto/aead_base_decrypter_nss.cc', | 765 'quic/crypto/aead_base_decrypter_nss.cc', |
764 'quic/crypto/aead_base_decrypter_openssl.cc', | 766 'quic/crypto/aead_base_decrypter_openssl.cc', |
765 'quic/crypto/aead_base_encrypter.h', | 767 'quic/crypto/aead_base_encrypter.h', |
766 'quic/crypto/aead_base_encrypter_nss.cc', | 768 'quic/crypto/aead_base_encrypter_nss.cc', |
767 'quic/crypto/aead_base_encrypter_openssl.cc', | 769 'quic/crypto/aead_base_encrypter_openssl.cc', |
768 'quic/crypto/aes_128_gcm_12_decrypter.h', | 770 'quic/crypto/aes_128_gcm_12_decrypter.h', |
769 'quic/crypto/aes_128_gcm_12_decrypter_nss.cc', | 771 'quic/crypto/aes_128_gcm_12_decrypter_nss.cc', |
770 'quic/crypto/aes_128_gcm_12_decrypter_openssl.cc', | 772 'quic/crypto/aes_128_gcm_12_decrypter_openssl.cc', |
771 'quic/crypto/aes_128_gcm_12_encrypter.h', | 773 'quic/crypto/aes_128_gcm_12_encrypter.h', |
(...skipping 657 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1429 'quic/congestion_control/hybrid_slow_start_test.cc', | 1431 'quic/congestion_control/hybrid_slow_start_test.cc', |
1430 'quic/congestion_control/leaky_bucket_test.cc', | 1432 'quic/congestion_control/leaky_bucket_test.cc', |
1431 'quic/congestion_control/pacing_sender_test.cc', | 1433 'quic/congestion_control/pacing_sender_test.cc', |
1432 'quic/congestion_control/rtt_stats_test.cc', | 1434 'quic/congestion_control/rtt_stats_test.cc', |
1433 'quic/congestion_control/send_algorithm_simulator.cc', | 1435 'quic/congestion_control/send_algorithm_simulator.cc', |
1434 'quic/congestion_control/send_algorithm_simulator.h', | 1436 'quic/congestion_control/send_algorithm_simulator.h', |
1435 'quic/congestion_control/tcp_cubic_sender_test.cc', | 1437 'quic/congestion_control/tcp_cubic_sender_test.cc', |
1436 'quic/congestion_control/tcp_loss_algorithm_test.cc', | 1438 'quic/congestion_control/tcp_loss_algorithm_test.cc', |
1437 'quic/congestion_control/tcp_receiver_test.cc', | 1439 'quic/congestion_control/tcp_receiver_test.cc', |
1438 'quic/congestion_control/time_loss_algorithm_test.cc', | 1440 'quic/congestion_control/time_loss_algorithm_test.cc', |
| 1441 'quic/congestion_control/timestamp_receiver_test.cc', |
1439 'quic/crypto/aes_128_gcm_12_decrypter_test.cc', | 1442 'quic/crypto/aes_128_gcm_12_decrypter_test.cc', |
1440 'quic/crypto/aes_128_gcm_12_encrypter_test.cc', | 1443 'quic/crypto/aes_128_gcm_12_encrypter_test.cc', |
1441 'quic/crypto/cert_compressor_test.cc', | 1444 'quic/crypto/cert_compressor_test.cc', |
1442 'quic/crypto/chacha20_poly1305_decrypter_test.cc', | 1445 'quic/crypto/chacha20_poly1305_decrypter_test.cc', |
1443 'quic/crypto/chacha20_poly1305_encrypter_test.cc', | 1446 'quic/crypto/chacha20_poly1305_encrypter_test.cc', |
1444 'quic/crypto/channel_id_test.cc', | 1447 'quic/crypto/channel_id_test.cc', |
1445 'quic/crypto/common_cert_set_test.cc', | 1448 'quic/crypto/common_cert_set_test.cc', |
1446 'quic/crypto/crypto_framer_test.cc', | 1449 'quic/crypto/crypto_framer_test.cc', |
1447 'quic/crypto/crypto_secret_boxer_test.cc', | 1450 'quic/crypto/crypto_secret_boxer_test.cc', |
1448 'quic/crypto/crypto_server_test.cc', | 1451 'quic/crypto/crypto_server_test.cc', |
(...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1728 'tools/quic/test_tools/quic_test_client.h', | 1731 'tools/quic/test_tools/quic_test_client.h', |
1729 'tools/quic/test_tools/quic_test_utils.cc', | 1732 'tools/quic/test_tools/quic_test_utils.cc', |
1730 'tools/quic/test_tools/quic_test_utils.h', | 1733 'tools/quic/test_tools/quic_test_utils.h', |
1731 'tools/quic/test_tools/server_thread.h', | 1734 'tools/quic/test_tools/server_thread.h', |
1732 'tools/quic/test_tools/server_thread.cc', | 1735 'tools/quic/test_tools/server_thread.cc', |
1733 'tools/quic/test_tools/simple_client.h', | 1736 'tools/quic/test_tools/simple_client.h', |
1734 'tools/quic/test_tools/simple_client.cc', | 1737 'tools/quic/test_tools/simple_client.cc', |
1735 ], | 1738 ], |
1736 } | 1739 } |
1737 } | 1740 } |
OLD | NEW |