aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn5
1 files changed, 2 insertions, 3 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 4ce762529f..66dac2c237 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1446,7 +1446,6 @@ if (skia_enable_tools) {
test_lib("experimental_skottie") {
public_include_dirs = []
- include_dirs = [ "tools" ]
if (skia_enable_skottie) {
public_include_dirs += [ "experimental/skottie" ]
public_defines = [ "SK_ENABLE_SKOTTIE" ]
@@ -1454,13 +1453,13 @@ if (skia_enable_tools) {
"experimental/skottie/Skottie.cpp",
"experimental/skottie/SkottieAdapter.cpp",
"experimental/skottie/SkottieAnimator.cpp",
- "experimental/skottie/SkottieParser.cpp",
+ "experimental/skottie/SkottieJson.cpp",
"experimental/skottie/SkottieValue.cpp",
]
deps = [
":experimental_sksg",
":skia",
- "//third_party/jsoncpp",
+ "//third_party/rapidjson",
]
}
}