| 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 743 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 754 'quic/congestion_control/send_algorithm_interface.cc', | 754 'quic/congestion_control/send_algorithm_interface.cc', |
| 755 'quic/congestion_control/send_algorithm_interface.h', | 755 'quic/congestion_control/send_algorithm_interface.h', |
| 756 'quic/congestion_control/tcp_cubic_sender.cc', | 756 'quic/congestion_control/tcp_cubic_sender.cc', |
| 757 'quic/congestion_control/tcp_cubic_sender.h', | 757 'quic/congestion_control/tcp_cubic_sender.h', |
| 758 'quic/congestion_control/tcp_loss_algorithm.cc', | 758 'quic/congestion_control/tcp_loss_algorithm.cc', |
| 759 'quic/congestion_control/tcp_loss_algorithm.h', | 759 'quic/congestion_control/tcp_loss_algorithm.h', |
| 760 'quic/congestion_control/tcp_receiver.cc', | 760 'quic/congestion_control/tcp_receiver.cc', |
| 761 'quic/congestion_control/tcp_receiver.h', | 761 'quic/congestion_control/tcp_receiver.h', |
| 762 'quic/congestion_control/time_loss_algorithm.cc', | 762 'quic/congestion_control/time_loss_algorithm.cc', |
| 763 'quic/congestion_control/time_loss_algorithm.h', | 763 'quic/congestion_control/time_loss_algorithm.h', |
| 764 'quic/congestion_control/timestamp_receiver.cc', | |
| 765 'quic/congestion_control/timestamp_receiver.h', | |
| 766 'quic/crypto/aead_base_decrypter.h', | 764 'quic/crypto/aead_base_decrypter.h', |
| 767 'quic/crypto/aead_base_decrypter_nss.cc', | 765 'quic/crypto/aead_base_decrypter_nss.cc', |
| 768 'quic/crypto/aead_base_decrypter_openssl.cc', | 766 'quic/crypto/aead_base_decrypter_openssl.cc', |
| 769 'quic/crypto/aead_base_encrypter.h', | 767 'quic/crypto/aead_base_encrypter.h', |
| 770 'quic/crypto/aead_base_encrypter_nss.cc', | 768 'quic/crypto/aead_base_encrypter_nss.cc', |
| 771 'quic/crypto/aead_base_encrypter_openssl.cc', | 769 'quic/crypto/aead_base_encrypter_openssl.cc', |
| 772 'quic/crypto/aes_128_gcm_12_decrypter.h', | 770 'quic/crypto/aes_128_gcm_12_decrypter.h', |
| 773 'quic/crypto/aes_128_gcm_12_decrypter_nss.cc', | 771 'quic/crypto/aes_128_gcm_12_decrypter_nss.cc', |
| 774 'quic/crypto/aes_128_gcm_12_decrypter_openssl.cc', | 772 'quic/crypto/aes_128_gcm_12_decrypter_openssl.cc', |
| 775 'quic/crypto/aes_128_gcm_12_encrypter.h', | 773 'quic/crypto/aes_128_gcm_12_encrypter.h', |
| (...skipping 659 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1435 'quic/congestion_control/hybrid_slow_start_test.cc', | 1433 'quic/congestion_control/hybrid_slow_start_test.cc', |
| 1436 'quic/congestion_control/leaky_bucket_test.cc', | 1434 'quic/congestion_control/leaky_bucket_test.cc', |
| 1437 'quic/congestion_control/pacing_sender_test.cc', | 1435 'quic/congestion_control/pacing_sender_test.cc', |
| 1438 'quic/congestion_control/rtt_stats_test.cc', | 1436 'quic/congestion_control/rtt_stats_test.cc', |
| 1439 'quic/congestion_control/send_algorithm_simulator.cc', | 1437 'quic/congestion_control/send_algorithm_simulator.cc', |
| 1440 'quic/congestion_control/send_algorithm_simulator.h', | 1438 'quic/congestion_control/send_algorithm_simulator.h', |
| 1441 'quic/congestion_control/tcp_cubic_sender_test.cc', | 1439 'quic/congestion_control/tcp_cubic_sender_test.cc', |
| 1442 'quic/congestion_control/tcp_loss_algorithm_test.cc', | 1440 'quic/congestion_control/tcp_loss_algorithm_test.cc', |
| 1443 'quic/congestion_control/tcp_receiver_test.cc', | 1441 'quic/congestion_control/tcp_receiver_test.cc', |
| 1444 'quic/congestion_control/time_loss_algorithm_test.cc', | 1442 'quic/congestion_control/time_loss_algorithm_test.cc', |
| 1445 'quic/congestion_control/timestamp_receiver_test.cc', | |
| 1446 'quic/crypto/aes_128_gcm_12_decrypter_test.cc', | 1443 'quic/crypto/aes_128_gcm_12_decrypter_test.cc', |
| 1447 'quic/crypto/aes_128_gcm_12_encrypter_test.cc', | 1444 'quic/crypto/aes_128_gcm_12_encrypter_test.cc', |
| 1448 'quic/crypto/cert_compressor_test.cc', | 1445 'quic/crypto/cert_compressor_test.cc', |
| 1449 'quic/crypto/chacha20_poly1305_decrypter_test.cc', | 1446 'quic/crypto/chacha20_poly1305_decrypter_test.cc', |
| 1450 'quic/crypto/chacha20_poly1305_encrypter_test.cc', | 1447 'quic/crypto/chacha20_poly1305_encrypter_test.cc', |
| 1451 'quic/crypto/channel_id_test.cc', | 1448 'quic/crypto/channel_id_test.cc', |
| 1452 'quic/crypto/common_cert_set_test.cc', | 1449 'quic/crypto/common_cert_set_test.cc', |
| 1453 'quic/crypto/crypto_framer_test.cc', | 1450 'quic/crypto/crypto_framer_test.cc', |
| 1454 'quic/crypto/crypto_secret_boxer_test.cc', | 1451 'quic/crypto/crypto_secret_boxer_test.cc', |
| 1455 'quic/crypto/crypto_server_test.cc', | 1452 'quic/crypto/crypto_server_test.cc', |
| (...skipping 282 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1738 'tools/quic/test_tools/quic_test_client.h', | 1735 'tools/quic/test_tools/quic_test_client.h', |
| 1739 'tools/quic/test_tools/quic_test_utils.cc', | 1736 'tools/quic/test_tools/quic_test_utils.cc', |
| 1740 'tools/quic/test_tools/quic_test_utils.h', | 1737 'tools/quic/test_tools/quic_test_utils.h', |
| 1741 'tools/quic/test_tools/server_thread.h', | 1738 'tools/quic/test_tools/server_thread.h', |
| 1742 'tools/quic/test_tools/server_thread.cc', | 1739 'tools/quic/test_tools/server_thread.cc', |
| 1743 'tools/quic/test_tools/simple_client.h', | 1740 'tools/quic/test_tools/simple_client.h', |
| 1744 'tools/quic/test_tools/simple_client.cc', | 1741 'tools/quic/test_tools/simple_client.cc', |
| 1745 ], | 1742 ], |
| 1746 } | 1743 } |
| 1747 } | 1744 } |
| OLD | NEW |