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

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: review changes Created 8 years, 10 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') | crypto/ec_signature_creator.h » ('J')
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',
144 'ec_signature_creator_nss.cc', 145 'ec_signature_creator_nss.cc',
145 'ec_signature_creator_openssl.cc', 146 'ec_signature_creator_openssl.cc',
146 'encryptor.cc', 147 'encryptor.cc',
147 'encryptor.h', 148 'encryptor.h',
148 'encryptor_mac.cc', 149 'encryptor_mac.cc',
149 'encryptor_nss.cc', 150 'encryptor_nss.cc',
150 'encryptor_openssl.cc', 151 'encryptor_openssl.cc',
151 'encryptor_win.cc', 152 'encryptor_win.cc',
152 'hmac.cc', 153 'hmac.cc',
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
264 'sources!': [ 265 'sources!': [
265 'nss_util_unittest.cc', 266 'nss_util_unittest.cc',
266 'openpgp_symmetric_encryption_unittest.cc', 267 'openpgp_symmetric_encryption_unittest.cc',
267 'rsa_private_key_nss_unittest.cc', 268 'rsa_private_key_nss_unittest.cc',
268 ], 269 ],
269 }], 270 }],
270 ], 271 ],
271 }, 272 },
272 ], 273 ],
273 } 274 }
OLDNEW
« no previous file with comments | « no previous file | crypto/ec_signature_creator.h » ('j') | crypto/ec_signature_creator.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698