aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/effects.gypi
diff options
context:
space:
mode:
authorGravatar senorblanco <senorblanco@chromium.org>2014-06-25 14:39:05 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-06-25 14:39:06 -0700
commit7bf106847304840526a3e722b5ff5ce7322a2826 (patch)
tree281f0b6c33d80f62e48acccb5e40cd92a1bd9023 /gyp/effects.gypi
parentf372321de3d4183de5b9ca436e677e471e358f31 (diff)
Remove SkBicubicImageFilter, and all related tests.
Now that we have SkResizeImageFilter, and the bicubic resizing is part of skia proper, there's no need for a specialized image filter. BUG=skia: R=bsalomon@google.com Author: senorblanco@chromium.org Review URL: https://codereview.chromium.org/357793002
Diffstat (limited to 'gyp/effects.gypi')
-rw-r--r--gyp/effects.gypi1
1 files changed, 0 insertions, 1 deletions
diff --git a/gyp/effects.gypi b/gyp/effects.gypi
index e4ee7b1e12..0a73c5f83c 100644
--- a/gyp/effects.gypi
+++ b/gyp/effects.gypi
@@ -12,7 +12,6 @@
'<(skia_src_path)/effects/SkAlphaThresholdFilter.cpp',
'<(skia_src_path)/effects/SkArithmeticMode.cpp',
'<(skia_src_path)/effects/SkAvoidXfermode.cpp',
- '<(skia_src_path)/effects/SkBicubicImageFilter.cpp',
'<(skia_src_path)/effects/SkBitmapSource.cpp',
'<(skia_src_path)/effects/SkBlurDrawLooper.cpp',
'<(skia_src_path)/effects/SkBlurMask.cpp',