From fc043dcd552d293fc4d0da61562e3a7b755a640a Mon Sep 17 00:00:00 2001 From: Florin Malita Date: Sun, 31 Dec 2017 11:08:42 -0500 Subject: [skotty] Add Json DM source Generates a filmstrip with evenly distributed frames for a Skotty animation. TBR= Change-Id: Ia89e0d65d59fd5ab4ef221a231e9b3e0c033828a Reviewed-on: https://skia-review.googlesource.com/90025 Reviewed-by: Florin Malita Commit-Queue: Florin Malita --- dm/DM.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'dm/DM.cpp') diff --git a/dm/DM.cpp b/dm/DM.cpp index 6cb9cb5ef5..246615eaa6 100644 --- a/dm/DM.cpp +++ b/dm/DM.cpp @@ -784,6 +784,7 @@ static bool gather_srcs() { gather_file_srcs(FLAGS_skps, "skp"); } gather_file_srcs(FLAGS_mskps, "mskp"); + gather_file_srcs(FLAGS_jsons, "json"); #if defined(SK_XML) gather_file_srcs(FLAGS_svgs, "svg"); #endif -- cgit v1.2.3