From 77f2db73392f00d8428029bf7db03e2ef94201e5 Mon Sep 17 00:00:00 2001 From: Florin Malita Date: Tue, 29 May 2018 10:30:01 -0400 Subject: Clean up modules/skottie/BUILD.gn Per comments in https://skia-review.googlesource.com/c/skia/+/130480 Change-Id: I978b04e4b06bf01c008b44540c640b77f5900f12 Reviewed-on: https://skia-review.googlesource.com/130501 Reviewed-by: Kevin Lubick Reviewed-by: Mike Klein Commit-Queue: Florin Malita --- modules/skottie/BUILD.gn | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'modules/skottie') diff --git a/modules/skottie/BUILD.gn b/modules/skottie/BUILD.gn index 93213e9b35..f704eb4cb7 100644 --- a/modules/skottie/BUILD.gn +++ b/modules/skottie/BUILD.gn @@ -37,14 +37,17 @@ source_set("fuzz") { if (skia_enable_skottie) { testonly = true - public_configs = [ ":public_config" ] configs += [ "../..:skia_private" ] sources = [ "fuzz/FuzzSkottieJSON.cpp", ] + deps = [ + "../..:skia", + ] + + public_deps = [ ":skottie", - "../..:skia", # TODO: refactor to make this nicer ] } } -- cgit v1.2.3