aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD.gn
diff options
context:
space:
mode:
authorGravatar Florin Malita <fmalita@chromium.org>2018-05-04 15:01:03 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-05-04 19:49:13 +0000
commit0b0d93dbe432b6de4fd8df9a84e2ba3f2cc5b07e (patch)
tree2aa03ed0cd281e41b84ff5ecb90a65b2962e575a /BUILD.gn
parenteb61f60e1bfb1f0def16c473b7bd70e6f5ae5ca6 (diff)
Fuzz should observe the optional Skottie flag.
Change-Id: I41d79442559bc020ac786f668534f5a2990cc96f Reviewed-on: https://skia-review.googlesource.com/126121 Auto-Submit: Florin Malita <fmalita@chromium.org> Reviewed-by: Kevin Lubick <kjlubick@google.com> Commit-Queue: Florin Malita <fmalita@chromium.org>
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") {