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

Unified Diff: base/base.gyp

Issue 219013: Revert "Linux (nss) implementations of RSAPrivateKey and SignatureCreator" (Closed)
Patch Set: Created 11 years, 3 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 | « no previous file | base/crypto/rsa_private_key.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gyp
diff --git a/base/base.gyp b/base/base.gyp
index 06197898a54c22021ea5d756811adf55435917ae..c35f8fa1be614608cd13b56dcc6e9ddd9d859b74 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -20,10 +20,8 @@
'crypto/cssm_init.cc',
'crypto/cssm_init.h',
'crypto/rsa_private_key.h',
- 'crypto/rsa_private_key_nss.cc',
'crypto/rsa_private_key_win.cc',
'crypto/signature_creator.h',
- 'crypto/signature_creator_nss.cc',
'crypto/signature_creator_win.cc',
'crypto/signature_verifier.h',
'crypto/signature_verifier_mac.cc',
@@ -415,8 +413,6 @@
['exclude', '/xdg_mime/'],
],
'sources!': [
- 'crypto/rsa_private_key_nss.cc',
- 'crypto/signature_creator_nss.cc',
'crypto/signature_verifier_nss.cc',
'atomicops_internals_x86_gcc.cc',
'directory_watcher_inotify.cc',
@@ -707,12 +703,7 @@
'message_pump_glib_unittest.cc',
]
}],
- ['OS == "mac"', {
- 'sources!': [
- 'crypto/rsa_private_key_unittest.cc',
- 'crypto/signature_creator_unittest.cc',
- ],
- }, { # OS != "mac"
+ ['OS != "mac"', {
'sources!': [
'mac_util_unittest.cc',
],
@@ -729,6 +720,8 @@
],
}, { # OS != "win"
'sources!': [
+ 'crypto/rsa_private_key_unittest.cc',
+ 'crypto/signature_creator_unittest.cc',
'gfx/native_theme_unittest.cc',
'object_watcher_unittest.cc',
'pe_image_unittest.cc',
« no previous file with comments | « no previous file | base/crypto/rsa_private_key.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698