diff options
author | reed <reed@google.com> | 2016-02-28 12:46:29 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-02-28 12:46:29 -0800 |
commit | 7f4b1b20b0e76a4528d1521c8b79e76bdc34e34f (patch) | |
tree | 3f5b4217b610763aa76bc532fadd844936737f8d /gyp | |
parent | e1a23c502d00a33e120e269f04d11de335f4f2d0 (diff) |
move drawextrapatheffect header into animator
BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1747753002
TBR=caryclark@google.com
Review URL: https://codereview.chromium.org/1747753002
Diffstat (limited to 'gyp')
-rw-r--r-- | gyp/effects.gypi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gyp/effects.gypi b/gyp/effects.gypi index d319fcb157..1c6b29eedd 100644 --- a/gyp/effects.gypi +++ b/gyp/effects.gypi @@ -102,7 +102,6 @@ '<(skia_include_path)/effects/SkDashPathEffect.h', '<(skia_include_path)/effects/SkDiscretePathEffect.h', '<(skia_include_path)/effects/SkDisplacementMapEffect.h', - '<(skia_include_path)/effects/SkDrawExtraPathEffect.h', '<(skia_include_path)/effects/SkDropShadowImageFilter.h', '<(skia_include_path)/effects/SkEmbossMaskFilter.h', '<(skia_include_path)/effects/SkGradientShader.h', |