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

Side by Side Diff: crypto/crypto.gyp

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/BUILD.gn ('k') | crypto/crypto.gypi » ('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) 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 'includes': [ 9 'includes': [
10 'crypto.gypi', 10 'crypto.gypi',
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 'hkdf_unittest.cc', 104 'hkdf_unittest.cc',
105 'hmac_unittest.cc', 105 'hmac_unittest.cc',
106 'nss_key_util_unittest.cc', 106 'nss_key_util_unittest.cc',
107 'nss_util_unittest.cc', 107 'nss_util_unittest.cc',
108 'openssl_bio_string_unittest.cc', 108 'openssl_bio_string_unittest.cc',
109 'p224_unittest.cc', 109 'p224_unittest.cc',
110 'p224_spake_unittest.cc', 110 'p224_spake_unittest.cc',
111 'random_unittest.cc', 111 'random_unittest.cc',
112 'rsa_private_key_unittest.cc', 112 'rsa_private_key_unittest.cc',
113 'secure_hash_unittest.cc', 113 'secure_hash_unittest.cc',
114 'sha1_unittest.cc',
114 'sha2_unittest.cc', 115 'sha2_unittest.cc',
115 'signature_creator_unittest.cc', 116 'signature_creator_unittest.cc',
116 'signature_verifier_unittest.cc', 117 'signature_verifier_unittest.cc',
117 'symmetric_key_unittest.cc', 118 'symmetric_key_unittest.cc',
118 ], 119 ],
119 'dependencies': [ 120 'dependencies': [
120 'crypto', 121 'crypto',
121 'crypto_test_support', 122 'crypto_test_support',
122 '../base/base.gyp:base', 123 '../base/base.gyp:base',
123 '../base/base.gyp:run_all_unittests', 124 '../base/base.gyp:run_all_unittests',
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
227 '../build/isolate.gypi', 228 '../build/isolate.gypi',
228 ], 229 ],
229 'sources': [ 230 'sources': [
230 'crypto_unittests.isolate', 231 'crypto_unittests.isolate',
231 ], 232 ],
232 }, 233 },
233 ], 234 ],
234 }], 235 }],
235 ], 236 ],
236 } 237 }
OLDNEW
« no previous file with comments | « crypto/BUILD.gn ('k') | crypto/crypto.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698