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

Unified Diff: crypto/crypto.gyp

Issue 17265013: Remove platform-specific implementations of RSAPrivateKey and SignatureCreator (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix colliding serial numbers Created 7 years, 6 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
Index: crypto/crypto.gyp
diff --git a/crypto/crypto.gyp b/crypto/crypto.gyp
index 4ba571b05205d92b31d23463a57d209a9879e177..f6ac0f897882f17650df0cd92616dd4f666d7fb3 100644
--- a/crypto/crypto.gyp
+++ b/crypto/crypto.gyp
@@ -49,15 +49,6 @@
],
],
}, { # os_posix != 1 or OS == "mac" or OS == "ios" or OS == "android"
- 'sources/': [
- ['exclude', '_nss\.cc$'],
- ['include', 'ec_private_key_nss\.cc$'],
- ['include', 'ec_signature_creator_nss\.cc$'],
- ['include', 'encryptor_nss\.cc$'],
- ['include', 'hmac_nss\.cc$'],
- ['include', 'signature_verifier_nss\.cc$'],
- ['include', 'symmetric_key_nss\.cc$'],
- ],
'sources!': [
'hmac_win.cc',
'openpgp_symmetric_encryption.cc',
@@ -93,12 +84,6 @@
},
},
],
- [ 'OS == "ios"', {
- 'sources!': [
- # This class is stubbed out on iOS.
- 'rsa_private_key.cc',
- ],
- }],
[ 'OS == "mac"', {
'link_settings': {
'libraries': [
@@ -228,11 +213,8 @@
'random.cc',
'rsa_private_key.cc',
'rsa_private_key.h',
- 'rsa_private_key_ios.cc',
- 'rsa_private_key_mac.cc',
'rsa_private_key_nss.cc',
'rsa_private_key_openssl.cc',
- 'rsa_private_key_win.cc',
'scoped_capi_types.h',
'scoped_nss_types.h',
'secure_hash.h',
@@ -241,10 +223,8 @@
'sha2.cc',
'sha2.h',
'signature_creator.h',
- 'signature_creator_mac.cc',
'signature_creator_nss.cc',
'signature_creator_openssl.cc',
- 'signature_creator_win.cc',
'signature_verifier.h',
'signature_verifier_nss.cc',
'signature_verifier_openssl.cc',
@@ -316,15 +296,6 @@
'../third_party/nss/nss.gyp:nss',
],
}],
- ['OS == "ios"', {
- 'sources!': [
- # These tests are excluded because they test classes that are not
- # implemented on iOS.
- 'rsa_private_key_unittest.cc',
- 'signature_creator_unittest.cc',
- 'signature_verifier_unittest.cc',
- ],
- }],
[ 'OS == "mac"', {
'dependencies': [
'../third_party/nss/nss.gyp:nspr',
« no previous file with comments | « chrome/browser/chromeos/attestation/attestation_policy_observer_unittest.cc ('k') | crypto/rsa_private_key.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698