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

Side by Side Diff: crypto/crypto.gyp

Issue 7491061: Rename CRYPTO_API to CRYPTO_EXPORT. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 4 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 | « crypto/capi_util.h ('k') | crypto/crypto_api.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) 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 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 'secure_hash_openssl.cc', 106 'secure_hash_openssl.cc',
107 'signature_creator_openssl.cc', 107 'signature_creator_openssl.cc',
108 'signature_verifier_openssl.cc', 108 'signature_verifier_openssl.cc',
109 'symmetric_key_openssl.cc', 109 'symmetric_key_openssl.cc',
110 ], 110 ],
111 },], 111 },],
112 ], 112 ],
113 'sources': [ 113 'sources': [
114 'capi_util.cc', 114 'capi_util.cc',
115 'capi_util.h', 115 'capi_util.h',
116 'crypto_api.h', 116 'crypto_export.h',
117 'crypto_module_blocking_password_delegate.h', 117 'crypto_module_blocking_password_delegate.h',
118 'cssm_init.cc', 118 'cssm_init.cc',
119 'cssm_init.h', 119 'cssm_init.h',
120 'encryptor.cc', 120 'encryptor.cc',
121 'encryptor.h', 121 'encryptor.h',
122 'encryptor_mac.cc', 122 'encryptor_mac.cc',
123 'encryptor_nss.cc', 123 'encryptor_nss.cc',
124 'encryptor_openssl.cc', 124 'encryptor_openssl.cc',
125 'encryptor_win.cc', 125 'encryptor_win.cc',
126 'hmac.cc', 126 'hmac.cc',
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
225 [ 'use_openssl==1', { 225 [ 'use_openssl==1', {
226 'sources!': [ 226 'sources!': [
227 'openpgp_symmetric_encryption_unittest.cc', 227 'openpgp_symmetric_encryption_unittest.cc',
228 'rsa_private_key_nss_unittest.cc', 228 'rsa_private_key_nss_unittest.cc',
229 ], 229 ],
230 }], 230 }],
231 ], 231 ],
232 }, 232 },
233 ], 233 ],
234 } 234 }
OLDNEW
« no previous file with comments | « crypto/capi_util.h ('k') | crypto/crypto_api.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698