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 733 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
744 'quic/congestion_control/hybrid_slow_start.cc', | 744 'quic/congestion_control/hybrid_slow_start.cc', |
745 'quic/congestion_control/hybrid_slow_start.h', | 745 'quic/congestion_control/hybrid_slow_start.h', |
746 'quic/congestion_control/leaky_bucket.cc', | 746 'quic/congestion_control/leaky_bucket.cc', |
747 'quic/congestion_control/leaky_bucket.h', | 747 'quic/congestion_control/leaky_bucket.h', |
748 'quic/congestion_control/loss_detection_interface.cc', | 748 'quic/congestion_control/loss_detection_interface.cc', |
749 'quic/congestion_control/loss_detection_interface.h', | 749 'quic/congestion_control/loss_detection_interface.h', |
750 'quic/congestion_control/paced_sender.cc', | 750 'quic/congestion_control/paced_sender.cc', |
751 'quic/congestion_control/paced_sender.h', | 751 'quic/congestion_control/paced_sender.h', |
752 'quic/congestion_control/pacing_sender.cc', | 752 'quic/congestion_control/pacing_sender.cc', |
753 'quic/congestion_control/pacing_sender.h', | 753 'quic/congestion_control/pacing_sender.h', |
754 'quic/congestion_control/quic_max_sized_map.h', | |
755 'quic/congestion_control/receive_algorithm_interface.cc', | 754 'quic/congestion_control/receive_algorithm_interface.cc', |
756 'quic/congestion_control/receive_algorithm_interface.h', | 755 'quic/congestion_control/receive_algorithm_interface.h', |
757 'quic/congestion_control/rtt_stats.cc', | 756 'quic/congestion_control/rtt_stats.cc', |
758 'quic/congestion_control/rtt_stats.h', | 757 'quic/congestion_control/rtt_stats.h', |
759 'quic/congestion_control/send_algorithm_interface.cc', | 758 'quic/congestion_control/send_algorithm_interface.cc', |
760 'quic/congestion_control/send_algorithm_interface.h', | 759 'quic/congestion_control/send_algorithm_interface.h', |
761 'quic/congestion_control/tcp_cubic_sender.cc', | 760 'quic/congestion_control/tcp_cubic_sender.cc', |
762 'quic/congestion_control/tcp_cubic_sender.h', | 761 'quic/congestion_control/tcp_cubic_sender.h', |
763 'quic/congestion_control/tcp_loss_algorithm.cc', | 762 'quic/congestion_control/tcp_loss_algorithm.cc', |
764 'quic/congestion_control/tcp_loss_algorithm.h', | 763 'quic/congestion_control/tcp_loss_algorithm.h', |
(...skipping 653 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1418 'proxy/proxy_script_fetcher_impl_unittest.cc', | 1417 'proxy/proxy_script_fetcher_impl_unittest.cc', |
1419 'proxy/proxy_server_unittest.cc', | 1418 'proxy/proxy_server_unittest.cc', |
1420 'proxy/proxy_service_unittest.cc', | 1419 'proxy/proxy_service_unittest.cc', |
1421 'quic/congestion_control/cube_root_test.cc', | 1420 'quic/congestion_control/cube_root_test.cc', |
1422 'quic/congestion_control/cubic_test.cc', | 1421 'quic/congestion_control/cubic_test.cc', |
1423 'quic/congestion_control/fix_rate_test.cc', | 1422 'quic/congestion_control/fix_rate_test.cc', |
1424 'quic/congestion_control/hybrid_slow_start_test.cc', | 1423 'quic/congestion_control/hybrid_slow_start_test.cc', |
1425 'quic/congestion_control/leaky_bucket_test.cc', | 1424 'quic/congestion_control/leaky_bucket_test.cc', |
1426 'quic/congestion_control/paced_sender_test.cc', | 1425 'quic/congestion_control/paced_sender_test.cc', |
1427 'quic/congestion_control/pacing_sender_test.cc', | 1426 'quic/congestion_control/pacing_sender_test.cc', |
1428 'quic/congestion_control/quic_max_sized_map_test.cc', | |
1429 'quic/congestion_control/rtt_stats_test.cc', | 1427 'quic/congestion_control/rtt_stats_test.cc', |
1430 'quic/congestion_control/tcp_cubic_sender_test.cc', | 1428 'quic/congestion_control/tcp_cubic_sender_test.cc', |
1431 'quic/congestion_control/tcp_loss_algorithm_test.cc', | 1429 'quic/congestion_control/tcp_loss_algorithm_test.cc', |
1432 'quic/congestion_control/tcp_receiver_test.cc', | 1430 'quic/congestion_control/tcp_receiver_test.cc', |
1433 'quic/congestion_control/time_loss_algorithm_test.cc', | 1431 'quic/congestion_control/time_loss_algorithm_test.cc', |
1434 'quic/crypto/aes_128_gcm_12_decrypter_test.cc', | 1432 'quic/crypto/aes_128_gcm_12_decrypter_test.cc', |
1435 'quic/crypto/aes_128_gcm_12_encrypter_test.cc', | 1433 'quic/crypto/aes_128_gcm_12_encrypter_test.cc', |
1436 'quic/crypto/cert_compressor_test.cc', | 1434 'quic/crypto/cert_compressor_test.cc', |
1437 'quic/crypto/chacha20_poly1305_decrypter_test.cc', | 1435 'quic/crypto/chacha20_poly1305_decrypter_test.cc', |
1438 'quic/crypto/chacha20_poly1305_encrypter_test.cc', | 1436 'quic/crypto/chacha20_poly1305_encrypter_test.cc', |
(...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1708 'tools/quic/test_tools/quic_test_client.h', | 1706 'tools/quic/test_tools/quic_test_client.h', |
1709 'tools/quic/test_tools/quic_test_utils.cc', | 1707 'tools/quic/test_tools/quic_test_utils.cc', |
1710 'tools/quic/test_tools/quic_test_utils.h', | 1708 'tools/quic/test_tools/quic_test_utils.h', |
1711 'tools/quic/test_tools/server_thread.h', | 1709 'tools/quic/test_tools/server_thread.h', |
1712 'tools/quic/test_tools/server_thread.cc', | 1710 'tools/quic/test_tools/server_thread.cc', |
1713 'tools/quic/test_tools/simple_client.h', | 1711 'tools/quic/test_tools/simple_client.h', |
1714 'tools/quic/test_tools/simple_client.cc', | 1712 'tools/quic/test_tools/simple_client.cc', |
1715 ], | 1713 ], |
1716 } | 1714 } |
1717 } | 1715 } |
OLD | NEW |