aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn5
1 files changed, 5 insertions, 0 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 85d6694921..2a832a51b1 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1391,6 +1391,7 @@ if (skia_enable_tools) {
]
public_deps = [
":gpu_tool_utils", # Test.h #includes headers from this target.
+ "modules/skjson:tests",
]
}
@@ -1405,6 +1406,9 @@ if (skia_enable_tools) {
":skia",
":tool_utils",
]
+ public_deps = [
+ "modules/skjson:bench",
+ ]
}
test_lib("experimental_svg_model") {
@@ -1745,6 +1749,7 @@ if (skia_enable_tools) {
":flags",
":gpu_tool_utils",
":skia",
+ "modules/skjson:fuzz",
"modules/skottie:fuzz",
"//third_party/jsoncpp",
"//third_party/libpng",