add skottie support to fm

Draws the same as DM.

Change-Id: I741655786c3345dfd824438f9dcaca0d5046b197
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/205493
Reviewed-by: Florin Malita <fmalita@chromium.org>
diff --git a/BUILD.gn b/BUILD.gn
index 34bbf3d..03b8cf6 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1883,6 +1883,8 @@
         ":skia",
         ":tool_utils",
         ":trace",
+        "modules/skottie",
+        "modules/skottie:utils",
       ]
     }
     test_app("dm") {