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

Unified Diff: third_party/WebKit/Source/platform/BUILD.gn

Issue 2317163002: Add fuzzer for blink::WebIconSizesParser (Closed)
Patch Set: Rebased Created 4 years, 3 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
Index: third_party/WebKit/Source/platform/BUILD.gn
diff --git a/third_party/WebKit/Source/platform/BUILD.gn b/third_party/WebKit/Source/platform/BUILD.gn
index 15a5940814ce823b0cca437b361eae4c10f19055..1069650a17f2f385c2cbcd5c12d4551bb6c2d030 100644
--- a/third_party/WebKit/Source/platform/BUILD.gn
+++ b/third_party/WebKit/Source/platform/BUILD.gn
@@ -1914,6 +1914,18 @@ fuzzer_test("mhtml_parser_fuzzer") {
]
}
+# Fuzzer for blink::WebIconSizesParser.
+fuzzer_test("web_icon_sizes_fuzzer") {
+ sources = [
+ "WebIconSizesFuzzer.cpp",
+ ]
+ deps = [
+ ":blink_fuzzer_test_support",
+ ":platform",
+ ]
+ dict = "//testing/libfuzzer/fuzzers/dicts/web_icon_sizes.dict"
+}
+
# NOTE: These are legacy unit tests and tests that require a Platform
# object. Do not add more unless the test requires a Platform object.
# These tests are a part of the webkit_unit_tests binary.
« no previous file with comments | « testing/libfuzzer/fuzzers/dicts/web_icon_sizes.dict ('k') | third_party/WebKit/Source/platform/WebIconSizesFuzzer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698