Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(98)

Side by Side Diff: net/net.gyp

Issue 11458012: SSLCertRequestInfo: Add |valid_cas| and |valid_key_types| (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: trivial fix for Linux build Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'conditions': [ 10 'conditions': [
(...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after
242 'base/server_bound_cert_service.cc', 242 'base/server_bound_cert_service.cc',
243 'base/server_bound_cert_service.h', 243 'base/server_bound_cert_service.h',
244 'base/server_bound_cert_store.cc', 244 'base/server_bound_cert_store.cc',
245 'base/server_bound_cert_store.h', 245 'base/server_bound_cert_store.h',
246 'base/single_request_cert_verifier.cc', 246 'base/single_request_cert_verifier.cc',
247 'base/single_request_cert_verifier.h', 247 'base/single_request_cert_verifier.h',
248 'base/single_request_host_resolver.cc', 248 'base/single_request_host_resolver.cc',
249 'base/single_request_host_resolver.h', 249 'base/single_request_host_resolver.h',
250 'base/ssl_cert_request_info.cc', 250 'base/ssl_cert_request_info.cc',
251 'base/ssl_cert_request_info.h', 251 'base/ssl_cert_request_info.h',
252 'base/ssl_cert_request_info_openssl.cc',
252 'base/ssl_cipher_suite_names.cc', 253 'base/ssl_cipher_suite_names.cc',
253 'base/ssl_cipher_suite_names.h', 254 'base/ssl_cipher_suite_names.h',
254 'base/ssl_client_auth_cache.cc', 255 'base/ssl_client_auth_cache.cc',
255 'base/ssl_client_auth_cache.h', 256 'base/ssl_client_auth_cache.h',
256 'base/ssl_client_cert_type.h', 257 'base/ssl_client_cert_type.h',
257 'base/ssl_config_service.cc', 258 'base/ssl_config_service.cc',
258 'base/ssl_config_service.h', 259 'base/ssl_config_service.h',
259 'base/ssl_config_service_defaults.cc', 260 'base/ssl_config_service_defaults.cc',
260 'base/ssl_config_service_defaults.h', 261 'base/ssl_config_service_defaults.h',
261 'base/ssl_info.cc', 262 'base/ssl_info.cc',
(...skipping 753 matching lines...) Expand 10 before | Expand all | Expand 10 after
1015 'sources!': [ 1016 'sources!': [
1016 'base/cert_database_nss.cc', 1017 'base/cert_database_nss.cc',
1017 'base/cert_verify_proc_nss.cc', 1018 'base/cert_verify_proc_nss.cc',
1018 'base/cert_verify_proc_nss.h', 1019 'base/cert_verify_proc_nss.h',
1019 'base/crypto_module_nss.cc', 1020 'base/crypto_module_nss.cc',
1020 'base/keygen_handler_nss.cc', 1021 'base/keygen_handler_nss.cc',
1021 'base/nss_cert_database.cc', 1022 'base/nss_cert_database.cc',
1022 'base/nss_cert_database.h', 1023 'base/nss_cert_database.h',
1023 'base/nss_memio.c', 1024 'base/nss_memio.c',
1024 'base/nss_memio.h', 1025 'base/nss_memio.h',
1026 'base/ssl_cert_request_info.cc',
1025 'base/test_root_certs_nss.cc', 1027 'base/test_root_certs_nss.cc',
1026 'base/x509_certificate_nss.cc', 1028 'base/x509_certificate_nss.cc',
1027 'base/x509_util_nss.cc', 1029 'base/x509_util_nss.cc',
1028 'base/x509_util_nss.h', 1030 'base/x509_util_nss.h',
1029 'ocsp/nss_ocsp.cc', 1031 'ocsp/nss_ocsp.cc',
1030 'ocsp/nss_ocsp.h', 1032 'ocsp/nss_ocsp.h',
1031 'socket/nss_ssl_util.cc', 1033 'socket/nss_ssl_util.cc',
1032 'socket/nss_ssl_util.h', 1034 'socket/nss_ssl_util.h',
1033 'socket/ssl_client_socket_nss.cc', 1035 'socket/ssl_client_socket_nss.cc',
1034 'socket/ssl_client_socket_nss.h', 1036 'socket/ssl_client_socket_nss.h',
(...skipping 10 matching lines...) Expand all
1045 { # else !use_openssl: remove the unneeded files 1047 { # else !use_openssl: remove the unneeded files
1046 'sources!': [ 1048 'sources!': [
1047 'base/cert_database_openssl.cc', 1049 'base/cert_database_openssl.cc',
1048 'base/cert_verify_proc_openssl.cc', 1050 'base/cert_verify_proc_openssl.cc',
1049 'base/cert_verify_proc_openssl.h', 1051 'base/cert_verify_proc_openssl.h',
1050 'base/crypto_module_openssl.cc', 1052 'base/crypto_module_openssl.cc',
1051 'base/keygen_handler_openssl.cc', 1053 'base/keygen_handler_openssl.cc',
1052 'base/openssl_memory_private_key_store.cc', 1054 'base/openssl_memory_private_key_store.cc',
1053 'base/openssl_private_key_store.h', 1055 'base/openssl_private_key_store.h',
1054 'base/openssl_private_key_store_android.cc', 1056 'base/openssl_private_key_store_android.cc',
1057 'base/ssl_cert_request_info_openssl.cc',
1055 'base/test_root_certs_openssl.cc', 1058 'base/test_root_certs_openssl.cc',
1056 'base/x509_certificate_openssl.cc', 1059 'base/x509_certificate_openssl.cc',
1057 'base/x509_util_openssl.cc', 1060 'base/x509_util_openssl.cc',
1058 'base/x509_util_openssl.h', 1061 'base/x509_util_openssl.h',
1059 'socket/ssl_client_socket_openssl.cc', 1062 'socket/ssl_client_socket_openssl.cc',
1060 'socket/ssl_client_socket_openssl.h', 1063 'socket/ssl_client_socket_openssl.h',
1061 'socket/ssl_server_socket_openssl.cc', 1064 'socket/ssl_server_socket_openssl.cc',
1062 ], 1065 ],
1063 }, 1066 },
1064 ], 1067 ],
(...skipping 1296 matching lines...) Expand 10 before | Expand all | Expand 10 after
2361 '--result', '<@(_outputs)', 2364 '--result', '<@(_outputs)',
2362 '--isolate', 'net_unittests.isolate', 2365 '--isolate', 'net_unittests.isolate',
2363 ], 2366 ],
2364 }, 2367 },
2365 ], 2368 ],
2366 }, 2369 },
2367 ], 2370 ],
2368 }], 2371 }],
2369 ], 2372 ],
2370 } 2373 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698