diff options
author | scroggo <scroggo@google.com> | 2015-01-30 13:16:02 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-01-30 13:16:02 -0800 |
commit | e7ea40f4e0ef9f5405c256432fde87f521a9a2ef (patch) | |
tree | f11aef49d20f714f6afecc465c917f369c1df20a /gyp | |
parent | aea85dc3d332c963f5b85460036951ae3386683a (diff) |
Reland "remove unused SkAvoidXfermode"
(patchset #2 id:20001 of https://codereview.chromium.org/860583002/)
SkAvoidXfermode has been moved into Android, so it is safe to remove.
Review URL: https://codereview.chromium.org/890893003
Diffstat (limited to 'gyp')
-rw-r--r-- | gyp/SampleApp.gyp | 1 | ||||
-rw-r--r-- | gyp/effects.gypi | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/gyp/SampleApp.gyp b/gyp/SampleApp.gyp index 95ccc3a2b0..d6f6ceb265 100644 --- a/gyp/SampleApp.gyp +++ b/gyp/SampleApp.gyp @@ -38,7 +38,6 @@ '../samplecode/SampleAnimBlur.cpp', '../samplecode/SampleApp.cpp', '../samplecode/SampleArc.cpp', - '../samplecode/SampleAvoid.cpp', '../samplecode/SampleBigBlur.cpp', '../samplecode/SampleBigGradient.cpp', '../samplecode/SampleBitmapRect.cpp', diff --git a/gyp/effects.gypi b/gyp/effects.gypi index 494850ee35..19ae8a66b1 100644 --- a/gyp/effects.gypi +++ b/gyp/effects.gypi @@ -14,7 +14,6 @@ '<(skia_src_path)/effects/SkArithmeticMode.cpp', '<(skia_src_path)/effects/SkArithmeticMode_gpu.cpp', '<(skia_src_path)/effects/SkArithmeticMode_gpu.h', - '<(skia_src_path)/effects/SkAvoidXfermode.cpp', '<(skia_src_path)/effects/SkBitmapSource.cpp', '<(skia_src_path)/effects/SkBlurDrawLooper.cpp', '<(skia_src_path)/effects/SkBlurMask.cpp', |