From e2343a1d0997ca715275a9fb2079b8514c6f8c19 Mon Sep 17 00:00:00 2001 From: Ben Wagner Date: Sat, 26 May 2018 09:12:28 -0400 Subject: Add some missing includes to sources. The list of includes available to fiddle is now derived from sources. The Housekeeper bot now complains of a few missing includes which this adds. Change-Id: I1b667d285eb756c5201f04e07fe4b6c467793719 Reviewed-on: https://skia-review.googlesource.com/130321 Reviewed-by: Ben Wagner --- gn/core.gni | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gn') diff --git a/gn/core.gni b/gn/core.gni index 19dbcf42d0..1d89a1c6f7 100644 --- a/gn/core.gni +++ b/gn/core.gni @@ -404,6 +404,7 @@ skia_core_sources = [ "$_include/core/SkImage.h", "$_include/core/SkImageEncoder.h", "$_include/core/SkImageFilter.h", + "$_include/core/SkImageGenerator.h", "$_include/core/SkImageInfo.h", "$_include/core/SkMallocPixelRef.h", "$_include/core/SkMaskFilter.h", @@ -427,6 +428,7 @@ skia_core_sources = [ "$_include/core/SkRefCnt.h", "$_include/core/SkRegion.h", "$_include/core/SkRRect.h", + "$_include/core/SkRSXform.h", "$_include/core/SkScalar.h", "$_include/core/SkShader.h", "$_include/core/SkStream.h", -- cgit v1.2.3