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

Side by Side Diff: crypto/crypto.gypi

Issue 686883002: Add crypto/wincrypt_shim.h wrapper header to resolve BoringSSL conflicts. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sleevi comments Created 6 years, 1 month 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/capi_util.h ('k') | crypto/hmac_win.cc » ('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 'hmac.cc', 11 'hmac.cc',
12 'hmac.h', 12 'hmac.h',
13 'hmac_win.cc', 13 'hmac_win.cc',
14 'secure_util.cc', 14 'secure_util.cc',
15 'secure_util.h', 15 'secure_util.h',
16 'symmetric_key.h', 16 'symmetric_key.h',
17 'symmetric_key_win.cc', 17 'symmetric_key_win.cc',
18 'third_party/nss/chromium-blapi.h', 18 'third_party/nss/chromium-blapi.h',
19 'third_party/nss/chromium-blapit.h', 19 'third_party/nss/chromium-blapit.h',
20 'third_party/nss/chromium-prtypes.h', 20 'third_party/nss/chromium-prtypes.h',
21 'third_party/nss/chromium-sha256.h', 21 'third_party/nss/chromium-sha256.h',
22 'third_party/nss/sha512.cc', 22 'third_party/nss/sha512.cc',
23 'wincrypt_shim.h',
23 ], 24 ],
24 }, 25 },
25 'hmac_win64_related_sources': [ '<@(hmac_win64_related_sources)' ], 26 'hmac_win64_related_sources': [ '<@(hmac_win64_related_sources)' ],
26 'crypto_sources': [ 27 'crypto_sources': [
27 # NOTE: all transitive dependencies of HMAC on windows need 28 # NOTE: all transitive dependencies of HMAC on windows need
28 # to be placed in the source list above. 29 # to be placed in the source list above.
29 '<@(hmac_win64_related_sources)', 30 '<@(hmac_win64_related_sources)',
30 'apple_keychain.h', 31 'apple_keychain.h',
31 'apple_keychain_ios.mm', 32 'apple_keychain_ios.mm',
32 'apple_keychain_mac.mm', 33 'apple_keychain_mac.mm',
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 'signature_verifier_openssl.cc', 96 'signature_verifier_openssl.cc',
96 'symmetric_key_nss.cc', 97 'symmetric_key_nss.cc',
97 'symmetric_key_openssl.cc', 98 'symmetric_key_openssl.cc',
98 'third_party/nss/chromium-nss.h', 99 'third_party/nss/chromium-nss.h',
99 'third_party/nss/pk11akey.cc', 100 'third_party/nss/pk11akey.cc',
100 'third_party/nss/rsawrapr.c', 101 'third_party/nss/rsawrapr.c',
101 'third_party/nss/secsign.cc', 102 'third_party/nss/secsign.cc',
102 ] 103 ]
103 } 104 }
104 } 105 }
OLDNEW
« no previous file with comments | « crypto/capi_util.h ('k') | crypto/hmac_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698