From a6e30f75fcd70636b835c8fb24005b84a1dd0d25 Mon Sep 17 00:00:00 2001 From: Florin Malita Date: Fri, 23 Mar 2018 13:41:58 -0400 Subject: [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 Commit-Queue: Florin Malita --- BUILD.gn | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'BUILD.gn') 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", -- cgit v1.2.3