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

Side by Side Diff: crypto/crypto.gyp

Issue 9455006: Fix SpdySession::WriteCredentialFrame ECPrivateKey creation args. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: openssl fix Created 8 years, 9 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
« no previous file with comments | « no previous file | crypto/ec_signature_creator.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 (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 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 'sources': [ 133 'sources': [
134 'capi_util.cc', 134 'capi_util.cc',
135 'capi_util.h', 135 'capi_util.h',
136 'crypto_export.h', 136 'crypto_export.h',
137 'crypto_module_blocking_password_delegate.h', 137 'crypto_module_blocking_password_delegate.h',
138 'cssm_init.cc', 138 'cssm_init.cc',
139 'cssm_init.h', 139 'cssm_init.h',
140 'ec_private_key.h', 140 'ec_private_key.h',
141 'ec_private_key_nss.cc', 141 'ec_private_key_nss.cc',
142 'ec_private_key_openssl.cc', 142 'ec_private_key_openssl.cc',
143 'ec_signature_creator.cc',
143 'ec_signature_creator.h', 144 'ec_signature_creator.h',
145 'ec_signature_creator_impl.h',
144 'ec_signature_creator_nss.cc', 146 'ec_signature_creator_nss.cc',
145 'ec_signature_creator_openssl.cc', 147 'ec_signature_creator_openssl.cc',
146 'encryptor.cc', 148 'encryptor.cc',
147 'encryptor.h', 149 'encryptor.h',
148 'encryptor_mac.cc', 150 'encryptor_mac.cc',
149 'encryptor_nss.cc', 151 'encryptor_nss.cc',
150 'encryptor_openssl.cc', 152 'encryptor_openssl.cc',
151 'encryptor_win.cc', 153 'encryptor_win.cc',
152 'hmac.cc', 154 'hmac.cc',
153 'hmac.h', 155 'hmac.h',
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
264 'sources!': [ 266 'sources!': [
265 'nss_util_unittest.cc', 267 'nss_util_unittest.cc',
266 'openpgp_symmetric_encryption_unittest.cc', 268 'openpgp_symmetric_encryption_unittest.cc',
267 'rsa_private_key_nss_unittest.cc', 269 'rsa_private_key_nss_unittest.cc',
268 ], 270 ],
269 }], 271 }],
270 ], 272 ],
271 }, 273 },
272 ], 274 ],
273 } 275 }
OLDNEW
« no previous file with comments | « no previous file | crypto/ec_signature_creator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698