| 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 740 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 751 'quic/crypto/ephemeral_key_source.h', | 751 'quic/crypto/ephemeral_key_source.h', |
| 752 'quic/crypto/key_exchange.h', | 752 'quic/crypto/key_exchange.h', |
| 753 'quic/crypto/null_decrypter.cc', | 753 'quic/crypto/null_decrypter.cc', |
| 754 'quic/crypto/null_decrypter.h', | 754 'quic/crypto/null_decrypter.h', |
| 755 'quic/crypto/null_encrypter.cc', | 755 'quic/crypto/null_encrypter.cc', |
| 756 'quic/crypto/null_encrypter.h', | 756 'quic/crypto/null_encrypter.h', |
| 757 'quic/crypto/p256_key_exchange.h', | 757 'quic/crypto/p256_key_exchange.h', |
| 758 'quic/crypto/p256_key_exchange_nss.cc', | 758 'quic/crypto/p256_key_exchange_nss.cc', |
| 759 'quic/crypto/p256_key_exchange_openssl.cc', | 759 'quic/crypto/p256_key_exchange_openssl.cc', |
| 760 'quic/crypto/proof_source.h', | 760 'quic/crypto/proof_source.h', |
| 761 'quic/crypto/proof_verifier_chromium.cc', |
| 762 'quic/crypto/proof_verifier_chromium.h', |
| 761 'quic/crypto/quic_decrypter.cc', | 763 'quic/crypto/quic_decrypter.cc', |
| 762 'quic/crypto/quic_decrypter.h', | 764 'quic/crypto/quic_decrypter.h', |
| 763 'quic/crypto/quic_encrypter.cc', | 765 'quic/crypto/quic_encrypter.cc', |
| 764 'quic/crypto/quic_encrypter.h', | 766 'quic/crypto/quic_encrypter.h', |
| 765 'quic/crypto/quic_random.cc', | 767 'quic/crypto/quic_random.cc', |
| 766 'quic/crypto/quic_random.h', | 768 'quic/crypto/quic_random.h', |
| 767 'quic/crypto/scoped_evp_cipher_ctx.cc', | 769 'quic/crypto/scoped_evp_cipher_ctx.cc', |
| 768 'quic/crypto/scoped_evp_cipher_ctx.h', | 770 'quic/crypto/scoped_evp_cipher_ctx.h', |
| 769 'quic/crypto/strike_register.cc', | 771 'quic/crypto/strike_register.cc', |
| 770 'quic/crypto/strike_register.h', | 772 'quic/crypto/strike_register.h', |
| (...skipping 901 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1672 'quic/crypto/crypto_utils_test.cc', | 1674 'quic/crypto/crypto_utils_test.cc', |
| 1673 'quic/crypto/curve25519_key_exchange_test.cc', | 1675 'quic/crypto/curve25519_key_exchange_test.cc', |
| 1674 'quic/crypto/null_decrypter_test.cc', | 1676 'quic/crypto/null_decrypter_test.cc', |
| 1675 'quic/crypto/null_encrypter_test.cc', | 1677 'quic/crypto/null_encrypter_test.cc', |
| 1676 'quic/crypto/p256_key_exchange_test.cc', | 1678 'quic/crypto/p256_key_exchange_test.cc', |
| 1677 'quic/crypto/proof_test.cc', | 1679 'quic/crypto/proof_test.cc', |
| 1678 'quic/crypto/quic_random_test.cc', | 1680 'quic/crypto/quic_random_test.cc', |
| 1679 'quic/crypto/strike_register_test.cc', | 1681 'quic/crypto/strike_register_test.cc', |
| 1680 'quic/test_tools/crypto_test_utils.cc', | 1682 'quic/test_tools/crypto_test_utils.cc', |
| 1681 'quic/test_tools/crypto_test_utils.h', | 1683 'quic/test_tools/crypto_test_utils.h', |
| 1684 'quic/test_tools/crypto_test_utils_chromium.cc', |
| 1682 'quic/test_tools/crypto_test_utils_nss.cc', | 1685 'quic/test_tools/crypto_test_utils_nss.cc', |
| 1683 'quic/test_tools/crypto_test_utils_openssl.cc', | 1686 'quic/test_tools/crypto_test_utils_openssl.cc', |
| 1684 'quic/test_tools/mock_clock.cc', | 1687 'quic/test_tools/mock_clock.cc', |
| 1685 'quic/test_tools/mock_clock.h', | 1688 'quic/test_tools/mock_clock.h', |
| 1686 'quic/test_tools/mock_crypto_client_stream.cc', | 1689 'quic/test_tools/mock_crypto_client_stream.cc', |
| 1687 'quic/test_tools/mock_crypto_client_stream.h', | 1690 'quic/test_tools/mock_crypto_client_stream.h', |
| 1688 'quic/test_tools/mock_crypto_client_stream_factory.cc', | 1691 'quic/test_tools/mock_crypto_client_stream_factory.cc', |
| 1689 'quic/test_tools/mock_crypto_client_stream_factory.h', | 1692 'quic/test_tools/mock_crypto_client_stream_factory.h', |
| 1690 'quic/test_tools/mock_random.cc', | 1693 'quic/test_tools/mock_random.cc', |
| 1691 'quic/test_tools/mock_random.h', | 1694 'quic/test_tools/mock_random.h', |
| (...skipping 984 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2676 }, | 2679 }, |
| 2677 { | 2680 { |
| 2678 'target_name': 'quic_unittests', | 2681 'target_name': 'quic_unittests', |
| 2679 'type': '<(gtest_target_type)', | 2682 'type': '<(gtest_target_type)', |
| 2680 'dependencies': [ | 2683 'dependencies': [ |
| 2681 '../base/base.gyp:test_support_base', | 2684 '../base/base.gyp:test_support_base', |
| 2682 '../crypto/crypto.gyp:crypto', | 2685 '../crypto/crypto.gyp:crypto', |
| 2683 '../testing/gmock.gyp:gmock', | 2686 '../testing/gmock.gyp:gmock', |
| 2684 '../testing/gtest.gyp:gtest', | 2687 '../testing/gtest.gyp:gtest', |
| 2685 'net', | 2688 'net', |
| 2689 'net_test_support', |
| 2686 'quic_library', | 2690 'quic_library', |
| 2687 ], | 2691 ], |
| 2688 'sources': [ | 2692 'sources': [ |
| 2689 'quic/test_tools/quic_session_peer.cc', | 2693 'quic/test_tools/quic_session_peer.cc', |
| 2690 'quic/test_tools/quic_session_peer.h', | 2694 'quic/test_tools/quic_session_peer.h', |
| 2691 'quic/test_tools/crypto_test_utils.cc', | 2695 'quic/test_tools/crypto_test_utils.cc', |
| 2692 'quic/test_tools/crypto_test_utils.h', | 2696 'quic/test_tools/crypto_test_utils.h', |
| 2697 'quic/test_tools/crypto_test_utils_chromium.cc', |
| 2693 'quic/test_tools/crypto_test_utils_nss.cc', | 2698 'quic/test_tools/crypto_test_utils_nss.cc', |
| 2694 'quic/test_tools/crypto_test_utils_openssl.cc', | 2699 'quic/test_tools/crypto_test_utils_openssl.cc', |
| 2695 'quic/test_tools/mock_clock.cc', | 2700 'quic/test_tools/mock_clock.cc', |
| 2696 'quic/test_tools/mock_clock.h', | 2701 'quic/test_tools/mock_clock.h', |
| 2697 'quic/test_tools/mock_random.cc', | 2702 'quic/test_tools/mock_random.cc', |
| 2698 'quic/test_tools/mock_random.h', | 2703 'quic/test_tools/mock_random.h', |
| 2699 'quic/test_tools/simple_quic_framer.cc', | 2704 'quic/test_tools/simple_quic_framer.cc', |
| 2700 'quic/test_tools/simple_quic_framer.h', | 2705 'quic/test_tools/simple_quic_framer.h', |
| 2701 'quic/test_tools/quic_connection_peer.cc', | 2706 'quic/test_tools/quic_connection_peer.cc', |
| 2702 'quic/test_tools/quic_connection_peer.h', | 2707 'quic/test_tools/quic_connection_peer.h', |
| (...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2931 '--result', '<@(_outputs)', | 2936 '--result', '<@(_outputs)', |
| 2932 '--isolate', 'net_unittests.isolate', | 2937 '--isolate', 'net_unittests.isolate', |
| 2933 ], | 2938 ], |
| 2934 }, | 2939 }, |
| 2935 ], | 2940 ], |
| 2936 }, | 2941 }, |
| 2937 ], | 2942 ], |
| 2938 }], | 2943 }], |
| 2939 ], | 2944 ], |
| 2940 } | 2945 } |
| OLD | NEW |