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

Unified Diff: crypto/crypto.gypi

Issue 1909513003: Rename crypto/ *_openssl files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « crypto/crypto.gyp ('k') | crypto/curve25519.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: crypto/crypto.gypi
diff --git a/crypto/crypto.gypi b/crypto/crypto.gypi
index 748f4a90f6a11d951cc4b1d7e808fce7c0e3ea77..43d43066194320eb2e9fee2cd247211b138bff67 100644
--- a/crypto/crypto.gypi
+++ b/crypto/crypto.gypi
@@ -25,8 +25,8 @@
# NOTE: all transitive dependencies of HMAC on windows need
# to be placed in the source list above.
'<@(hmac_win64_related_sources)',
- 'aead_openssl.cc',
- 'aead_openssl.h',
+ 'aead.cc',
+ 'aead.h',
'apple_keychain.h',
'apple_keychain_ios.mm',
'apple_keychain_mac.mm',
@@ -36,17 +36,16 @@
'crypto_export.h',
'cssm_init.cc',
'cssm_init.h',
+ 'curve25519.cc',
'curve25519.h',
- 'curve25519_openssl.cc',
+ 'ec_private_key.cc',
'ec_private_key.h',
- 'ec_private_key_openssl.cc',
'ec_signature_creator.cc',
'ec_signature_creator.h',
'ec_signature_creator_impl.h',
'ec_signature_creator_openssl.cc',
'encryptor.cc',
'encryptor.h',
- 'encryptor_openssl.cc',
'hkdf.cc',
'hkdf.h',
'hmac_openssl.cc',
@@ -72,18 +71,18 @@
'p224.h',
'random.h',
'random.cc',
+ 'rsa_private_key.cc',
'rsa_private_key.h',
- 'rsa_private_key_openssl.cc',
'scoped_capi_types.h',
'scoped_nss_types.h',
+ 'secure_hash.cc',
'secure_hash.h',
- 'secure_hash_openssl.cc',
'sha2.cc',
'sha2.h',
+ 'signature_creator.cc',
'signature_creator.h',
- 'signature_creator_openssl.cc',
+ 'signature_verifier.cc',
'signature_verifier.h',
- 'signature_verifier_openssl.cc',
'symmetric_key_openssl.cc',
],
'nacl_win64_sources': [
« no previous file with comments | « crypto/crypto.gyp ('k') | crypto/curve25519.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698