aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD.gn
diff options
context:
space:
mode:
authorGravatar Florin Malita <fmalita@chromium.org>2018-03-23 13:41:58 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-03-23 18:09:50 +0000
commita6e30f75fcd70636b835c8fb24005b84a1dd0d25 (patch)
treecc85258441e5d11f39591679c790f35f7ad30349 /BUILD.gn
parent99501b741c1164fa12581cd06f0e7ab3fbce8792 (diff)
[skottie] Clean up SkottieProperties
Split into Adapter and Value CUs. No real changes, just shuffling things around. TBR= Change-Id: I50eaeb3950f4c59e7d7027955b3f49ca2a346e59 Reviewed-on: https://skia-review.googlesource.com/116186 Reviewed-by: Florin Malita <fmalita@chromium.org> Commit-Queue: Florin Malita <fmalita@chromium.org>
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",