aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn6
1 files changed, 1 insertions, 5 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 529a74f6b0..26cd616631 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1392,7 +1392,6 @@ if (skia_enable_tools) {
]
public_deps = [
":gpu_tool_utils", # Test.h #includes headers from this target.
- "modules/skjson:tests",
]
}
@@ -1407,9 +1406,6 @@ if (skia_enable_tools) {
":skia",
":tool_utils",
]
- public_deps = [
- "modules/skjson:bench",
- ]
}
test_lib("experimental_svg_model") {
@@ -1736,6 +1732,7 @@ if (skia_enable_tools) {
"fuzz/oss_fuzz/FuzzAnimatedImage.cpp",
"fuzz/oss_fuzz/FuzzImage.cpp",
"fuzz/oss_fuzz/FuzzImageFilterDeserialize.cpp",
+ "fuzz/oss_fuzz/FuzzJSON.cpp",
"fuzz/oss_fuzz/FuzzPathDeserialize.cpp",
"fuzz/oss_fuzz/FuzzRegionDeserialize.cpp",
"fuzz/oss_fuzz/FuzzRegionSetPath.cpp",
@@ -1750,7 +1747,6 @@ if (skia_enable_tools) {
":flags",
":gpu_tool_utils",
":skia",
- "modules/skjson:fuzz",
"modules/skottie:fuzz",
"//third_party/jsoncpp",
"//third_party/libpng",