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

Side by Side Diff: net/net.gyp

Issue 18121007: *WIP* Store NSS slots per profile. Move keygen to chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: certdb: handle GetCertTrust and IsUntrusted, failed attempt to handle SetCertTrust Created 7 years, 1 month 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_impl_nss.cc » ('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 261 matching lines...) Expand 10 before | Expand all | Expand 10 after
272 'cert/crl_set.h', 272 'cert/crl_set.h',
273 'cert/ev_root_ca_metadata.cc', 273 'cert/ev_root_ca_metadata.cc',
274 'cert/ev_root_ca_metadata.h', 274 'cert/ev_root_ca_metadata.h',
275 'cert/jwk_serializer_nss.cc', 275 'cert/jwk_serializer_nss.cc',
276 'cert/jwk_serializer_openssl.cc', 276 'cert/jwk_serializer_openssl.cc',
277 'cert/jwk_serializer.h', 277 'cert/jwk_serializer.h',
278 'cert/multi_threaded_cert_verifier.cc', 278 'cert/multi_threaded_cert_verifier.cc',
279 'cert/multi_threaded_cert_verifier.h', 279 'cert/multi_threaded_cert_verifier.h',
280 'cert/nss_cert_database.cc', 280 'cert/nss_cert_database.cc',
281 'cert/nss_cert_database.h', 281 'cert/nss_cert_database.h',
282 'cert/nss_cert_database_chromeos.cc',
283 'cert/nss_cert_database_chromeos.h',
284 'cert/nss_profile_filter_chromeos.cc',
285 'cert/nss_profile_filter_chromeos.h',
282 'cert/pem_tokenizer.cc', 286 'cert/pem_tokenizer.cc',
283 'cert/pem_tokenizer.h', 287 'cert/pem_tokenizer.h',
284 'cert/single_request_cert_verifier.cc', 288 'cert/single_request_cert_verifier.cc',
285 'cert/single_request_cert_verifier.h', 289 'cert/single_request_cert_verifier.h',
286 'cert/test_root_certs.cc', 290 'cert/test_root_certs.cc',
287 'cert/test_root_certs.h', 291 'cert/test_root_certs.h',
288 'cert/test_root_certs_mac.cc', 292 'cert/test_root_certs_mac.cc',
289 'cert/test_root_certs_nss.cc', 293 'cert/test_root_certs_nss.cc',
290 'cert/test_root_certs_openssl.cc', 294 'cert/test_root_certs_openssl.cc',
291 'cert/test_root_certs_android.cc', 295 'cert/test_root_certs_android.cc',
(...skipping 1971 matching lines...) Expand 10 before | Expand all | Expand 10 after
2263 ], 2267 ],
2264 'export_dependent_settings': [ 2268 'export_dependent_settings': [
2265 '../base/base.gyp:base', 2269 '../base/base.gyp:base',
2266 '../base/base.gyp:test_support_base', 2270 '../base/base.gyp:test_support_base',
2267 '../testing/gtest.gyp:gtest', 2271 '../testing/gtest.gyp:gtest',
2268 '../testing/gmock.gyp:gmock', 2272 '../testing/gmock.gyp:gmock',
2269 ], 2273 ],
2270 'sources': [ 2274 'sources': [
2271 'base/capturing_net_log.cc', 2275 'base/capturing_net_log.cc',
2272 'base/capturing_net_log.h', 2276 'base/capturing_net_log.h',
2277 'base/keygen_handler_test_util.cc',
2278 'base/keygen_handler_test_util.h',
2273 'base/load_timing_info_test_util.cc', 2279 'base/load_timing_info_test_util.cc',
2274 'base/load_timing_info_test_util.h', 2280 'base/load_timing_info_test_util.h',
2275 'base/mock_file_stream.cc', 2281 'base/mock_file_stream.cc',
2276 'base/mock_file_stream.h', 2282 'base/mock_file_stream.h',
2277 'base/test_completion_callback.cc', 2283 'base/test_completion_callback.cc',
2278 'base/test_completion_callback.h', 2284 'base/test_completion_callback.h',
2279 'base/test_data_directory.cc', 2285 'base/test_data_directory.cc',
2280 'base/test_data_directory.h', 2286 'base/test_data_directory.h',
2281 'cert/mock_cert_verifier.cc', 2287 'cert/mock_cert_verifier.cc',
2282 'cert/mock_cert_verifier.h', 2288 'cert/mock_cert_verifier.h',
(...skipping 736 matching lines...) Expand 10 before | Expand all | Expand 10 after
3019 'net_unittests.isolate', 3025 'net_unittests.isolate',
3020 ], 3026 ],
3021 'sources': [ 3027 'sources': [
3022 'net_unittests.isolate', 3028 'net_unittests.isolate',
3023 ], 3029 ],
3024 }, 3030 },
3025 ], 3031 ],
3026 }], 3032 }],
3027 ], 3033 ],
3028 } 3034 }
OLDNEW
« no previous file with comments | « net/cert/nss_profile_filter_chromeos.cc ('k') | net/ssl/client_cert_store_impl_nss.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698