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

Unified Diff: net/BUILD.gn

Issue 2463233002: Add a BrotliSourceStream fuzzer (Closed)
Patch Set: Correct typo in gzip file Created 4 years, 1 month 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 | net/filter/brotli_source_stream_fuzzer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/BUILD.gn
diff --git a/net/BUILD.gn b/net/BUILD.gn
index 8e2d6d95185b631d7af8c0e70b58318d52e26db7..5a09452908f3fdded6ff6bd041b0ab69e3f9559f 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -1848,6 +1848,20 @@ fuzzer_test("net_http_stream_parser_fuzzer") {
dict = "data/fuzzer_dictionaries/net_http_stream_parser_fuzzer.dict"
}
+if (!disable_brotli_filter) {
+ fuzzer_test("net_brotli_source_stream_fuzzer") {
+ sources = [
+ "filter/brotli_source_stream_fuzzer.cc",
+ ]
+ deps = [
+ ":net_fuzzer_test_support",
+ ":test_support",
+ "//base",
+ "//net",
+ ]
+ }
+}
+
fuzzer_test("net_gzip_source_stream_fuzzer") {
sources = [
"filter/gzip_source_stream_fuzzer.cc",
« no previous file with comments | « no previous file | net/filter/brotli_source_stream_fuzzer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698