aboutsummaryrefslogtreecommitdiffhomepage
path: root/dm
diff options
context:
space:
mode:
authorGravatar Eric Boren <borenet@google.com>2018-07-19 13:27:49 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-07-19 17:53:25 +0000
commit8c172ba397087850e9c4949a42ae558ebc6fdaf4 (patch)
treeffbda04524e34f8807057334a87241b0f0fac9a0 /dm
parent63fac808ee5a6b33f15de2aa54a507a1334a053e (diff)
[infra] Add infra support for Lottie
Bug: skia:8136 Change-Id: I18c4ad549c52346ebfe23d172597d5da205e5c4d Reviewed-on: https://skia-review.googlesource.com/142105 Commit-Queue: Eric Boren <borenet@google.com> Reviewed-by: Ben Wagner <benjaminwagner@google.com>
Diffstat (limited to 'dm')
-rw-r--r--dm/DM.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/dm/DM.cpp b/dm/DM.cpp
index ad37e9dd50..64ed4354c6 100644
--- a/dm/DM.cpp
+++ b/dm/DM.cpp
@@ -784,7 +784,7 @@ static bool gather_srcs() {
gather_file_srcs<SKPSrc>(FLAGS_skps, "skp");
gather_file_srcs<MSKPSrc>(FLAGS_mskps, "mskp");
#if defined(SK_ENABLE_SKOTTIE)
- gather_file_srcs<SkottieSrc>(FLAGS_jsons, "json");
+ gather_file_srcs<SkottieSrc>(FLAGS_lotties, "json");
#endif
#if defined(SK_XML)
gather_file_srcs<SVGSrc>(FLAGS_svgs, "svg");