| 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 902 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1673 'quic/crypto/crypto_utils_test.cc', | 1675 'quic/crypto/crypto_utils_test.cc', |
| 1674 'quic/crypto/curve25519_key_exchange_test.cc', | 1676 'quic/crypto/curve25519_key_exchange_test.cc', |
| 1675 'quic/crypto/null_decrypter_test.cc', | 1677 'quic/crypto/null_decrypter_test.cc', |
| 1676 'quic/crypto/null_encrypter_test.cc', | 1678 'quic/crypto/null_encrypter_test.cc', |
| 1677 'quic/crypto/p256_key_exchange_test.cc', | 1679 'quic/crypto/p256_key_exchange_test.cc', |
| 1678 'quic/crypto/proof_test.cc', | 1680 'quic/crypto/proof_test.cc', |
| 1679 'quic/crypto/quic_random_test.cc', | 1681 'quic/crypto/quic_random_test.cc', |
| 1680 'quic/crypto/strike_register_test.cc', | 1682 'quic/crypto/strike_register_test.cc', |
| 1681 'quic/test_tools/crypto_test_utils.cc', | 1683 'quic/test_tools/crypto_test_utils.cc', |
| 1682 'quic/test_tools/crypto_test_utils.h', | 1684 'quic/test_tools/crypto_test_utils.h', |
| 1685 'quic/test_tools/crypto_test_utils_chromium.cc', |
| 1683 'quic/test_tools/crypto_test_utils_nss.cc', | 1686 'quic/test_tools/crypto_test_utils_nss.cc', |
| 1684 'quic/test_tools/crypto_test_utils_openssl.cc', | 1687 'quic/test_tools/crypto_test_utils_openssl.cc', |
| 1685 'quic/test_tools/mock_clock.cc', | 1688 'quic/test_tools/mock_clock.cc', |
| 1686 'quic/test_tools/mock_clock.h', | 1689 'quic/test_tools/mock_clock.h', |
| 1687 'quic/test_tools/mock_crypto_client_stream.cc', | 1690 'quic/test_tools/mock_crypto_client_stream.cc', |
| 1688 'quic/test_tools/mock_crypto_client_stream.h', | 1691 'quic/test_tools/mock_crypto_client_stream.h', |
| 1689 'quic/test_tools/mock_crypto_client_stream_factory.cc', | 1692 'quic/test_tools/mock_crypto_client_stream_factory.cc', |
| 1690 'quic/test_tools/mock_crypto_client_stream_factory.h', | 1693 'quic/test_tools/mock_crypto_client_stream_factory.h', |
| 1691 'quic/test_tools/mock_random.cc', | 1694 'quic/test_tools/mock_random.cc', |
| 1692 'quic/test_tools/mock_random.h', | 1695 'quic/test_tools/mock_random.h', |
| (...skipping 994 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2687 }, | 2690 }, |
| 2688 { | 2691 { |
| 2689 'target_name': 'quic_unittests', | 2692 'target_name': 'quic_unittests', |
| 2690 'type': '<(gtest_target_type)', | 2693 'type': '<(gtest_target_type)', |
| 2691 'dependencies': [ | 2694 'dependencies': [ |
| 2692 '../base/base.gyp:test_support_base', | 2695 '../base/base.gyp:test_support_base', |
| 2693 '../crypto/crypto.gyp:crypto', | 2696 '../crypto/crypto.gyp:crypto', |
| 2694 '../testing/gmock.gyp:gmock', | 2697 '../testing/gmock.gyp:gmock', |
| 2695 '../testing/gtest.gyp:gtest', | 2698 '../testing/gtest.gyp:gtest', |
| 2696 'net', | 2699 'net', |
| 2700 'net_test_support', |
| 2697 'quic_library', | 2701 'quic_library', |
| 2698 ], | 2702 ], |
| 2699 'sources': [ | 2703 'sources': [ |
| 2700 'quic/test_tools/quic_session_peer.cc', | 2704 'quic/test_tools/quic_session_peer.cc', |
| 2701 'quic/test_tools/quic_session_peer.h', | 2705 'quic/test_tools/quic_session_peer.h', |
| 2702 'quic/test_tools/crypto_test_utils.cc', | 2706 'quic/test_tools/crypto_test_utils.cc', |
| 2703 'quic/test_tools/crypto_test_utils.h', | 2707 'quic/test_tools/crypto_test_utils.h', |
| 2708 'quic/test_tools/crypto_test_utils_chromium.cc', |
| 2704 'quic/test_tools/crypto_test_utils_nss.cc', | 2709 'quic/test_tools/crypto_test_utils_nss.cc', |
| 2705 'quic/test_tools/crypto_test_utils_openssl.cc', | 2710 'quic/test_tools/crypto_test_utils_openssl.cc', |
| 2706 'quic/test_tools/mock_clock.cc', | 2711 'quic/test_tools/mock_clock.cc', |
| 2707 'quic/test_tools/mock_clock.h', | 2712 'quic/test_tools/mock_clock.h', |
| 2708 'quic/test_tools/mock_random.cc', | 2713 'quic/test_tools/mock_random.cc', |
| 2709 'quic/test_tools/mock_random.h', | 2714 'quic/test_tools/mock_random.h', |
| 2710 'quic/test_tools/simple_quic_framer.cc', | 2715 'quic/test_tools/simple_quic_framer.cc', |
| 2711 'quic/test_tools/simple_quic_framer.h', | 2716 'quic/test_tools/simple_quic_framer.h', |
| 2712 'quic/test_tools/quic_connection_peer.cc', | 2717 'quic/test_tools/quic_connection_peer.cc', |
| 2713 'quic/test_tools/quic_connection_peer.h', | 2718 'quic/test_tools/quic_connection_peer.h', |
| (...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2942 '--result', '<@(_outputs)', | 2947 '--result', '<@(_outputs)', |
| 2943 '--isolate', 'net_unittests.isolate', | 2948 '--isolate', 'net_unittests.isolate', |
| 2944 ], | 2949 ], |
| 2945 }, | 2950 }, |
| 2946 ], | 2951 ], |
| 2947 }, | 2952 }, |
| 2948 ], | 2953 ], |
| 2949 }], | 2954 }], |
| 2950 ], | 2955 ], |
| 2951 } | 2956 } |
| OLD | NEW |