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

Side by Side Diff: net/net.gyp

Issue 112533002: Add ClientCertStoreChromeOS which only returns the certs for a given user. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: explicits Created 7 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 | Annotate | Revision Log
« no previous file with comments | « net/cert/nss_profile_filter_chromeos.cc ('k') | net/ssl/client_cert_store.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 279 matching lines...) Expand 10 before | Expand all | Expand 10 after
290 'cert/ev_root_ca_metadata.h', 290 'cert/ev_root_ca_metadata.h',
291 'cert/jwk_serializer_nss.cc', 291 'cert/jwk_serializer_nss.cc',
292 'cert/jwk_serializer_openssl.cc', 292 'cert/jwk_serializer_openssl.cc',
293 'cert/jwk_serializer.h', 293 'cert/jwk_serializer.h',
294 'cert/multi_log_ct_verifier.cc', 294 'cert/multi_log_ct_verifier.cc',
295 'cert/multi_log_ct_verifier.h', 295 'cert/multi_log_ct_verifier.h',
296 'cert/multi_threaded_cert_verifier.cc', 296 'cert/multi_threaded_cert_verifier.cc',
297 'cert/multi_threaded_cert_verifier.h', 297 'cert/multi_threaded_cert_verifier.h',
298 'cert/nss_cert_database.cc', 298 'cert/nss_cert_database.cc',
299 'cert/nss_cert_database.h', 299 'cert/nss_cert_database.h',
300 'cert/nss_profile_filter_chromeos.cc',
301 'cert/nss_profile_filter_chromeos.h',
300 'cert/pem_tokenizer.cc', 302 'cert/pem_tokenizer.cc',
301 'cert/pem_tokenizer.h', 303 'cert/pem_tokenizer.h',
302 'cert/scoped_nss_types.h', 304 'cert/scoped_nss_types.h',
303 'cert/sct_status_flags.h', 305 'cert/sct_status_flags.h',
304 'cert/signed_certificate_timestamp.cc', 306 'cert/signed_certificate_timestamp.cc',
305 'cert/signed_certificate_timestamp.h', 307 'cert/signed_certificate_timestamp.h',
306 'cert/single_request_cert_verifier.cc', 308 'cert/single_request_cert_verifier.cc',
307 'cert/single_request_cert_verifier.h', 309 'cert/single_request_cert_verifier.h',
308 'cert/test_root_certs.cc', 310 'cert/test_root_certs.cc',
309 'cert/test_root_certs.h', 311 'cert/test_root_certs.h',
(...skipping 704 matching lines...) Expand 10 before | Expand all | Expand 10 after
1014 'spdy/spdy_session_pool.cc', 1016 'spdy/spdy_session_pool.cc',
1015 'spdy/spdy_session_pool.h', 1017 'spdy/spdy_session_pool.h',
1016 'spdy/spdy_stream.cc', 1018 'spdy/spdy_stream.cc',
1017 'spdy/spdy_stream.h', 1019 'spdy/spdy_stream.h',
1018 'spdy/spdy_websocket_stream.cc', 1020 'spdy/spdy_websocket_stream.cc',
1019 'spdy/spdy_websocket_stream.h', 1021 'spdy/spdy_websocket_stream.h',
1020 'spdy/spdy_write_queue.cc', 1022 'spdy/spdy_write_queue.cc',
1021 'spdy/spdy_write_queue.h', 1023 'spdy/spdy_write_queue.h',
1022 'spdy/write_blocked_list.h', 1024 'spdy/write_blocked_list.h',
1023 'ssl/client_cert_store.h', 1025 'ssl/client_cert_store.h',
1026 'ssl/client_cert_store_chromeos.cc',
1027 'ssl/client_cert_store_chromeos.h',
1024 'ssl/client_cert_store_mac.cc', 1028 'ssl/client_cert_store_mac.cc',
1025 'ssl/client_cert_store_mac.h', 1029 'ssl/client_cert_store_mac.h',
1026 'ssl/client_cert_store_nss.cc', 1030 'ssl/client_cert_store_nss.cc',
1027 'ssl/client_cert_store_nss.h', 1031 'ssl/client_cert_store_nss.h',
1028 'ssl/client_cert_store_win.cc', 1032 'ssl/client_cert_store_win.cc',
1029 'ssl/client_cert_store_win.h', 1033 'ssl/client_cert_store_win.h',
1030 'ssl/default_server_bound_cert_store.cc', 1034 'ssl/default_server_bound_cert_store.cc',
1031 'ssl/default_server_bound_cert_store.h', 1035 'ssl/default_server_bound_cert_store.h',
1032 'ssl/openssl_client_key_store.cc', 1036 'ssl/openssl_client_key_store.cc',
1033 'ssl/openssl_client_key_store.h', 1037 'ssl/openssl_client_key_store.h',
(...skipping 885 matching lines...) Expand 10 before | Expand all | Expand 10 after
1919 'spdy/spdy_stream_unittest.cc', 1923 'spdy/spdy_stream_unittest.cc',
1920 'spdy/spdy_test_util_common.cc', 1924 'spdy/spdy_test_util_common.cc',
1921 'spdy/spdy_test_util_common.h', 1925 'spdy/spdy_test_util_common.h',
1922 'spdy/spdy_test_utils.cc', 1926 'spdy/spdy_test_utils.cc',
1923 'spdy/spdy_test_utils.h', 1927 'spdy/spdy_test_utils.h',
1924 'spdy/spdy_websocket_stream_unittest.cc', 1928 'spdy/spdy_websocket_stream_unittest.cc',
1925 'spdy/spdy_websocket_test_util.cc', 1929 'spdy/spdy_websocket_test_util.cc',
1926 'spdy/spdy_websocket_test_util.h', 1930 'spdy/spdy_websocket_test_util.h',
1927 'spdy/spdy_write_queue_unittest.cc', 1931 'spdy/spdy_write_queue_unittest.cc',
1928 'spdy/write_blocked_list_test.cc', 1932 'spdy/write_blocked_list_test.cc',
1933 'ssl/client_cert_store_chromeos_unittest.cc',
1929 'ssl/client_cert_store_mac_unittest.cc', 1934 'ssl/client_cert_store_mac_unittest.cc',
1930 'ssl/client_cert_store_nss_unittest.cc', 1935 'ssl/client_cert_store_nss_unittest.cc',
1931 'ssl/client_cert_store_unittest-inl.h', 1936 'ssl/client_cert_store_unittest-inl.h',
1932 'ssl/client_cert_store_win_unittest.cc', 1937 'ssl/client_cert_store_win_unittest.cc',
1933 'ssl/default_server_bound_cert_store_unittest.cc', 1938 'ssl/default_server_bound_cert_store_unittest.cc',
1934 'ssl/openssl_client_key_store_unittest.cc', 1939 'ssl/openssl_client_key_store_unittest.cc',
1935 'ssl/server_bound_cert_service_unittest.cc', 1940 'ssl/server_bound_cert_service_unittest.cc',
1936 'ssl/ssl_cipher_suite_names_unittest.cc', 1941 'ssl/ssl_cipher_suite_names_unittest.cc',
1937 'ssl/ssl_client_auth_cache_unittest.cc', 1942 'ssl/ssl_client_auth_cache_unittest.cc',
1938 'ssl/ssl_config_service_unittest.cc', 1943 'ssl/ssl_config_service_unittest.cc',
(...skipping 1149 matching lines...) Expand 10 before | Expand all | Expand 10 after
3088 'net_unittests.isolate', 3093 'net_unittests.isolate',
3089 ], 3094 ],
3090 'sources': [ 3095 'sources': [
3091 'net_unittests.isolate', 3096 'net_unittests.isolate',
3092 ], 3097 ],
3093 }, 3098 },
3094 ], 3099 ],
3095 }], 3100 }],
3096 ], 3101 ],
3097 } 3102 }
OLDNEW
« no previous file with comments | « net/cert/nss_profile_filter_chromeos.cc ('k') | net/ssl/client_cert_store.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698