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 744 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
755 'quic/crypto/null_decrypter.cc', | 755 'quic/crypto/null_decrypter.cc', |
756 'quic/crypto/null_decrypter.h', | 756 'quic/crypto/null_decrypter.h', |
757 'quic/crypto/null_encrypter.cc', | 757 'quic/crypto/null_encrypter.cc', |
758 'quic/crypto/null_encrypter.h', | 758 'quic/crypto/null_encrypter.h', |
759 'quic/crypto/p256_key_exchange.h', | 759 'quic/crypto/p256_key_exchange.h', |
760 'quic/crypto/p256_key_exchange_nss.cc', | 760 'quic/crypto/p256_key_exchange_nss.cc', |
761 'quic/crypto/p256_key_exchange_openssl.cc', | 761 'quic/crypto/p256_key_exchange_openssl.cc', |
762 'quic/crypto/proof_source.h', | 762 'quic/crypto/proof_source.h', |
763 'quic/crypto/proof_source_chromium.cc', | 763 'quic/crypto/proof_source_chromium.cc', |
764 'quic/crypto/proof_source_chromium.h', | 764 'quic/crypto/proof_source_chromium.h', |
765 'quic/crypto/proof_verifier.cc', | |
766 'quic/crypto/proof_verifier_chromium.cc', | 765 'quic/crypto/proof_verifier_chromium.cc', |
767 'quic/crypto/proof_verifier_chromium.h', | 766 'quic/crypto/proof_verifier_chromium.h', |
768 'quic/crypto/quic_decrypter.cc', | 767 'quic/crypto/quic_decrypter.cc', |
769 'quic/crypto/quic_decrypter.h', | 768 'quic/crypto/quic_decrypter.h', |
770 'quic/crypto/quic_encrypter.cc', | 769 'quic/crypto/quic_encrypter.cc', |
771 'quic/crypto/quic_encrypter.h', | 770 'quic/crypto/quic_encrypter.h', |
772 'quic/crypto/quic_random.cc', | 771 'quic/crypto/quic_random.cc', |
773 'quic/crypto/quic_random.h', | 772 'quic/crypto/quic_random.h', |
774 'quic/crypto/scoped_evp_cipher_ctx.cc', | 773 'quic/crypto/scoped_evp_cipher_ctx.cc', |
775 'quic/crypto/scoped_evp_cipher_ctx.h', | 774 'quic/crypto/scoped_evp_cipher_ctx.h', |
(...skipping 2109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2885 'net_unittests.isolate', | 2884 'net_unittests.isolate', |
2886 ], | 2885 ], |
2887 'sources': [ | 2886 'sources': [ |
2888 'net_unittests.isolate', | 2887 'net_unittests.isolate', |
2889 ], | 2888 ], |
2890 }, | 2889 }, |
2891 ], | 2890 ], |
2892 }], | 2891 }], |
2893 ], | 2892 ], |
2894 } | 2893 } |
OLD | NEW |