diff options
author | robertphillips <robertphillips@google.com> | 2016-04-18 07:20:05 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-04-18 07:20:05 -0700 |
commit | f7142e71d7c0a7d8406679e207ff766085499d2e (patch) | |
tree | bb26e46a79f9945276ebc6c9eebbd3dd0e3397fc /gyp | |
parent | 5f80e8cb7cfb83a69d478861f01ea8e965fcd448 (diff) |
Split AlphaThresholdEffect out into its own file
Mainly mechanical although I did:
convert Create method to sk_sp Make version
rm extra '\t's and '\n's in emitCode
TBR=reed@google.com
GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1893193002
Review URL: https://codereview.chromium.org/1893193002
Diffstat (limited to 'gyp')
-rw-r--r-- | gyp/effects.gypi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gyp/effects.gypi b/gyp/effects.gypi index 24bfaf60ad..0106f84e2e 100644 --- a/gyp/effects.gypi +++ b/gyp/effects.gypi @@ -13,6 +13,8 @@ 'sources': [ '<(skia_src_path)/effects/GrCircleBlurFragmentProcessor.cpp', '<(skia_src_path)/effects/GrCircleBlurFragmentProcessor.h', + '<(skia_src_path)/effects/GrAlphaThresholdFragmentProcessor.cpp', + '<(skia_src_path)/effects/GrAlphaThresholdFragmentProcessor.h', '<(skia_src_path)/effects/Sk1DPathEffect.cpp', '<(skia_src_path)/effects/Sk2DPathEffect.cpp', |