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 739 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
750 'proxy/proxy_script_fetcher.h', | 750 'proxy/proxy_script_fetcher.h', |
751 'proxy/proxy_script_fetcher_impl.cc', | 751 'proxy/proxy_script_fetcher_impl.cc', |
752 'proxy/proxy_script_fetcher_impl.h', | 752 'proxy/proxy_script_fetcher_impl.h', |
753 'proxy/proxy_server.cc', | 753 'proxy/proxy_server.cc', |
754 'proxy/proxy_server.h', | 754 'proxy/proxy_server.h', |
755 'proxy/proxy_server_mac.cc', | 755 'proxy/proxy_server_mac.cc', |
756 'proxy/proxy_service.cc', | 756 'proxy/proxy_service.cc', |
757 'proxy/proxy_service.h', | 757 'proxy/proxy_service.h', |
758 'quic/congestion_control/cubic.cc', | 758 'quic/congestion_control/cubic.cc', |
759 'quic/congestion_control/cubic.h', | 759 'quic/congestion_control/cubic.h', |
| 760 'quic/congestion_control/cubic_bytes.cc', |
| 761 'quic/congestion_control/cubic_bytes.h', |
760 'quic/congestion_control/hybrid_slow_start.cc', | 762 'quic/congestion_control/hybrid_slow_start.cc', |
761 'quic/congestion_control/hybrid_slow_start.h', | 763 'quic/congestion_control/hybrid_slow_start.h', |
762 'quic/congestion_control/loss_detection_interface.cc', | 764 'quic/congestion_control/loss_detection_interface.cc', |
763 'quic/congestion_control/loss_detection_interface.h', | 765 'quic/congestion_control/loss_detection_interface.h', |
764 'quic/congestion_control/pacing_sender.cc', | 766 'quic/congestion_control/pacing_sender.cc', |
765 'quic/congestion_control/pacing_sender.h', | 767 'quic/congestion_control/pacing_sender.h', |
766 'quic/congestion_control/prr_sender.cc', | 768 'quic/congestion_control/prr_sender.cc', |
767 'quic/congestion_control/prr_sender.h', | 769 'quic/congestion_control/prr_sender.h', |
768 'quic/congestion_control/rtt_stats.cc', | 770 'quic/congestion_control/rtt_stats.cc', |
769 'quic/congestion_control/rtt_stats.h', | 771 'quic/congestion_control/rtt_stats.h', |
770 'quic/congestion_control/send_algorithm_interface.cc', | 772 'quic/congestion_control/send_algorithm_interface.cc', |
771 'quic/congestion_control/send_algorithm_interface.h', | 773 'quic/congestion_control/send_algorithm_interface.h', |
| 774 'quic/congestion_control/tcp_cubic_bytes_sender.cc', |
| 775 'quic/congestion_control/tcp_cubic_bytes_sender.h', |
772 'quic/congestion_control/tcp_cubic_sender.cc', | 776 'quic/congestion_control/tcp_cubic_sender.cc', |
773 'quic/congestion_control/tcp_cubic_sender.h', | 777 'quic/congestion_control/tcp_cubic_sender.h', |
774 'quic/congestion_control/tcp_loss_algorithm.cc', | 778 'quic/congestion_control/tcp_loss_algorithm.cc', |
775 'quic/congestion_control/tcp_loss_algorithm.h', | 779 'quic/congestion_control/tcp_loss_algorithm.h', |
776 'quic/congestion_control/time_loss_algorithm.cc', | 780 'quic/congestion_control/time_loss_algorithm.cc', |
777 'quic/congestion_control/time_loss_algorithm.h', | 781 'quic/congestion_control/time_loss_algorithm.h', |
778 'quic/crypto/aead_base_decrypter.h', | 782 'quic/crypto/aead_base_decrypter.h', |
779 'quic/crypto/aead_base_decrypter_nss.cc', | 783 'quic/crypto/aead_base_decrypter_nss.cc', |
780 'quic/crypto/aead_base_decrypter_openssl.cc', | 784 'quic/crypto/aead_base_decrypter_openssl.cc', |
781 'quic/crypto/aead_base_encrypter.h', | 785 'quic/crypto/aead_base_encrypter.h', |
(...skipping 666 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1448 'proxy/proxy_info_unittest.cc', | 1452 'proxy/proxy_info_unittest.cc', |
1449 'proxy/proxy_list_unittest.cc', | 1453 'proxy/proxy_list_unittest.cc', |
1450 'proxy/proxy_resolver_mojo_unittest.cc', | 1454 'proxy/proxy_resolver_mojo_unittest.cc', |
1451 'proxy/proxy_resolver_v8_tracing_unittest.cc', | 1455 'proxy/proxy_resolver_v8_tracing_unittest.cc', |
1452 'proxy/proxy_resolver_v8_unittest.cc', | 1456 'proxy/proxy_resolver_v8_unittest.cc', |
1453 'proxy/proxy_script_decider_unittest.cc', | 1457 'proxy/proxy_script_decider_unittest.cc', |
1454 'proxy/proxy_script_fetcher_impl_unittest.cc', | 1458 'proxy/proxy_script_fetcher_impl_unittest.cc', |
1455 'proxy/proxy_server_unittest.cc', | 1459 'proxy/proxy_server_unittest.cc', |
1456 'proxy/proxy_service_mojo_unittest.cc', | 1460 'proxy/proxy_service_mojo_unittest.cc', |
1457 'proxy/proxy_service_unittest.cc', | 1461 'proxy/proxy_service_unittest.cc', |
| 1462 'quic/congestion_control/cubic_bytes_test.cc', |
1458 'quic/congestion_control/cubic_test.cc', | 1463 'quic/congestion_control/cubic_test.cc', |
1459 'quic/congestion_control/hybrid_slow_start_test.cc', | 1464 'quic/congestion_control/hybrid_slow_start_test.cc', |
1460 'quic/congestion_control/pacing_sender_test.cc', | 1465 'quic/congestion_control/pacing_sender_test.cc', |
1461 'quic/congestion_control/prr_sender_test.cc', | 1466 'quic/congestion_control/prr_sender_test.cc', |
1462 'quic/congestion_control/rtt_stats_test.cc', | 1467 'quic/congestion_control/rtt_stats_test.cc', |
1463 'quic/congestion_control/send_algorithm_simulator.cc', | 1468 'quic/congestion_control/send_algorithm_simulator.cc', |
1464 'quic/congestion_control/send_algorithm_simulator.h', | 1469 'quic/congestion_control/send_algorithm_simulator.h', |
| 1470 'quic/congestion_control/tcp_cubic_bytes_sender_test.cc', |
1465 'quic/congestion_control/tcp_cubic_sender_test.cc', | 1471 'quic/congestion_control/tcp_cubic_sender_test.cc', |
1466 'quic/congestion_control/tcp_loss_algorithm_test.cc', | 1472 'quic/congestion_control/tcp_loss_algorithm_test.cc', |
1467 'quic/congestion_control/time_loss_algorithm_test.cc', | 1473 'quic/congestion_control/time_loss_algorithm_test.cc', |
1468 'quic/crypto/aes_128_gcm_12_decrypter_test.cc', | 1474 'quic/crypto/aes_128_gcm_12_decrypter_test.cc', |
1469 'quic/crypto/aes_128_gcm_12_encrypter_test.cc', | 1475 'quic/crypto/aes_128_gcm_12_encrypter_test.cc', |
1470 'quic/crypto/cert_compressor_test.cc', | 1476 'quic/crypto/cert_compressor_test.cc', |
1471 'quic/crypto/chacha20_poly1305_decrypter_test.cc', | 1477 'quic/crypto/chacha20_poly1305_decrypter_test.cc', |
1472 'quic/crypto/chacha20_poly1305_encrypter_test.cc', | 1478 'quic/crypto/chacha20_poly1305_encrypter_test.cc', |
1473 'quic/crypto/channel_id_test.cc', | 1479 'quic/crypto/channel_id_test.cc', |
1474 'quic/crypto/common_cert_set_test.cc', | 1480 'quic/crypto/common_cert_set_test.cc', |
(...skipping 300 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1775 'base/mac/url_conversions_unittest.mm', | 1781 'base/mac/url_conversions_unittest.mm', |
1776 ], | 1782 ], |
1777 'net_docs_script': 'tools/net_docs/net_docs.py', | 1783 'net_docs_script': 'tools/net_docs/net_docs.py', |
1778 'net_docs_sources': [ | 1784 'net_docs_sources': [ |
1779 'README.md', | 1785 'README.md', |
1780 'sdch/README.md', | 1786 'sdch/README.md', |
1781 ], | 1787 ], |
1782 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', | 1788 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', |
1783 } | 1789 } |
1784 } | 1790 } |
OLD | NEW |