diff options
author | joth@chromium.org <joth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-11 10:28:46 +0000 |
---|---|---|
committer | joth@chromium.org <joth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-11 10:28:46 +0000 |
commit | 087b8c8ecf6630ab31d30913148e0e613a0ab881 (patch) | |
tree | 5b4b8f40859fc0a3a424ef75f385245cb1227205 /base/base.gypi | |
parent | 5da80df33dcd871dba15546f482350ef24c095fc (diff) | |
download | chromium_src-087b8c8ecf6630ab31d30913148e0e613a0ab881.zip chromium_src-087b8c8ecf6630ab31d30913148e0e613a0ab881.tar.gz chromium_src-087b8c8ecf6630ab31d30913148e0e613a0ab881.tar.bz2 |
Simplify SHA2 implementation
Now portable, implemented as a wrapper over the SecureHash class.
BUG=None
TEST=base_unittests --gtest_filter=*Sha* --vmodule=*openssl*=3
Review URL: http://codereview.chromium.org/6812048
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81087 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/base.gypi')
-rw-r--r-- | base/base.gypi | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/base/base.gypi b/base/base.gypi index 3c41a39..44fa935 100644 --- a/base/base.gypi +++ b/base/base.gypi @@ -553,10 +553,6 @@ 'hmac_nss.cc', 'nss_util.cc', 'nss_util.h', - # 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. - 'sha2.cc', 'third_party/nss/blapi.h', 'third_party/nss/blapit.h', 'third_party/nss/sha256.h', @@ -573,7 +569,6 @@ 'hmac_openssl.cc', 'openssl_util.cc', 'openssl_util.h', - 'sha2_openssl.cc', ], },], ], @@ -659,7 +654,6 @@ 'openssl_util.h', 'sha2.cc', 'sha2.h', - 'sha2_openssl.cc', 'string16.cc', 'string16.h', 'sync_socket.h', |