From f3c15b7cfc4eed2528f7db87ea6c1444b55ee856 Mon Sep 17 00:00:00 2001 From: bungeman Date: Wed, 19 Aug 2015 11:56:48 -0700 Subject: Move SkTemplates.h to private. SkTemplates.h contains a number of Skia specific utilities which are not designed for external use. In addition to reducing the external support burden, this will allow Skia to freely refactor this file. Review URL: https://codereview.chromium.org/1272293004 --- gyp/core.gypi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gyp/core.gypi') diff --git a/gyp/core.gypi b/gyp/core.gypi index dd0ce0484a..c35592e6c5 100644 --- a/gyp/core.gypi +++ b/gyp/core.gypi @@ -329,7 +329,6 @@ '<(skia_include_path)/core/SkTInternalLList.h', '<(skia_include_path)/core/SkTRegistry.h', '<(skia_include_path)/core/SkTSearch.h', - '<(skia_include_path)/core/SkTemplates.h', '<(skia_include_path)/core/SkTextBlob.h', '<(skia_include_path)/core/SkTime.h', '<(skia_include_path)/core/SkTLazy.h', @@ -339,6 +338,7 @@ '<(skia_include_path)/core/SkUtils.h', '<(skia_include_path)/core/SkWriter32.h', '<(skia_include_path)/core/SkXfermode.h', + '<(skia_include_path)/private/SkTemplates.h', # Lazy decoding: '<(skia_src_path)/lazy/SkCachingPixelRef.cpp', -- cgit v1.2.3