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

Side by Side Diff: crypto/crypto.gyp

Issue 12457004: Curve25519-donna changes. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 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/curve25519.h » ('j') | crypto/curve25519.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 # Put all transitive dependencies for Windows HMAC here. 8 # Put all transitive dependencies for Windows HMAC here.
9 # This is required so that we can build them for nacl win64. 9 # This is required so that we can build them for nacl win64.
10 'hmac_win64_related_sources': [ 10 'hmac_win64_related_sources': [
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
179 '<@(hmac_win64_related_sources)', 179 '<@(hmac_win64_related_sources)',
180 'apple_keychain.h', 180 'apple_keychain.h',
181 'apple_keychain_ios.mm', 181 'apple_keychain_ios.mm',
182 'apple_keychain_mac.mm', 182 'apple_keychain_mac.mm',
183 'capi_util.cc', 183 'capi_util.cc',
184 'capi_util.h', 184 'capi_util.h',
185 'crypto_export.h', 185 'crypto_export.h',
186 'crypto_module_blocking_password_delegate.h', 186 'crypto_module_blocking_password_delegate.h',
187 'cssm_init.cc', 187 'cssm_init.cc',
188 'cssm_init.h', 188 'cssm_init.h',
189 'curve25519.cc',
190 'curve25519.h',
189 'ghash.cc', 191 'ghash.cc',
190 'ghash.h', 192 'ghash.h',
191 'ec_private_key.h', 193 'ec_private_key.h',
192 'ec_private_key_nss.cc', 194 'ec_private_key_nss.cc',
193 'ec_private_key_openssl.cc', 195 'ec_private_key_openssl.cc',
194 'ec_signature_creator.cc', 196 'ec_signature_creator.cc',
195 'ec_signature_creator.h', 197 'ec_signature_creator.h',
196 'ec_signature_creator_impl.h', 198 'ec_signature_creator_impl.h',
197 'ec_signature_creator_nss.cc', 199 'ec_signature_creator_nss.cc',
198 'ec_signature_creator_openssl.cc', 200 'ec_signature_creator_openssl.cc',
(...skipping 14 matching lines...) Expand all
213 'p224_spake.cc', 215 'p224_spake.cc',
214 'p224_spake.h', 216 'p224_spake.h',
215 'nss_util.cc', 217 'nss_util.cc',
216 'nss_util.h', 218 'nss_util.h',
217 'nss_util_internal.h', 219 'nss_util_internal.h',
218 'openpgp_symmetric_encryption.cc', 220 'openpgp_symmetric_encryption.cc',
219 'openpgp_symmetric_encryption.h', 221 'openpgp_symmetric_encryption.h',
220 'openssl_util.cc', 222 'openssl_util.cc',
221 'openssl_util.h', 223 'openssl_util.h',
222 'p224.cc', 224 'p224.cc',
223 'p224.h', 225 'p224.h',
wtc 2013/03/06 00:55:58 I highly recommend you model curve25519.{h,cc} aft
ramant (doing other things) 2013/03/06 19:01:05 Done.
224 'random.h', 226 'random.h',
225 'random.cc', 227 'random.cc',
226 'rsa_private_key.cc', 228 'rsa_private_key.cc',
227 'rsa_private_key.h', 229 'rsa_private_key.h',
228 'rsa_private_key_ios.cc', 230 'rsa_private_key_ios.cc',
229 'rsa_private_key_mac.cc', 231 'rsa_private_key_mac.cc',
230 'rsa_private_key_nss.cc', 232 'rsa_private_key_nss.cc',
231 'rsa_private_key_openssl.cc', 233 'rsa_private_key_openssl.cc',
232 'rsa_private_key_win.cc', 234 'rsa_private_key_win.cc',
233 'scoped_capi_types.h', 235 'scoped_capi_types.h',
234 'scoped_nss_types.h', 236 'scoped_nss_types.h',
235 'secure_hash.h', 237 'secure_hash.h',
236 'secure_hash_default.cc', 238 'secure_hash_default.cc',
237 'secure_hash_openssl.cc', 239 'secure_hash_openssl.cc',
238 'sha2.cc', 240 'sha2.cc',
239 'sha2.h', 241 'sha2.h',
240 'signature_creator.h', 242 'signature_creator.h',
241 'signature_creator_mac.cc', 243 'signature_creator_mac.cc',
242 'signature_creator_nss.cc', 244 'signature_creator_nss.cc',
243 'signature_creator_openssl.cc', 245 'signature_creator_openssl.cc',
244 'signature_creator_win.cc', 246 'signature_creator_win.cc',
245 'signature_verifier.h', 247 'signature_verifier.h',
246 'signature_verifier_nss.cc', 248 'signature_verifier_nss.cc',
247 'signature_verifier_openssl.cc', 249 'signature_verifier_openssl.cc',
248 'symmetric_key_nss.cc', 250 'symmetric_key_nss.cc',
249 'symmetric_key_openssl.cc', 251 'symmetric_key_openssl.cc',
252 'third_party/curve25519-donna/curve25519-donna.cc',
253 'third_party/curve25519-donna/curve25519-donna.h',
250 'third_party/nss/chromium-blapi.h', 254 'third_party/nss/chromium-blapi.h',
251 'third_party/nss/chromium-blapit.h', 255 'third_party/nss/chromium-blapit.h',
252 'third_party/nss/chromium-nss.h', 256 'third_party/nss/chromium-nss.h',
253 'third_party/nss/pk11akey.cc', 257 'third_party/nss/pk11akey.cc',
254 'third_party/nss/secsign.cc', 258 'third_party/nss/secsign.cc',
255 ], 259 ],
256 }, 260 },
257 { 261 {
258 'target_name': 'crypto_unittests', 262 'target_name': 'crypto_unittests',
259 'type': 'executable', 263 'type': 'executable',
260 'sources': [ 264 'sources': [
261 # Infrastructure files. 265 # Infrastructure files.
262 'run_all_unittests.cc', 266 'run_all_unittests.cc',
263 267
264 # Tests. 268 # Tests.
269 'curve25519_unittest.cc',
265 'ec_private_key_unittest.cc', 270 'ec_private_key_unittest.cc',
266 'ec_signature_creator_unittest.cc', 271 'ec_signature_creator_unittest.cc',
267 'encryptor_unittest.cc', 272 'encryptor_unittest.cc',
268 'ghash_unittest.cc', 273 'ghash_unittest.cc',
269 'hkdf_unittest.cc', 274 'hkdf_unittest.cc',
270 'hmac_unittest.cc', 275 'hmac_unittest.cc',
271 'nss_util_unittest.cc', 276 'nss_util_unittest.cc',
272 'p224_unittest.cc', 277 'p224_unittest.cc',
273 'p224_spake_unittest.cc', 278 'p224_spake_unittest.cc',
274 'random_unittest.cc', 279 'random_unittest.cc',
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
366 'configurations': { 371 'configurations': {
367 'Common_Base': { 372 'Common_Base': {
368 'msvs_target_platform': 'x64', 373 'msvs_target_platform': 'x64',
369 }, 374 },
370 }, 375 },
371 }, 376 },
372 ], 377 ],
373 }], 378 }],
374 ], 379 ],
375 } 380 }
OLDNEW
« no previous file with comments | « no previous file | crypto/curve25519.h » ('j') | crypto/curve25519.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698