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