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

Side by Side Diff: crypto/crypto.gypi

Issue 253643002: Remove unused bits implementing parts of RFC 4880 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | Annotate | Revision Log
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 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 'mock_apple_keychain.cc', 61 'mock_apple_keychain.cc',
62 'mock_apple_keychain.h', 62 'mock_apple_keychain.h',
63 'mock_apple_keychain_ios.cc', 63 'mock_apple_keychain_ios.cc',
64 'mock_apple_keychain_mac.cc', 64 'mock_apple_keychain_mac.cc',
65 'p224_spake.cc', 65 'p224_spake.cc',
66 'p224_spake.h', 66 'p224_spake.h',
67 'nss_crypto_module_delegate.h', 67 'nss_crypto_module_delegate.h',
68 'nss_util.cc', 68 'nss_util.cc',
69 'nss_util.h', 69 'nss_util.h',
70 'nss_util_internal.h', 70 'nss_util_internal.h',
71 'openpgp_symmetric_encryption.cc',
72 'openpgp_symmetric_encryption.h',
73 'openssl_util.cc', 71 'openssl_util.cc',
74 'openssl_util.h', 72 'openssl_util.h',
75 'p224.cc', 73 'p224.cc',
76 'p224.h', 74 'p224.h',
77 'random.h', 75 'random.h',
78 'random.cc', 76 'random.cc',
79 'rsa_private_key.cc', 77 'rsa_private_key.cc',
80 'rsa_private_key.h', 78 'rsa_private_key.h',
81 'rsa_private_key_nss.cc', 79 'rsa_private_key_nss.cc',
82 'rsa_private_key_openssl.cc', 80 'rsa_private_key_openssl.cc',
(...skipping 12 matching lines...) Expand all
95 'signature_verifier_openssl.cc', 93 'signature_verifier_openssl.cc',
96 'symmetric_key_nss.cc', 94 'symmetric_key_nss.cc',
97 'symmetric_key_openssl.cc', 95 'symmetric_key_openssl.cc',
98 'third_party/nss/chromium-nss.h', 96 'third_party/nss/chromium-nss.h',
99 'third_party/nss/pk11akey.cc', 97 'third_party/nss/pk11akey.cc',
100 'third_party/nss/rsawrapr.c', 98 'third_party/nss/rsawrapr.c',
101 'third_party/nss/secsign.cc', 99 'third_party/nss/secsign.cc',
102 ] 100 ]
103 } 101 }
104 } 102 }
OLDNEW
« crypto/BUILD.gn ('K') | « crypto/crypto.gyp ('k') | crypto/crypto_nacl.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698