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

Unified Diff: base/base.gypi

Issue 6374015: Renames secure_hash_nss.cc to secure_hash.cc (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/base/crypto
Patch Set: Created 9 years, 11 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/secure_hash.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gypi
diff --git a/base/base.gypi b/base/base.gypi
index 7d0a55deee7b8a550ce8ec47514e6d28446af1eb..1081a1f1c78db034a5b1fa2845af618d1a27b623 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -524,7 +524,7 @@
'sources!': [
'crypto/encryptor_nss.cc',
'crypto/rsa_private_key_nss.cc',
- 'crypto/secure_hash_nss.cc',
+ 'crypto/secure_hash.cc',
'crypto/signature_creator_nss.cc',
'crypto/signature_verifier_nss.cc',
'crypto/symmetric_key_nss.cc',
@@ -573,7 +573,7 @@
'crypto/rsa_private_key_openssl.cc',
'crypto/rsa_private_key_win.cc',
'crypto/secure_hash.h',
- 'crypto/secure_hash_nss.cc',
+ 'crypto/secure_hash.cc',
'crypto/secure_hash_openssl.cc',
'crypto/signature_creator.h',
'crypto/signature_creator_mac.cc',
« no previous file with comments | « no previous file | base/crypto/secure_hash.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698