aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn3
1 files changed, 2 insertions, 1 deletions
diff --git a/BUILD.gn b/BUILD.gn
index cc7468fb22..ff9977601a 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1357,9 +1357,10 @@ if (skia_enable_tools) {
include_dirs = [ "tools" ]
sources = [
"experimental/skottie/Skottie.cpp",
+ "experimental/skottie/SkottieAdapter.cpp",
"experimental/skottie/SkottieAnimator.cpp",
"experimental/skottie/SkottieParser.cpp",
- "experimental/skottie/SkottieProperties.cpp",
+ "experimental/skottie/SkottieValue.cpp",
]
deps = [
":experimental_sksg",