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_simple_cache_backend%': 0, | 10 'use_simple_cache_backend%': 0, |
(...skipping 682 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
693 'quic/congestion_control/send_algorithm_interface.cc', | 693 'quic/congestion_control/send_algorithm_interface.cc', |
694 'quic/congestion_control/send_algorithm_interface.h', | 694 'quic/congestion_control/send_algorithm_interface.h', |
695 'quic/congestion_control/tcp_cubic_sender.cc', | 695 'quic/congestion_control/tcp_cubic_sender.cc', |
696 'quic/congestion_control/tcp_cubic_sender.h', | 696 'quic/congestion_control/tcp_cubic_sender.h', |
697 'quic/congestion_control/tcp_receiver.cc', | 697 'quic/congestion_control/tcp_receiver.cc', |
698 'quic/congestion_control/tcp_receiver.h', | 698 'quic/congestion_control/tcp_receiver.h', |
699 'quic/crypto/crypto_framer.cc', | 699 'quic/crypto/crypto_framer.cc', |
700 'quic/crypto/crypto_framer.h', | 700 'quic/crypto/crypto_framer.h', |
701 'quic/crypto/crypto_handshake.cc', | 701 'quic/crypto/crypto_handshake.cc', |
702 'quic/crypto/crypto_handshake.h', | 702 'quic/crypto/crypto_handshake.h', |
703 'quic/crypto/crypto_protocol.cc', | |
704 'quic/crypto/crypto_protocol.h', | 703 'quic/crypto/crypto_protocol.h', |
705 'quic/crypto/crypto_utils.cc', | 704 'quic/crypto/crypto_utils.cc', |
706 'quic/crypto/crypto_utils.h', | 705 'quic/crypto/crypto_utils.h', |
707 'quic/crypto/curve25519_key_exchange.cc', | 706 'quic/crypto/curve25519_key_exchange.cc', |
708 'quic/crypto/curve25519_key_exchange.h', | 707 'quic/crypto/curve25519_key_exchange.h', |
709 'quic/crypto/key_exchange.h', | 708 'quic/crypto/key_exchange.h', |
710 'quic/crypto/null_decrypter.cc', | 709 'quic/crypto/null_decrypter.cc', |
711 'quic/crypto/null_decrypter.h', | 710 'quic/crypto/null_decrypter.h', |
712 'quic/crypto/null_encrypter.cc', | 711 'quic/crypto/null_encrypter.cc', |
713 'quic/crypto/null_encrypter.h', | 712 'quic/crypto/null_encrypter.h', |
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
754 'quic/quic_packet_entropy_manager.cc', | 753 'quic/quic_packet_entropy_manager.cc', |
755 'quic/quic_packet_entropy_manager.h', | 754 'quic/quic_packet_entropy_manager.h', |
756 'quic/quic_packet_generator.cc', | 755 'quic/quic_packet_generator.cc', |
757 'quic/quic_packet_generator.h', | 756 'quic/quic_packet_generator.h', |
758 'quic/quic_protocol.cc', | 757 'quic/quic_protocol.cc', |
759 'quic/quic_protocol.h', | 758 'quic/quic_protocol.h', |
760 'quic/quic_reliable_client_stream.cc', | 759 'quic/quic_reliable_client_stream.cc', |
761 'quic/quic_reliable_client_stream.h', | 760 'quic/quic_reliable_client_stream.h', |
762 'quic/quic_session.cc', | 761 'quic/quic_session.cc', |
763 'quic/quic_session.h', | 762 'quic/quic_session.h', |
| 763 'quic/quic_stats.cc', |
| 764 'quic/quic_stats.h', |
764 'quic/quic_stream_factory.cc', | 765 'quic/quic_stream_factory.cc', |
765 'quic/quic_stream_factory.h', | 766 'quic/quic_stream_factory.h', |
766 'quic/quic_stream_sequencer.cc', | 767 'quic/quic_stream_sequencer.cc', |
767 'quic/quic_stream_sequencer.h', | 768 'quic/quic_stream_sequencer.h', |
768 'quic/quic_time.cc', | 769 'quic/quic_time.cc', |
769 'quic/quic_time.h', | 770 'quic/quic_time.h', |
770 'quic/quic_utils.cc', | 771 'quic/quic_utils.cc', |
771 'quic/quic_utils.h', | 772 'quic/quic_utils.h', |
772 'quic/reliable_quic_stream.cc', | 773 'quic/reliable_quic_stream.cc', |
773 'quic/reliable_quic_stream.h', | 774 'quic/reliable_quic_stream.h', |
(...skipping 771 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1545 'quic/crypto/p256_key_exchange_test.cc', | 1546 'quic/crypto/p256_key_exchange_test.cc', |
1546 'quic/crypto/quic_random_test.cc', | 1547 'quic/crypto/quic_random_test.cc', |
1547 'quic/test_tools/crypto_test_utils.cc', | 1548 'quic/test_tools/crypto_test_utils.cc', |
1548 'quic/test_tools/crypto_test_utils.h', | 1549 'quic/test_tools/crypto_test_utils.h', |
1549 'quic/test_tools/mock_clock.cc', | 1550 'quic/test_tools/mock_clock.cc', |
1550 'quic/test_tools/mock_clock.h', | 1551 'quic/test_tools/mock_clock.h', |
1551 'quic/test_tools/mock_random.cc', | 1552 'quic/test_tools/mock_random.cc', |
1552 'quic/test_tools/mock_random.h', | 1553 'quic/test_tools/mock_random.h', |
1553 'quic/test_tools/quic_connection_peer.cc', | 1554 'quic/test_tools/quic_connection_peer.cc', |
1554 'quic/test_tools/quic_connection_peer.h', | 1555 'quic/test_tools/quic_connection_peer.h', |
| 1556 'quic/test_tools/quic_framer_peer.cc', |
| 1557 'quic/test_tools/quic_framer_peer.h', |
| 1558 'quic/test_tools/quic_packet_creator_peer.cc', |
| 1559 'quic/test_tools/quic_packet_creator_peer.h', |
1555 'quic/test_tools/quic_session_peer.cc', | 1560 'quic/test_tools/quic_session_peer.cc', |
1556 'quic/test_tools/quic_session_peer.h', | 1561 'quic/test_tools/quic_session_peer.h', |
1557 'quic/test_tools/quic_test_utils.cc', | 1562 'quic/test_tools/quic_test_utils.cc', |
1558 'quic/test_tools/quic_test_utils.h', | 1563 'quic/test_tools/quic_test_utils.h', |
1559 'quic/test_tools/reliable_quic_stream_peer.cc', | 1564 'quic/test_tools/reliable_quic_stream_peer.cc', |
1560 'quic/test_tools/reliable_quic_stream_peer.h', | 1565 'quic/test_tools/reliable_quic_stream_peer.h', |
1561 'quic/test_tools/simple_quic_framer.cc', | 1566 'quic/test_tools/simple_quic_framer.cc', |
1562 'quic/test_tools/simple_quic_framer.h', | 1567 'quic/test_tools/simple_quic_framer.h', |
1563 'quic/test_tools/test_task_runner.cc', | 1568 'quic/test_tools/test_task_runner.cc', |
1564 'quic/test_tools/test_task_runner.h', | 1569 'quic/test_tools/test_task_runner.h', |
(...skipping 1016 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2581 '--result', '<@(_outputs)', | 2586 '--result', '<@(_outputs)', |
2582 '--isolate', 'net_unittests.isolate', | 2587 '--isolate', 'net_unittests.isolate', |
2583 ], | 2588 ], |
2584 }, | 2589 }, |
2585 ], | 2590 ], |
2586 }, | 2591 }, |
2587 ], | 2592 ], |
2588 }], | 2593 }], |
2589 ], | 2594 ], |
2590 } | 2595 } |
OLD | NEW |