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

Side by Side Diff: crypto/crypto.gyp

Issue 7056026: Implement AES-CTR for NSS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: done again Created 9 years, 6 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/encryptor.h » ('j') | crypto/encryptor.h » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 'symmetric_key_openssl.cc', 100 'symmetric_key_openssl.cc',
101 ], 101 ],
102 },], 102 },],
103 ], 103 ],
104 'sources': [ 104 'sources': [
105 'capi_util.cc', 105 'capi_util.cc',
106 'capi_util.h', 106 'capi_util.h',
107 'crypto_module_blocking_password_delegate.h', 107 'crypto_module_blocking_password_delegate.h',
108 'cssm_init.cc', 108 'cssm_init.cc',
109 'cssm_init.h', 109 'cssm_init.h',
110 'encryptor.cc',
110 'encryptor.h', 111 'encryptor.h',
111 'encryptor_mac.cc', 112 'encryptor_mac.cc',
112 'encryptor_nss.cc', 113 'encryptor_nss.cc',
113 'encryptor_openssl.cc', 114 'encryptor_openssl.cc',
114 'encryptor_win.cc', 115 'encryptor_win.cc',
115 'hmac.cc', 116 'hmac.cc',
116 'hmac.h', 117 'hmac.h',
117 'hmac_mac.cc', 118 'hmac_mac.cc',
118 'hmac_nss.cc', 119 'hmac_nss.cc',
119 'hmac_openssl.cc', 120 'hmac_openssl.cc',
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
209 }], 210 }],
210 [ 'use_openssl==1', { 211 [ 'use_openssl==1', {
211 'sources!': [ 212 'sources!': [
212 'rsa_private_key_nss_unittest.cc', 213 'rsa_private_key_nss_unittest.cc',
213 ], 214 ],
214 }], 215 }],
215 ], 216 ],
216 }, 217 },
217 ], 218 ],
218 } 219 }
OLDNEW
« no previous file with comments | « no previous file | crypto/encryptor.h » ('j') | crypto/encryptor.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698