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', |