• 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/Skottie.cpp",
17  "$_src/SkottieAdapter.cpp",
18  "$_src/SkottieAdapter.h",
19  "$_src/SkottieAnimator.cpp",
20  "$_src/SkottieJson.cpp",
21  "$_src/SkottieJson.h",
22  "$_src/SkottieLayer.cpp",
23  "$_src/SkottieLayerEffect.cpp",
24  "$_src/SkottiePriv.h",
25  "$_src/SkottiePrecompLayer.cpp",
26  "$_src/SkottieProperty.cpp",
27  "$_src/SkottieShapeLayer.cpp",
28  "$_src/SkottieTextLayer.cpp",
29  "$_src/SkottieValue.cpp",
30  "$_src/SkottieValue.h",
31]
32