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

Unified Diff: testing/libfuzzer/fuzzers/BUILD.gn

Issue 2748323002: Pickup github update for brotli fuzz target. (Closed)
Patch Set: Move fuzzer to brotli/fuzz Created 3 years, 9 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 | testing/libfuzzer/fuzzers/brotli_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 291d7ec0f86020cbdfc3373a525b87167a01d1d2..f550f5277d605fa85faf695c2fabd730297e9588 100644
--- a/testing/libfuzzer/fuzzers/BUILD.gn
+++ b/testing/libfuzzer/fuzzers/BUILD.gn
@@ -19,16 +19,6 @@ fuzzer_test("empty_fuzzer") {
additional_configs = [ "//testing/libfuzzer:no_clusterfuzz" ]
}
-fuzzer_test("brotli_fuzzer") {
- sources = [
- "brotli_fuzzer.cc",
- ]
- deps = [
- "//third_party/brotli:dec",
- ]
- libfuzzer_options = [ "max_len=1280" ]
-}
-
fuzzer_test("courgette_fuzzer") {
sources = [
"courgette_fuzzer.cc",
« no previous file with comments | « no previous file | testing/libfuzzer/fuzzers/brotli_fuzzer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698