aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD.gn
diff options
context:
space:
mode:
authorGravatar Florin Malita <fmalita@chromium.org>2018-01-16 17:04:30 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-01-17 14:15:36 +0000
commit54f65c473fd6bf6919dfcbad22e924dff7586568 (patch)
treee241fc08b1dff9c41621bd52afca21c6059ed34b /BUILD.gn
parentd452434d1717aa42993a4c671ffc5625fe273957 (diff)
Skotty -> Skottie
Change-Id: If8b6516024c69b0fc256208874f6666a4e70e12c Reviewed-on: https://skia-review.googlesource.com/95241 Reviewed-by: Mike Reed <reed@google.com> Commit-Queue: Florin Malita <fmalita@chromium.org>
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn18
1 files changed, 9 insertions, 9 deletions
diff --git a/BUILD.gn b/BUILD.gn
index b17544fba6..5addfe7b25 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1321,13 +1321,13 @@ if (skia_enable_tools) {
]
}
- test_lib("experimental_skotty") {
- public_include_dirs = [ "experimental/skotty" ]
+ test_lib("experimental_skottie") {
+ public_include_dirs = [ "experimental/skottie" ]
include_dirs = [ "tools" ]
sources = [
- "experimental/skotty/Skotty.cpp",
- "experimental/skotty/SkottyAnimator.cpp",
- "experimental/skotty/SkottyProperties.cpp",
+ "experimental/skottie/Skottie.cpp",
+ "experimental/skottie/SkottieAnimator.cpp",
+ "experimental/skottie/SkottieProperties.cpp",
]
deps = [
":experimental_sksg",
@@ -1511,7 +1511,7 @@ if (skia_enable_tools) {
include_dirs = [ "tests" ]
deps = [
":common_flags",
- ":experimental_skotty",
+ ":experimental_skottie",
":experimental_sksg",
":experimental_svg_model",
":flags",
@@ -1913,8 +1913,8 @@ if (skia_enable_tools) {
"tools/viewer/ImageSlide.cpp",
"tools/viewer/SKPSlide.cpp",
"tools/viewer/SampleSlide.cpp",
- "tools/viewer/SkottySlide.cpp",
- "tools/viewer/SkottySlide2.cpp",
+ "tools/viewer/SkottieSlide.cpp",
+ "tools/viewer/SkottieSlide2.cpp",
"tools/viewer/StatsLayer.cpp",
"tools/viewer/Viewer.cpp",
]
@@ -1922,7 +1922,7 @@ if (skia_enable_tools) {
include_dirs = []
deps = [
- ":experimental_skotty",
+ ":experimental_skottie",
":flags",
":gm",
":gpu_tool_utils",