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

Side by Side Diff: crypto/crypto.gypi

Issue 1924093006: Removing crypto/third_party/nss/ and removing crypto _win files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove unused sources. Created 4 years, 7 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/crypto_nacl.gyp » ('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': [
11 'crypto_export.h',
11 'hmac.cc', 12 'hmac.cc',
12 'hmac.h', 13 'hmac.h',
13 'hmac_win.cc', 14 'openssl_util.cc',
15 'openssl_util.h',
14 'secure_util.cc', 16 'secure_util.cc',
15 'secure_util.h', 17 'secure_util.h',
18 'symmetric_key.cc',
16 'symmetric_key.h', 19 'symmetric_key.h',
17 'symmetric_key_win.cc',
18 'third_party/nss/chromium-prtypes.h',
19 'third_party/nss/chromium-sha256.h',
20 'third_party/nss/sha512.cc',
21 'wincrypt_shim.h',
22 ], 20 ],
23 }, 21 },
24 'crypto_sources': [ 22 'crypto_sources': [
25 # NOTE: all transitive dependencies of HMAC on windows need 23 # NOTE: all transitive dependencies of HMAC on windows need
26 # to be placed in the source list above. 24 # to be placed in the source list above.
27 '<@(hmac_win64_related_sources)', 25 '<@(hmac_win64_related_sources)',
28 'aead.cc', 26 'aead.cc',
29 'aead.h', 27 'aead.h',
30 'apple_keychain.h', 28 'apple_keychain.h',
31 'apple_keychain_ios.mm', 29 'apple_keychain_ios.mm',
32 'apple_keychain_mac.mm', 30 'apple_keychain_mac.mm',
33 'auto_cbb.h', 31 'auto_cbb.h',
34 'capi_util.cc', 32 'capi_util.cc',
35 'capi_util.h', 33 'capi_util.h',
36 'crypto_export.h',
37 'cssm_init.cc', 34 'cssm_init.cc',
38 'cssm_init.h', 35 'cssm_init.h',
39 'curve25519.cc', 36 'curve25519.cc',
40 'curve25519.h', 37 'curve25519.h',
41 'ec_private_key.cc', 38 'ec_private_key.cc',
42 'ec_private_key.h', 39 'ec_private_key.h',
43 'ec_signature_creator.cc', 40 'ec_signature_creator.cc',
44 'ec_signature_creator.h', 41 'ec_signature_creator.h',
45 'ec_signature_creator_impl.h', 42 'ec_signature_creator_impl.h',
46 'ec_signature_creator_openssl.cc', 43 'ec_signature_creator_openssl.cc',
47 'encryptor.cc', 44 'encryptor.cc',
48 'encryptor.h', 45 'encryptor.h',
49 'hkdf.cc', 46 'hkdf.cc',
50 'hkdf.h', 47 'hkdf.h',
51 'hmac_openssl.cc',
52 'mac_security_services_lock.cc', 48 'mac_security_services_lock.cc',
53 'mac_security_services_lock.h', 49 'mac_security_services_lock.h',
54 'mock_apple_keychain.cc', 50 'mock_apple_keychain.cc',
55 'mock_apple_keychain.h', 51 'mock_apple_keychain.h',
56 'mock_apple_keychain_ios.cc', 52 'mock_apple_keychain_ios.cc',
57 'mock_apple_keychain_mac.cc', 53 'mock_apple_keychain_mac.cc',
58 'p224_spake.cc', 54 'p224_spake.cc',
59 'p224_spake.h', 55 'p224_spake.h',
60 'nss_crypto_module_delegate.h', 56 'nss_crypto_module_delegate.h',
61 'nss_key_util.cc', 57 'nss_key_util.cc',
62 'nss_key_util.h', 58 'nss_key_util.h',
63 'nss_util.cc', 59 'nss_util.cc',
64 'nss_util.h', 60 'nss_util.h',
65 'nss_util_internal.h', 61 'nss_util_internal.h',
66 'openssl_bio_string.cc', 62 'openssl_bio_string.cc',
67 'openssl_bio_string.h', 63 'openssl_bio_string.h',
68 'openssl_util.cc',
69 'openssl_util.h',
70 'p224.cc', 64 'p224.cc',
71 'p224.h', 65 'p224.h',
72 'random.h', 66 'random.h',
73 'random.cc', 67 'random.cc',
74 'rsa_private_key.cc', 68 'rsa_private_key.cc',
75 'rsa_private_key.h', 69 'rsa_private_key.h',
76 'scoped_capi_types.h', 70 'scoped_capi_types.h',
77 'scoped_nss_types.h', 71 'scoped_nss_types.h',
78 'secure_hash.cc', 72 'secure_hash.cc',
79 'secure_hash.h', 73 'secure_hash.h',
80 'sha2.cc', 74 'sha2.cc',
81 'sha2.h', 75 'sha2.h',
82 'signature_creator.cc', 76 'signature_creator.cc',
83 'signature_creator.h', 77 'signature_creator.h',
84 'signature_verifier.cc', 78 'signature_verifier.cc',
85 'signature_verifier.h', 79 'signature_verifier.h',
86 'symmetric_key_openssl.cc', 80 'wincrypt_shim.h',
87 ], 81 ],
88 'nacl_win64_sources': [ 82 'nacl_win64_sources': [
89 '<@(hmac_win64_related_sources)', 83 '<@(hmac_win64_related_sources)',
90 'random.cc', 84 'random.cc',
91 'random.h', 85 'random.h',
92 ], 86 ],
93 } 87 }
94 } 88 }
OLDNEW
« no previous file with comments | « crypto/crypto.gyp ('k') | crypto/crypto_nacl.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698