aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/core.gypi
diff options
context:
space:
mode:
authorGravatar senorblanco <senorblanco@chromium.org>2016-04-27 11:31:23 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-04-27 11:31:23 -0700
commit900c36779610dc65c42a5004ee3693fd70961ba4 (patch)
tree603f3ab0fd1a59077c851a93148ee15064813073 /gyp/core.gypi
parentf8e8d5ee432448a4ca5b6f22aabd148a6708d0c0 (diff)
Image filters: de-nest SkImageFilter::Cache and Cache::Key.
This reduces the public header, and also allows us to foward- declare them, so we can remove an #include from all the SkDevice subclass headers. BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1919063002 Review-Url: https://codereview.chromium.org/1919063002
Diffstat (limited to 'gyp/core.gypi')
-rw-r--r--gyp/core.gypi3
1 files changed, 2 insertions, 1 deletions
diff --git a/gyp/core.gypi b/gyp/core.gypi
index 66c9541a10..c2dd432535 100644
--- a/gyp/core.gypi
+++ b/gyp/core.gypi
@@ -146,7 +146,8 @@
'<(skia_src_path)/core/SkHalf.cpp',
'<(skia_src_path)/core/SkHalf.h',
'<(skia_src_path)/core/SkImageFilter.cpp',
- '<(skia_src_path)/core/SkImageFilterCacheKey.h',
+ '<(skia_src_path)/core/SkImageFilterCache.cpp',
+ '<(skia_src_path)/core/SkImageFilterCache.h',
'<(skia_src_path)/core/SkImageInfo.cpp',
'<(skia_src_path)/core/SkImageCacherator.h',
'<(skia_src_path)/core/SkImageCacherator.cpp',