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

Side by Side Diff: crypto/crypto.gypi

Issue 2080753002: crypto: Add BoringSSL accelerated version of SHA-1 Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
« no previous file with comments | « crypto/crypto.gyp ('k') | crypto/secure_hash.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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 # Put all transitive dependencies for Windows HMAC here. 7 # Put all transitive dependencies for Windows HMAC here.
8 # This is required so that we can build them for nacl win64. 8 # This is required so that we can build them for nacl win64.
9 'variables': { 9 'variables': {
10 'hmac_win64_related_sources': [ 10 'hmac_win64_related_sources': [
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 'p224.cc', 64 'p224.cc',
65 'p224.h', 65 'p224.h',
66 'random.h', 66 'random.h',
67 'random.cc', 67 'random.cc',
68 'rsa_private_key.cc', 68 'rsa_private_key.cc',
69 'rsa_private_key.h', 69 'rsa_private_key.h',
70 'scoped_capi_types.h', 70 'scoped_capi_types.h',
71 'scoped_nss_types.h', 71 'scoped_nss_types.h',
72 'secure_hash.cc', 72 'secure_hash.cc',
73 'secure_hash.h', 73 'secure_hash.h',
74 'sha1.cc',
75 'sha1.h',
74 'sha2.cc', 76 'sha2.cc',
75 'sha2.h', 77 'sha2.h',
76 'signature_creator.cc', 78 'signature_creator.cc',
77 'signature_creator.h', 79 'signature_creator.h',
78 'signature_verifier.cc', 80 'signature_verifier.cc',
79 'signature_verifier.h', 81 'signature_verifier.h',
80 'wincrypt_shim.h', 82 'wincrypt_shim.h',
81 ], 83 ],
82 'nacl_win64_sources': [ 84 'nacl_win64_sources': [
83 '<@(hmac_win64_related_sources)', 85 '<@(hmac_win64_related_sources)',
84 'random.cc', 86 'random.cc',
85 'random.h', 87 'random.h',
86 ], 88 ],
87 } 89 }
88 } 90 }
OLDNEW
« no previous file with comments | « crypto/crypto.gyp ('k') | crypto/secure_hash.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698