diff options
author | robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-01-31 00:03:27 +0000 |
---|---|---|
committer | robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-01-31 00:03:27 +0000 |
commit | 8857e7c4608a329feaf992c06de06ed686cf2220 (patch) | |
tree | 78f63408391a8fcf61d1bc81212152fbe401aaa8 | |
parent | 3c974427a95e9f24eae39167cf972506d70359c9 (diff) |
Add SkImageFilterUtils.h to effects.gypi
git-svn-id: http://skia.googlecode.com/svn/trunk@7479 2bbb7eff-a529-9590-31e7-b0007b416f81
-rw-r--r-- | gyp/effects.gypi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gyp/effects.gypi b/gyp/effects.gypi index 2d0ec5161c..44d846a40a 100644 --- a/gyp/effects.gypi +++ b/gyp/effects.gypi @@ -88,6 +88,7 @@ '<(skia_include_path)/effects/SkDrawExtraPathEffect.h', '<(skia_include_path)/effects/SkEmbossMaskFilter.h', '<(skia_include_path)/effects/SkGradientShader.h', + '<(skia_include_path)/effects/SkImageFilterUtils.h', '<(skia_include_path)/effects/SkKernel33MaskFilter.h', '<(skia_include_path)/effects/SkLayerDrawLooper.h', '<(skia_include_path)/effects/SkLayerRasterizer.h', |