aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn5
1 files changed, 4 insertions, 1 deletions
diff --git a/BUILD.gn b/BUILD.gn
index ec45729ac5..4ce762529f 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1843,7 +1843,6 @@ if (skia_enable_tools) {
"fuzz/oss_fuzz/FuzzPathDeserialize.cpp",
"fuzz/oss_fuzz/FuzzRegionDeserialize.cpp",
"fuzz/oss_fuzz/FuzzRegionSetPath.cpp",
- "fuzz/oss_fuzz/FuzzSkottieJSON.cpp",
"fuzz/oss_fuzz/FuzzTextBlobDeserialize.cpp",
"tools/UrlDataManager.cpp",
"tools/debugger/SkDebugCanvas.cpp",
@@ -1859,6 +1858,10 @@ if (skia_enable_tools) {
"//third_party/jsoncpp",
"//third_party/libpng",
]
+
+ if (skia_enable_skottie) {
+ sources += [ "fuzz/oss_fuzz/FuzzSkottieJSON.cpp" ]
+ }
}
test_app("pathops_unittest") {