• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright 2018 Google Inc.
2#
3# Use of this source code is governed by a BSD-style license that can be
4# found in the LICENSE file.
5
6# Things are easiest for everyone if these source paths are absolute.
7_src = get_path_info("src", "abspath")
8_include = get_path_info("include", "abspath")
9
10skia_skottie_public = [
11  "$_include/Skottie.h",
12  "$_include/SkottieProperty.h",
13]
14
15skia_skottie_sources = [
16  "$_src/Composition.cpp",
17  "$_src/Layer.cpp",
18  "$_src/Skottie.cpp",
19  "$_src/SkottieAdapter.cpp",
20  "$_src/SkottieAdapter.h",
21  "$_src/SkottieAnimator.cpp",
22  "$_src/SkottieJson.cpp",
23  "$_src/SkottieJson.h",
24  "$_src/SkottiePriv.h",
25  "$_src/SkottieProperty.cpp",
26  "$_src/SkottieValue.cpp",
27  "$_src/SkottieValue.h",
28  "$_src/effects/DropShadowEffect.cpp",
29  "$_src/effects/Effects.cpp",
30  "$_src/effects/Effects.h",
31  "$_src/effects/FillEffect.cpp",
32  "$_src/effects/GaussianBlurEffect.cpp",
33  "$_src/effects/GradientEffect.cpp",
34  "$_src/effects/HueSaturationEffect.cpp",
35  "$_src/effects/LevelsEffect.cpp",
36  "$_src/effects/LinearWipeEffect.cpp",
37  "$_src/effects/MotionBlurEffect.cpp",
38  "$_src/effects/MotionBlurEffect.h",
39  "$_src/effects/MotionTileEffect.cpp",
40  "$_src/effects/RadialWipeEffect.cpp",
41  "$_src/effects/TintEffect.cpp",
42  "$_src/effects/TransformEffect.cpp",
43  "$_src/effects/TritoneEffect.cpp",
44  "$_src/effects/VenetianBlindsEffect.cpp",
45  "$_src/layers/ImageLayer.cpp",
46  "$_src/layers/NullLayer.cpp",
47  "$_src/layers/PrecompLayer.cpp",
48  "$_src/layers/ShapeLayer.cpp",
49  "$_src/layers/SolidLayer.cpp",
50  "$_src/layers/TextLayer.cpp",
51  "$_src/text/RangeSelector.cpp",
52  "$_src/text/RangeSelector.h",
53  "$_src/text/SkottieShaper.cpp",
54  "$_src/text/SkottieShaper.h",
55  "$_src/text/TextAdapter.cpp",
56  "$_src/text/TextAdapter.h",
57  "$_src/text/TextAnimator.cpp",
58  "$_src/text/TextAnimator.h",
59  "$_src/text/TextValue.cpp",
60  "$_src/text/TextValue.h",
61]
62