| Index: crypto/BUILD.gn
|
| diff --git a/crypto/BUILD.gn b/crypto/BUILD.gn
|
| index 73d45db40637218cec253d7e8d83897cb77c9740..2e5d560df78a61b9ebca5affa4ca05714ca280aa 100644
|
| --- a/crypto/BUILD.gn
|
| +++ b/crypto/BUILD.gn
|
| @@ -47,8 +47,6 @@ component("crypto") {
|
| "nss_util.cc",
|
| "nss_util.h",
|
| "nss_util_internal.h",
|
| - "openssl_bio_string.cc",
|
| - "openssl_bio_string.h",
|
| "openssl_util.cc",
|
| "openssl_util.h",
|
| "p224.cc",
|
| @@ -145,7 +143,6 @@ test("crypto_unittests") {
|
| "hmac_unittest.cc",
|
| "nss_key_util_unittest.cc",
|
| "nss_util_unittest.cc",
|
| - "openssl_bio_string_unittest.cc",
|
| "p224_spake_unittest.cc",
|
| "p224_unittest.cc",
|
| "random_unittest.cc",
|
|
|