aboutsummaryrefslogtreecommitdiffhomepage
path: root/gn/effects.gni
diff options
context:
space:
mode:
authorGravatar Ethan Nicholas <ethannicholas@google.com>2017-01-25 04:33:07 +0000
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-01-25 04:33:25 +0000
commite330eb2c0e6bab83add6986119864b546bf0b0a7 (patch)
treed1249262d482be61e90d420926ccf5a1ff06aa68 /gn/effects.gni
parentfdb1bdf1aa4e7f14befcb3acc3f586e7734190ea (diff)
Revert "Add geometric implementation for ambient shadows"
This reverts commit fdb1bdf1aa4e7f14befcb3acc3f586e7734190ea. Reason for revert: Breaking the roll (see e.g. https://codereview.chromium.org/2652833006) Original change's description: > Add geometric implementation for ambient shadows > > BUG=skia:6119 > > Change-Id: I3140522f223c35fc059a33b593064897485dff7c > Reviewed-on: https://skia-review.googlesource.com/7273 > Reviewed-by: Brian Salomon <bsalomon@google.com> > Commit-Queue: Jim Van Verth <jvanverth@google.com> > TBR=jvanverth@google.com,bsalomon@google.com,robertphillips@google.com,reviews@skia.org,reed@google.com NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=skia:6119 Change-Id: I307f6084c40e5ba305c38d15b6b433465295553c Reviewed-on: https://skia-review.googlesource.com/7480 Commit-Queue: Ethan Nicholas <ethannicholas@google.com> Reviewed-by: Ethan Nicholas <ethannicholas@google.com>
Diffstat (limited to 'gn/effects.gni')
-rw-r--r--gn/effects.gni2
1 files changed, 0 insertions, 2 deletions
diff --git a/gn/effects.gni b/gn/effects.gni
index ea7dd725be..b3459e36d9 100644
--- a/gn/effects.gni
+++ b/gn/effects.gni
@@ -88,8 +88,6 @@ skia_effects_sources = [
"$_src/effects/shadows/SkAmbientShadowMaskFilter.h",
"$_src/effects/shadows/SkSpotShadowMaskFilter.cpp",
"$_src/effects/shadows/SkSpotShadowMaskFilter.h",
- "$_src/effects/shadows/SkShadowTessellator.cpp",
- "$_src/effects/shadows/SkShadowTessellator.h",
"$_include/effects/Sk1DPathEffect.h",
"$_include/effects/Sk2DPathEffect.h",