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

Unified Diff: testing/libfuzzer/fuzzers/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 | « crypto/openssl_bio_string_unittest.cc ('k') | testing/libfuzzer/fuzzers/openssl_bio_string_fuzzer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/libfuzzer/fuzzers/BUILD.gn
diff --git a/testing/libfuzzer/fuzzers/BUILD.gn b/testing/libfuzzer/fuzzers/BUILD.gn
index f919ec3ff2fd506df4ad4f60351d52ee6f0c8321..7457c3261222355db80d4cd22d42587b30bcc378 100644
--- a/testing/libfuzzer/fuzzers/BUILD.gn
+++ b/testing/libfuzzer/fuzzers/BUILD.gn
@@ -419,14 +419,3 @@ fuzzer_test("angle_translator_fuzzer") {
]
libfuzzer_options = [ "max_len=1000" ]
}
-
-fuzzer_test("openssl_bio_string_fuzzer") {
- sources = [
- "openssl_bio_string_fuzzer.cc",
- ]
- deps = [
- "//crypto",
- "//third_party/boringssl",
- ]
- libfuzzer_options = [ "max_len=512" ]
-}
« no previous file with comments | « crypto/openssl_bio_string_unittest.cc ('k') | testing/libfuzzer/fuzzers/openssl_bio_string_fuzzer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698