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

Unified Diff: crypto/BUILD.gn

Issue 2391393005: Remove openssl_bio_string. (Closed)
Patch Set: Created 4 years, 2 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/openssl_bio_string.h » ('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 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",
« no previous file with comments | « no previous file | crypto/openssl_bio_string.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698