From 8f480d91eea1421c1f9d7251699b710fd0cf2197 Mon Sep 17 00:00:00 2001 From: Florin Malita Date: Wed, 30 May 2018 13:17:49 -0400 Subject: Add 'public' headers support to find_headers.py Update the script to search for headers in both 'sources' and 'public'. Change-Id: I195c6e3720f3d3d99dea04628388821a58fa791b Reviewed-on: https://skia-review.googlesource.com/130823 Reviewed-by: Mike Klein Reviewed-by: Ben Wagner Commit-Queue: Florin Malita --- modules/skottie/BUILD.gn | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'modules') diff --git a/modules/skottie/BUILD.gn b/modules/skottie/BUILD.gn index 1e8ccb2df8..59223de916 100644 --- a/modules/skottie/BUILD.gn +++ b/modules/skottie/BUILD.gn @@ -17,9 +17,10 @@ config("public_config") { source_set("skottie") { if (skia_enable_skottie) { public_configs = [ ":public_config" ] - sources = [ - # TODO: move this to public + public = [ "include/Skottie.h", + ] + sources = [ "src/Skottie.cpp", "src/SkottieAdapter.cpp", "src/SkottieAdapter.h", -- cgit v1.2.3