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

Unified Diff: base/base.gypi

Issue 6276002: Abstracts SHA256 context for NSS / OpenSSL. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Moves to SecureHash (and other comments) 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 | « base/base.gyp ('k') | base/secure_hash.h » ('j') | base/secure_hash.h » ('J')
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 b68ced8fbb7f2ec1401f8259b710e357f41de91c..e9f93db0e916da69416daa8792f666908c162b5b 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -530,6 +530,7 @@
'hmac_nss.cc',
'nss_util.cc',
'nss_util.h',
+ 'secure_hash_nss.cc',
# Note that sha2.cc depends on the NSS files bundled into
# chromium; it does not have the _nss postfix as it is required
# on platforms besides linux and *bsd.
@@ -549,6 +550,7 @@
'hmac_openssl.cc',
'openssl_util.cc',
'openssl_util.h',
+ 'secure_hash_openssl.cc',
'sha2_openssl.cc',
],
},],
@@ -628,6 +630,9 @@
'nss_util.h',
'openssl_util.cc',
'openssl_util.h',
+ 'secure_hash.h',
+ 'secure_hash_nss.cc',
+ 'secure_hash_openssl.cc',
'sha2.cc',
'sha2.h',
'sha2_openssl.cc',
« no previous file with comments | « base/base.gyp ('k') | base/secure_hash.h » ('j') | base/secure_hash.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698