aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn16
1 files changed, 16 insertions, 0 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 3a81d369ae..a21549417c 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -987,4 +987,20 @@ if (skia_enable_tools) {
]
testonly = true
}
+
+ executable("fuzz") {
+ sources = [
+ "fuzz/FilterFuzz.cpp",
+ "fuzz/FuzzGradients.cpp",
+ "fuzz/FuzzParsePath.cpp",
+ "fuzz/FuzzPathop.cpp",
+ "fuzz/FuzzScaleToSides.cpp",
+ "fuzz/fuzz.cpp",
+ ]
+ deps = [
+ ":flags",
+ ":skia",
+ ]
+ testonly = true
+ }
}