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

Side by Side Diff: crypto/crypto.gypi

Issue 1459783002: Roll src/third_party/boringssl/src d7421ebf6..3ac32b1ed (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix build, estark comments Created 5 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/crypto.gyp ('k') | crypto/curve25519.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 19 matching lines...) Expand all
30 'aead_openssl.cc', 30 'aead_openssl.cc',
31 'aead_openssl.h', 31 'aead_openssl.h',
32 'apple_keychain.h', 32 'apple_keychain.h',
33 'apple_keychain_ios.mm', 33 'apple_keychain_ios.mm',
34 'apple_keychain_mac.mm', 34 'apple_keychain_mac.mm',
35 'capi_util.cc', 35 'capi_util.cc',
36 'capi_util.h', 36 'capi_util.h',
37 'crypto_export.h', 37 'crypto_export.h',
38 'cssm_init.cc', 38 'cssm_init.cc',
39 'cssm_init.h', 39 'cssm_init.h',
40 'curve25519.cc', 40 'curve25519-donna.c',
41 'curve25519.h', 41 'curve25519.h',
42 'curve25519-donna.c', 42 'curve25519_nss.cc',
43 'curve25519_openssl.cc',
43 'ghash.cc', 44 'ghash.cc',
44 'ghash.h', 45 'ghash.h',
45 'ec_private_key.h', 46 'ec_private_key.h',
46 'ec_private_key_nss.cc', 47 'ec_private_key_nss.cc',
47 'ec_private_key_openssl.cc', 48 'ec_private_key_openssl.cc',
48 'ec_signature_creator.cc', 49 'ec_signature_creator.cc',
49 'ec_signature_creator.h', 50 'ec_signature_creator.h',
50 'ec_signature_creator_impl.h', 51 'ec_signature_creator_impl.h',
51 'ec_signature_creator_nss.cc', 52 'ec_signature_creator_nss.cc',
52 'ec_signature_creator_openssl.cc', 53 'ec_signature_creator_openssl.cc',
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 'third_party/nss/rsawrapr.c', 105 'third_party/nss/rsawrapr.c',
105 'third_party/nss/secsign.cc', 106 'third_party/nss/secsign.cc',
106 ], 107 ],
107 'nacl_win64_sources': [ 108 'nacl_win64_sources': [
108 '<@(hmac_win64_related_sources)', 109 '<@(hmac_win64_related_sources)',
109 'random.cc', 110 'random.cc',
110 'random.h', 111 'random.h',
111 ], 112 ],
112 } 113 }
113 } 114 }
OLDNEW
« no previous file with comments | « crypto/crypto.gyp ('k') | crypto/curve25519.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698