Chromium Code Reviews| 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 736 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 747 'quic/crypto/ephemeral_key_source.h', | 747 'quic/crypto/ephemeral_key_source.h', |
| 748 'quic/crypto/key_exchange.h', | 748 'quic/crypto/key_exchange.h', |
| 749 'quic/crypto/null_decrypter.cc', | 749 'quic/crypto/null_decrypter.cc', |
| 750 'quic/crypto/null_decrypter.h', | 750 'quic/crypto/null_decrypter.h', |
| 751 'quic/crypto/null_encrypter.cc', | 751 'quic/crypto/null_encrypter.cc', |
| 752 'quic/crypto/null_encrypter.h', | 752 'quic/crypto/null_encrypter.h', |
| 753 'quic/crypto/p256_key_exchange.h', | 753 'quic/crypto/p256_key_exchange.h', |
| 754 'quic/crypto/p256_key_exchange_nss.cc', | 754 'quic/crypto/p256_key_exchange_nss.cc', |
| 755 'quic/crypto/p256_key_exchange_openssl.cc', | 755 'quic/crypto/p256_key_exchange_openssl.cc', |
| 756 'quic/crypto/proof_source.h', | 756 'quic/crypto/proof_source.h', |
| 757 'quic/crypto/proof_verifier_openssl.cc', | |
|
wtc
2013/06/19 19:44:36
proof_verifier_openssl.h should also be added to t
ramant (doing other things)
2013/06/19 19:58:20
Done.
| |
| 757 'quic/crypto/quic_decrypter.cc', | 758 'quic/crypto/quic_decrypter.cc', |
| 758 'quic/crypto/quic_decrypter.h', | 759 'quic/crypto/quic_decrypter.h', |
| 759 'quic/crypto/quic_encrypter.cc', | 760 'quic/crypto/quic_encrypter.cc', |
| 760 'quic/crypto/quic_encrypter.h', | 761 'quic/crypto/quic_encrypter.h', |
| 761 'quic/crypto/quic_random.cc', | 762 'quic/crypto/quic_random.cc', |
| 762 'quic/crypto/quic_random.h', | 763 'quic/crypto/quic_random.h', |
| 763 'quic/crypto/scoped_evp_cipher_ctx.cc', | 764 'quic/crypto/scoped_evp_cipher_ctx.cc', |
| 764 'quic/crypto/scoped_evp_cipher_ctx.h', | 765 'quic/crypto/scoped_evp_cipher_ctx.h', |
| 765 'quic/crypto/strike_register.cc', | 766 'quic/crypto/strike_register.cc', |
| 766 'quic/crypto/strike_register.h', | 767 'quic/crypto/strike_register.h', |
| (...skipping 452 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1219 'cert/cert_verify_proc_openssl.cc', | 1220 'cert/cert_verify_proc_openssl.cc', |
| 1220 'cert/cert_verify_proc_openssl.h', | 1221 'cert/cert_verify_proc_openssl.h', |
| 1221 'cert/test_root_certs_openssl.cc', | 1222 'cert/test_root_certs_openssl.cc', |
| 1222 'cert/x509_certificate_openssl.cc', | 1223 'cert/x509_certificate_openssl.cc', |
| 1223 'cert/x509_util_openssl.cc', | 1224 'cert/x509_util_openssl.cc', |
| 1224 'cert/x509_util_openssl.h', | 1225 'cert/x509_util_openssl.h', |
| 1225 'quic/crypto/aes_128_gcm_12_decrypter_openssl.cc', | 1226 'quic/crypto/aes_128_gcm_12_decrypter_openssl.cc', |
| 1226 'quic/crypto/aes_128_gcm_12_encrypter_openssl.cc', | 1227 'quic/crypto/aes_128_gcm_12_encrypter_openssl.cc', |
| 1227 'quic/crypto/channel_id_openssl.cc', | 1228 'quic/crypto/channel_id_openssl.cc', |
| 1228 'quic/crypto/p256_key_exchange_openssl.cc', | 1229 'quic/crypto/p256_key_exchange_openssl.cc', |
| 1230 'quic/crypto/proof_verifier_openssl.cc', | |
| 1229 'quic/crypto/scoped_evp_cipher_ctx.cc', | 1231 'quic/crypto/scoped_evp_cipher_ctx.cc', |
| 1230 'quic/crypto/scoped_evp_cipher_ctx.h', | 1232 'quic/crypto/scoped_evp_cipher_ctx.h', |
| 1231 'socket/ssl_client_socket_openssl.cc', | 1233 'socket/ssl_client_socket_openssl.cc', |
| 1232 'socket/ssl_client_socket_openssl.h', | 1234 'socket/ssl_client_socket_openssl.h', |
| 1233 'socket/ssl_server_socket_openssl.cc', | 1235 'socket/ssl_server_socket_openssl.cc', |
| 1234 'ssl/openssl_client_key_store.cc', | 1236 'ssl/openssl_client_key_store.cc', |
| 1235 'ssl/openssl_client_key_store.h', | 1237 'ssl/openssl_client_key_store.h', |
| 1236 ], | 1238 ], |
| 1237 }, | 1239 }, |
| 1238 ], | 1240 ], |
| (...skipping 1684 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 2923 '--result', '<@(_outputs)', | 2925 '--result', '<@(_outputs)', |
| 2924 '--isolate', 'net_unittests.isolate', | 2926 '--isolate', 'net_unittests.isolate', |
| 2925 ], | 2927 ], |
| 2926 }, | 2928 }, |
| 2927 ], | 2929 ], |
| 2928 }, | 2930 }, |
| 2929 ], | 2931 ], |
| 2930 }], | 2932 }], |
| 2931 ], | 2933 ], |
| 2932 } | 2934 } |
| OLD | NEW |