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

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

Issue 2274563002: Add fuzzer infra to blink and fuzz CSS parser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 4 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 | third_party/WebKit/Source/core/css/StyleSheetContentsFuzzer.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 a5ba3bde4eab644e2ee45a9a1785fbecb312217b..bd40405764f8308369b51e8a70b10afe5f0c26c6 100644
--- a/third_party/WebKit/Source/core/BUILD.gn
+++ b/third_party/WebKit/Source/core/BUILD.gn
@@ -1424,3 +1424,16 @@ source_set("unit_tests") {
"//testing/gtest",
]
}
+
+# Fuzzer for blink::StyleSheetContents
+fuzzer_test("stylesheet_contents_fuzzer") {
+ sources = [
+ "css/StyleSheetContentsFuzzer.cpp",
+ ]
+ deps = [
+ ":core",
+ "../platform:blink_fuzzer_test_support",
+ ]
+ seed_corpus = "//third_party/WebKit/LayoutTests/fast/css/resources"
+ libfuzzer_options = [ "max_len=2048" ]
+}
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/css/StyleSheetContentsFuzzer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698