From 0b0d93dbe432b6de4fd8df9a84e2ba3f2cc5b07e Mon Sep 17 00:00:00 2001 From: Florin Malita Date: Fri, 4 May 2018 15:01:03 -0400 Subject: Fuzz should observe the optional Skottie flag. Change-Id: I41d79442559bc020ac786f668534f5a2990cc96f Reviewed-on: https://skia-review.googlesource.com/126121 Auto-Submit: Florin Malita Reviewed-by: Kevin Lubick Commit-Queue: Florin Malita --- BUILD.gn | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'BUILD.gn') 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") { -- cgit v1.2.3