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

Unified Diff: crypto/BUILD.gn

Issue 2080753002: crypto: Add BoringSSL accelerated version of SHA-1 Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 | crypto/crypto.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: crypto/BUILD.gn
diff --git a/crypto/BUILD.gn b/crypto/BUILD.gn
index 088a5c131b7f73acaa3d4fd1d4b9042c2b3c124f..c8a7a8e201b847f30678f4110d92bc2bf48907e5 100644
--- a/crypto/BUILD.gn
+++ b/crypto/BUILD.gn
@@ -65,6 +65,8 @@ component("crypto") {
"secure_hash.h",
"secure_util.cc",
"secure_util.h",
+ "sha1.cc",
+ "sha1.h",
"sha2.cc",
"sha2.h",
"signature_creator.cc",
@@ -147,6 +149,7 @@ test("crypto_unittests") {
"random_unittest.cc",
"rsa_private_key_unittest.cc",
"secure_hash_unittest.cc",
+ "sha1_unittest.cc",
"sha2_unittest.cc",
"signature_creator_unittest.cc",
"signature_verifier_unittest.cc",
« no previous file with comments | « no previous file | crypto/crypto.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698