From 8c172ba397087850e9c4949a42ae558ebc6fdaf4 Mon Sep 17 00:00:00 2001 From: Eric Boren Date: Thu, 19 Jul 2018 13:27:49 -0400 Subject: [infra] Add infra support for Lottie Bug: skia:8136 Change-Id: I18c4ad549c52346ebfe23d172597d5da205e5c4d Reviewed-on: https://skia-review.googlesource.com/142105 Commit-Queue: Eric Boren Reviewed-by: Ben Wagner --- dm/DM.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dm') 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(FLAGS_skps, "skp"); gather_file_srcs(FLAGS_mskps, "mskp"); #if defined(SK_ENABLE_SKOTTIE) - gather_file_srcs(FLAGS_jsons, "json"); + gather_file_srcs(FLAGS_lotties, "json"); #endif #if defined(SK_XML) gather_file_srcs(FLAGS_svgs, "svg"); -- cgit v1.2.3