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

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

Issue 2250263003: Move FuzzedDataProvider to //base and expose to blink (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ... also remove PLATFORM_EXPORT 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
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 8908db8e0eaedcacac0fa10adebc41a751db8f6d..c1dce612e52b0f1446e4ef3bf2d7158f0c3390c3 100644
--- a/third_party/WebKit/Source/core/BUILD.gn
+++ b/third_party/WebKit/Source/core/BUILD.gn
@@ -6,6 +6,7 @@ import("//build/config/chrome_build.gni")
import("//build/config/chromecast_build.gni")
import("//build/config/ui.gni")
import("//build/split_static_library.gni")
+import("//testing/libfuzzer/fuzzer_test.gni")
import("//third_party/WebKit/Source/bindings/bindings.gni")
import("//third_party/WebKit/Source/bindings/core/v8/generated.gni")
import("//third_party/WebKit/Source/bindings/modules/modules.gni")
@@ -1114,3 +1115,14 @@ action_foreach("make_core_generated_bison") {
deps = make_core_generated_deps
}
+
+# Fuzzer for blink::TextResourceDecoder.
+fuzzer_test("text_resource_decoder_fuzzer") {
+ sources = [
+ "html/parser/TextResourceDecoderFuzzer.cpp",
+ ]
+ deps = [
+ ":core",
+ "../platform:test_support",
+ ]
+}
« no previous file with comments | « net/url_request/url_request_fuzzer.cc ('k') | third_party/WebKit/Source/core/html/parser/TextResourceDecoder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698