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

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: cert manager basics working 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_cert_database.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 2238 matching lines...) Expand 10 before | Expand all | Expand 10 after
2249 ], 2249 ],
2250 'export_dependent_settings': [ 2250 'export_dependent_settings': [
2251 '../base/base.gyp:base', 2251 '../base/base.gyp:base',
2252 '../base/base.gyp:test_support_base', 2252 '../base/base.gyp:test_support_base',
2253 '../testing/gtest.gyp:gtest', 2253 '../testing/gtest.gyp:gtest',
2254 '../testing/gmock.gyp:gmock', 2254 '../testing/gmock.gyp:gmock',
2255 ], 2255 ],
2256 'sources': [ 2256 'sources': [
2257 'base/capturing_net_log.cc', 2257 'base/capturing_net_log.cc',
2258 'base/capturing_net_log.h', 2258 'base/capturing_net_log.h',
2259 'base/keygen_handler_test_util.cc',
2260 'base/keygen_handler_test_util.h',
2259 'base/load_timing_info_test_util.cc', 2261 'base/load_timing_info_test_util.cc',
2260 'base/load_timing_info_test_util.h', 2262 'base/load_timing_info_test_util.h',
2261 'base/mock_file_stream.cc', 2263 'base/mock_file_stream.cc',
2262 'base/mock_file_stream.h', 2264 'base/mock_file_stream.h',
2263 'base/test_completion_callback.cc', 2265 'base/test_completion_callback.cc',
2264 'base/test_completion_callback.h', 2266 'base/test_completion_callback.h',
2265 'base/test_data_directory.cc', 2267 'base/test_data_directory.cc',
2266 'base/test_data_directory.h', 2268 'base/test_data_directory.h',
2267 'cert/mock_cert_verifier.cc', 2269 'cert/mock_cert_verifier.cc',
2268 'cert/mock_cert_verifier.h', 2270 'cert/mock_cert_verifier.h',
(...skipping 734 matching lines...) Expand 10 before | Expand all | Expand 10 after
3003 'net_unittests.isolate', 3005 'net_unittests.isolate',
3004 ], 3006 ],
3005 'sources': [ 3007 'sources': [
3006 'net_unittests.isolate', 3008 'net_unittests.isolate',
3007 ], 3009 ],
3008 }, 3010 },
3009 ], 3011 ],
3010 }], 3012 }],
3011 ], 3013 ],
3012 } 3014 }
OLDNEW
« no previous file with comments | « net/cert/nss_cert_database.cc ('k') | net/ssl/client_cert_store.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698