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

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: cleanups, add test for chrome keygen class Created 7 years, 3 months 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
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 2202 matching lines...) Expand 10 before | Expand all | Expand 10 after
2213 ], 2213 ],
2214 'export_dependent_settings': [ 2214 'export_dependent_settings': [
2215 '../base/base.gyp:base', 2215 '../base/base.gyp:base',
2216 '../base/base.gyp:test_support_base', 2216 '../base/base.gyp:test_support_base',
2217 '../testing/gtest.gyp:gtest', 2217 '../testing/gtest.gyp:gtest',
2218 '../testing/gmock.gyp:gmock', 2218 '../testing/gmock.gyp:gmock',
2219 ], 2219 ],
2220 'sources': [ 2220 'sources': [
2221 'base/capturing_net_log.cc', 2221 'base/capturing_net_log.cc',
2222 'base/capturing_net_log.h', 2222 'base/capturing_net_log.h',
2223 'base/keygen_handler_test_util.cc',
2224 'base/keygen_handler_test_util.h',
2223 'base/load_timing_info_test_util.cc', 2225 'base/load_timing_info_test_util.cc',
2224 'base/load_timing_info_test_util.h', 2226 'base/load_timing_info_test_util.h',
2225 'base/mock_file_stream.cc', 2227 'base/mock_file_stream.cc',
2226 'base/mock_file_stream.h', 2228 'base/mock_file_stream.h',
2227 'base/test_completion_callback.cc', 2229 'base/test_completion_callback.cc',
2228 'base/test_completion_callback.h', 2230 'base/test_completion_callback.h',
2229 'base/test_data_directory.cc', 2231 'base/test_data_directory.cc',
2230 'base/test_data_directory.h', 2232 'base/test_data_directory.h',
2231 'cert/mock_cert_verifier.cc', 2233 'cert/mock_cert_verifier.cc',
2232 'cert/mock_cert_verifier.h', 2234 'cert/mock_cert_verifier.h',
(...skipping 723 matching lines...) Expand 10 before | Expand all | Expand 10 after
2956 'net_unittests.isolate', 2958 'net_unittests.isolate',
2957 ], 2959 ],
2958 'sources': [ 2960 'sources': [
2959 'net_unittests.isolate', 2961 'net_unittests.isolate',
2960 ], 2962 ],
2961 }, 2963 },
2962 ], 2964 ],
2963 }], 2965 }],
2964 ], 2966 ],
2965 } 2967 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698