aboutsummaryrefslogtreecommitdiffhomepage
path: root/modules/skottie/BUILD.gn
diff options
context:
space:
mode:
authorGravatar Florin Malita <fmalita@chromium.org>2018-06-14 16:16:01 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-06-14 21:21:14 +0000
commit7d42c44cddee7b7a12fa7c59099e989995eabf3a (patch)
tree6e0d460c0a8fc7366ed76cc8f89f5c532d9d2678 /modules/skottie/BUILD.gn
parent725d5ad257898c23ef27f4d7feaa545103932c03 (diff)
[skottie] Switch to SkJSON
Convert to SkJSON APIs and remove RapidJSON dependency. TBR= Change-Id: I5b4fd78821a443326e3a5b370748d840b80ef279 Reviewed-on: https://skia-review.googlesource.com/134612 Reviewed-by: Mike Klein <mtklein@google.com> Commit-Queue: Florin Malita <fmalita@chromium.org>
Diffstat (limited to 'modules/skottie/BUILD.gn')
-rw-r--r--modules/skottie/BUILD.gn4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/skottie/BUILD.gn b/modules/skottie/BUILD.gn
index 26b48bc59d..dff355cf82 100644
--- a/modules/skottie/BUILD.gn
+++ b/modules/skottie/BUILD.gn
@@ -34,8 +34,8 @@ source_set("skottie") {
configs += [ "../../:skia_private" ]
deps = [
"../..:skia",
- "../../third_party/rapidjson",
- "../sksg:sksg",
+ "../skjson",
+ "../sksg",
]
}
}