| OLD | NEW |
| 1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 | 8 |
| 9 'linux_link_kerberos%': 0, | 9 'linux_link_kerberos%': 0, |
| 10 'use_tracing_cache_backend%': 0, | 10 'use_tracing_cache_backend%': 0, |
| (...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 131 'base/gzip_header.cc', | 131 'base/gzip_header.cc', |
| 132 'base/gzip_header.h', | 132 'base/gzip_header.h', |
| 133 'base/hash_value.cc', | 133 'base/hash_value.cc', |
| 134 'base/hash_value.h', | 134 'base/hash_value.h', |
| 135 'base/host_mapping_rules.cc', | 135 'base/host_mapping_rules.cc', |
| 136 'base/host_mapping_rules.h', | 136 'base/host_mapping_rules.h', |
| 137 'base/host_port_pair.cc', | 137 'base/host_port_pair.cc', |
| 138 'base/host_port_pair.h', | 138 'base/host_port_pair.h', |
| 139 'base/io_buffer.cc', | 139 'base/io_buffer.cc', |
| 140 'base/io_buffer.h', | 140 'base/io_buffer.h', |
| 141 'base/iovec.h', |
| 141 'base/ip_endpoint.cc', | 142 'base/ip_endpoint.cc', |
| 142 'base/ip_endpoint.h', | 143 'base/ip_endpoint.h', |
| 143 'base/keygen_handler.cc', | 144 'base/keygen_handler.cc', |
| 144 'base/keygen_handler.h', | 145 'base/keygen_handler.h', |
| 145 'base/keygen_handler_mac.cc', | 146 'base/keygen_handler_mac.cc', |
| 146 'base/keygen_handler_nss.cc', | 147 'base/keygen_handler_nss.cc', |
| 147 'base/keygen_handler_openssl.cc', | 148 'base/keygen_handler_openssl.cc', |
| 148 'base/keygen_handler_win.cc', | 149 'base/keygen_handler_win.cc', |
| 149 'base/linked_hash_map.h', | 150 'base/linked_hash_map.h', |
| 150 'base/load_flags.h', | 151 'base/load_flags.h', |
| (...skipping 553 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 704 'quic/congestion_control/tcp_cubic_sender.cc', | 705 'quic/congestion_control/tcp_cubic_sender.cc', |
| 705 'quic/congestion_control/tcp_cubic_sender.h', | 706 'quic/congestion_control/tcp_cubic_sender.h', |
| 706 'quic/congestion_control/tcp_receiver.cc', | 707 'quic/congestion_control/tcp_receiver.cc', |
| 707 'quic/congestion_control/tcp_receiver.h', | 708 'quic/congestion_control/tcp_receiver.h', |
| 708 'quic/crypto/aes_128_gcm_decrypter.h', | 709 'quic/crypto/aes_128_gcm_decrypter.h', |
| 709 'quic/crypto/aes_128_gcm_decrypter_nss.cc', | 710 'quic/crypto/aes_128_gcm_decrypter_nss.cc', |
| 710 'quic/crypto/aes_128_gcm_decrypter_openssl.cc', | 711 'quic/crypto/aes_128_gcm_decrypter_openssl.cc', |
| 711 'quic/crypto/aes_128_gcm_encrypter.h', | 712 'quic/crypto/aes_128_gcm_encrypter.h', |
| 712 'quic/crypto/aes_128_gcm_encrypter_nss.cc', | 713 'quic/crypto/aes_128_gcm_encrypter_nss.cc', |
| 713 'quic/crypto/aes_128_gcm_encrypter_openssl.cc', | 714 'quic/crypto/aes_128_gcm_encrypter_openssl.cc', |
| 715 'quic/crypto/cert_compressor.cc', |
| 716 'quic/crypto/cert_compressor.h', |
| 717 'quic/crypto/common_cert_set.cc', |
| 718 'quic/crypto/common_cert_set.h', |
| 714 'quic/crypto/crypto_framer.cc', | 719 'quic/crypto/crypto_framer.cc', |
| 715 'quic/crypto/crypto_framer.h', | 720 'quic/crypto/crypto_framer.h', |
| 716 'quic/crypto/crypto_handshake.cc', | 721 'quic/crypto/crypto_handshake.cc', |
| 717 'quic/crypto/crypto_handshake.h', | 722 'quic/crypto/crypto_handshake.h', |
| 718 'quic/crypto/crypto_protocol.h', | 723 'quic/crypto/crypto_protocol.h', |
| 719 'quic/crypto/crypto_server_config.cc', | 724 'quic/crypto/crypto_server_config.cc', |
| 720 'quic/crypto/crypto_server_config.h', | 725 'quic/crypto/crypto_server_config.h', |
| 721 'quic/crypto/crypto_server_config_protobuf.cc', | 726 'quic/crypto/crypto_server_config_protobuf.cc', |
| 722 'quic/crypto/crypto_server_config_protobuf.h', | 727 'quic/crypto/crypto_server_config_protobuf.h', |
| 723 'quic/crypto/crypto_utils.cc', | 728 'quic/crypto/crypto_utils.cc', |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 781 'quic/quic_packet_entropy_manager.cc', | 786 'quic/quic_packet_entropy_manager.cc', |
| 782 'quic/quic_packet_entropy_manager.h', | 787 'quic/quic_packet_entropy_manager.h', |
| 783 'quic/quic_packet_generator.cc', | 788 'quic/quic_packet_generator.cc', |
| 784 'quic/quic_packet_generator.h', | 789 'quic/quic_packet_generator.h', |
| 785 'quic/quic_protocol.cc', | 790 'quic/quic_protocol.cc', |
| 786 'quic/quic_protocol.h', | 791 'quic/quic_protocol.h', |
| 787 'quic/quic_reliable_client_stream.cc', | 792 'quic/quic_reliable_client_stream.cc', |
| 788 'quic/quic_reliable_client_stream.h', | 793 'quic/quic_reliable_client_stream.h', |
| 789 'quic/quic_session.cc', | 794 'quic/quic_session.cc', |
| 790 'quic/quic_session.h', | 795 'quic/quic_session.h', |
| 796 'quic/quic_spdy_compressor.cc', |
| 797 'quic/quic_spdy_compressor.h', |
| 798 'quic/quic_spdy_decompressor.cc', |
| 799 'quic/quic_spdy_decompressor.h', |
| 791 'quic/quic_stats.cc', | 800 'quic/quic_stats.cc', |
| 792 'quic/quic_stats.h', | 801 'quic/quic_stats.h', |
| 793 'quic/quic_stream_factory.cc', | 802 'quic/quic_stream_factory.cc', |
| 794 'quic/quic_stream_factory.h', | 803 'quic/quic_stream_factory.h', |
| 795 'quic/quic_stream_sequencer.cc', | 804 'quic/quic_stream_sequencer.cc', |
| 796 'quic/quic_stream_sequencer.h', | 805 'quic/quic_stream_sequencer.h', |
| 797 'quic/quic_time.cc', | 806 'quic/quic_time.cc', |
| 798 'quic/quic_time.h', | 807 'quic/quic_time.h', |
| 799 'quic/quic_utils.cc', | 808 'quic/quic_utils.cc', |
| 800 'quic/quic_utils.h', | 809 'quic/quic_utils.h', |
| 801 'quic/reliable_quic_stream.cc', | 810 'quic/reliable_quic_stream.cc', |
| 802 'quic/reliable_quic_stream.h', | 811 'quic/reliable_quic_stream.h', |
| 812 'quic/spdy_utils.cc', |
| 813 'quic/spdy_utils.h', |
| 803 'socket/buffered_write_stream_socket.cc', | 814 'socket/buffered_write_stream_socket.cc', |
| 804 'socket/buffered_write_stream_socket.h', | 815 'socket/buffered_write_stream_socket.h', |
| 805 'socket/client_socket_factory.cc', | 816 'socket/client_socket_factory.cc', |
| 806 'socket/client_socket_factory.h', | 817 'socket/client_socket_factory.h', |
| 807 'socket/client_socket_handle.cc', | 818 'socket/client_socket_handle.cc', |
| 808 'socket/client_socket_handle.h', | 819 'socket/client_socket_handle.h', |
| 809 'socket/client_socket_pool.cc', | 820 'socket/client_socket_pool.cc', |
| 810 'socket/client_socket_pool.h', | 821 'socket/client_socket_pool.h', |
| 811 'socket/client_socket_pool_base.cc', | 822 'socket/client_socket_pool_base.cc', |
| 812 'socket/client_socket_pool_base.h', | 823 'socket/client_socket_pool_base.h', |
| (...skipping 807 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1620 'quic/congestion_control/inter_arrival_sender_test.cc', | 1631 'quic/congestion_control/inter_arrival_sender_test.cc', |
| 1621 'quic/congestion_control/leaky_bucket_test.cc', | 1632 'quic/congestion_control/leaky_bucket_test.cc', |
| 1622 'quic/congestion_control/paced_sender_test.cc', | 1633 'quic/congestion_control/paced_sender_test.cc', |
| 1623 'quic/congestion_control/quic_congestion_control_test.cc', | 1634 'quic/congestion_control/quic_congestion_control_test.cc', |
| 1624 'quic/congestion_control/quic_congestion_manager_test.cc', | 1635 'quic/congestion_control/quic_congestion_manager_test.cc', |
| 1625 'quic/congestion_control/quic_max_sized_map_test.cc', | 1636 'quic/congestion_control/quic_max_sized_map_test.cc', |
| 1626 'quic/congestion_control/tcp_cubic_sender_test.cc', | 1637 'quic/congestion_control/tcp_cubic_sender_test.cc', |
| 1627 'quic/congestion_control/tcp_receiver_test.cc', | 1638 'quic/congestion_control/tcp_receiver_test.cc', |
| 1628 'quic/crypto/aes_128_gcm_decrypter_test.cc', | 1639 'quic/crypto/aes_128_gcm_decrypter_test.cc', |
| 1629 'quic/crypto/aes_128_gcm_encrypter_test.cc', | 1640 'quic/crypto/aes_128_gcm_encrypter_test.cc', |
| 1641 'quic/crypto/cert_compressor_test.cc', |
| 1642 'quic/crypto/common_cert_set_test.cc', |
| 1630 'quic/crypto/crypto_framer_test.cc', | 1643 'quic/crypto/crypto_framer_test.cc', |
| 1631 'quic/crypto/crypto_handshake_test.cc', | 1644 'quic/crypto/crypto_handshake_test.cc', |
| 1632 'quic/crypto/curve25519_key_exchange_test.cc', | 1645 'quic/crypto/curve25519_key_exchange_test.cc', |
| 1633 'quic/crypto/null_decrypter_test.cc', | 1646 'quic/crypto/null_decrypter_test.cc', |
| 1634 'quic/crypto/null_encrypter_test.cc', | 1647 'quic/crypto/null_encrypter_test.cc', |
| 1635 'quic/crypto/p256_key_exchange_test.cc', | 1648 'quic/crypto/p256_key_exchange_test.cc', |
| 1649 'quic/crypto/proof_test.cc', |
| 1636 'quic/crypto/quic_random_test.cc', | 1650 'quic/crypto/quic_random_test.cc', |
| 1637 'quic/crypto/strike_register_test.cc', | 1651 'quic/crypto/strike_register_test.cc', |
| 1638 'quic/test_tools/crypto_test_utils.cc', | 1652 'quic/test_tools/crypto_test_utils.cc', |
| 1639 'quic/test_tools/crypto_test_utils.h', | 1653 'quic/test_tools/crypto_test_utils.h', |
| 1640 'quic/test_tools/mock_clock.cc', | 1654 'quic/test_tools/mock_clock.cc', |
| 1641 'quic/test_tools/mock_clock.h', | 1655 'quic/test_tools/mock_clock.h', |
| 1642 'quic/test_tools/mock_crypto_client_stream.cc', | 1656 'quic/test_tools/mock_crypto_client_stream.cc', |
| 1643 'quic/test_tools/mock_crypto_client_stream.h', | 1657 'quic/test_tools/mock_crypto_client_stream.h', |
| 1644 'quic/test_tools/mock_crypto_client_stream_factory.cc', | 1658 'quic/test_tools/mock_crypto_client_stream_factory.cc', |
| 1645 'quic/test_tools/mock_crypto_client_stream_factory.h', | 1659 'quic/test_tools/mock_crypto_client_stream_factory.h', |
| (...skipping 27 matching lines...) Expand all Loading... |
| 1673 'quic/quic_fec_group_test.cc', | 1687 'quic/quic_fec_group_test.cc', |
| 1674 'quic/quic_framer_test.cc', | 1688 'quic/quic_framer_test.cc', |
| 1675 'quic/quic_http_stream_test.cc', | 1689 'quic/quic_http_stream_test.cc', |
| 1676 'quic/quic_network_transaction_unittest.cc', | 1690 'quic/quic_network_transaction_unittest.cc', |
| 1677 'quic/quic_packet_creator_test.cc', | 1691 'quic/quic_packet_creator_test.cc', |
| 1678 'quic/quic_packet_entropy_manager_test.cc', | 1692 'quic/quic_packet_entropy_manager_test.cc', |
| 1679 'quic/quic_packet_generator_test.cc', | 1693 'quic/quic_packet_generator_test.cc', |
| 1680 'quic/quic_protocol_test.cc', | 1694 'quic/quic_protocol_test.cc', |
| 1681 'quic/quic_reliable_client_stream_test.cc', | 1695 'quic/quic_reliable_client_stream_test.cc', |
| 1682 'quic/quic_session_test.cc', | 1696 'quic/quic_session_test.cc', |
| 1697 'quic/quic_spdy_compressor_test.cc', |
| 1698 'quic/quic_spdy_decompressor_test.cc', |
| 1683 'quic/quic_stream_factory_test.cc', | 1699 'quic/quic_stream_factory_test.cc', |
| 1684 'quic/quic_stream_sequencer_test.cc', | 1700 'quic/quic_stream_sequencer_test.cc', |
| 1685 'quic/quic_time_test.cc', | 1701 'quic/quic_time_test.cc', |
| 1686 'quic/quic_utils_test.cc', | 1702 'quic/quic_utils_test.cc', |
| 1687 'quic/reliable_quic_stream_test.cc', | 1703 'quic/reliable_quic_stream_test.cc', |
| 1688 'socket/buffered_write_stream_socket_unittest.cc', | 1704 'socket/buffered_write_stream_socket_unittest.cc', |
| 1689 'socket/client_socket_pool_base_unittest.cc', | 1705 'socket/client_socket_pool_base_unittest.cc', |
| 1690 'socket/deterministic_socket_data_unittest.cc', | 1706 'socket/deterministic_socket_data_unittest.cc', |
| 1691 'socket/mock_client_socket_pool_manager.cc', | 1707 'socket/mock_client_socket_pool_manager.cc', |
| 1692 'socket/mock_client_socket_pool_manager.h', | 1708 'socket/mock_client_socket_pool_manager.h', |
| (...skipping 1148 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2841 '--result', '<@(_outputs)', | 2857 '--result', '<@(_outputs)', |
| 2842 '--isolate', 'net_unittests.isolate', | 2858 '--isolate', 'net_unittests.isolate', |
| 2843 ], | 2859 ], |
| 2844 }, | 2860 }, |
| 2845 ], | 2861 ], |
| 2846 }, | 2862 }, |
| 2847 ], | 2863 ], |
| 2848 }], | 2864 }], |
| 2849 ], | 2865 ], |
| 2850 } | 2866 } |
| OLD | NEW |