| Index: third_party/WebKit/Source/core/BUILD.gn
|
| diff --git a/third_party/WebKit/Source/core/BUILD.gn b/third_party/WebKit/Source/core/BUILD.gn
|
| index c1dce612e52b0f1446e4ef3bf2d7158f0c3390c3..5ce19e70c9a6785a366a21b1ee3cdb11aa0b71e0 100644
|
| --- a/third_party/WebKit/Source/core/BUILD.gn
|
| +++ b/third_party/WebKit/Source/core/BUILD.gn
|
| @@ -1126,3 +1126,16 @@ fuzzer_test("text_resource_decoder_fuzzer") {
|
| "../platform:test_support",
|
| ]
|
| }
|
| +
|
| +# Fuzzer for blink::HTMLPreloadScanner.
|
| +fuzzer_test("html_preload_scanner_fuzzer") {
|
| + sources = [
|
| + "html/parser/HTMLPreloadScannerFuzzer.cpp",
|
| + ]
|
| + seed_corpus = "//third_party/WebKit/LayoutTests/fast/parser"
|
| + deps = [
|
| + ":core",
|
| + "../platform:test_support",
|
| + "../web:test_support",
|
| + ]
|
| +}
|
|
|