aboutsummaryrefslogtreecommitdiffhomepage
path: root/gn/effects.gni
diff options
context:
space:
mode:
authorGravatar Jim Van Verth <jvanverth@google.com>2017-01-25 09:39:46 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-01-25 15:29:07 +0000
commitbce7496d7dd9131cc7121389a55f6d512ee7661e (patch)
tree123c8568e919e09db600d21aae858ef09bfe6327 /gn/effects.gni
parentb92234a3210bce532f103d71002f4e04d336a182 (diff)
Add geometric implementation for ambient shadows
Original: https://skia-review.googlesource.com/7273 BUG=skia:6119 Change-Id: Ie7debd7727768f55dafad922a2b8b9fd3a638fda Reviewed-on: https://skia-review.googlesource.com/7500 Commit-Queue: Jim Van Verth <jvanverth@google.com> Reviewed-by: Brian Salomon <bsalomon@google.com>
Diffstat (limited to 'gn/effects.gni')
-rw-r--r--gn/effects.gni2
1 files changed, 2 insertions, 0 deletions
diff --git a/gn/effects.gni b/gn/effects.gni
index b3459e36d9..ea7dd725be 100644
--- a/gn/effects.gni
+++ b/gn/effects.gni
@@ -88,6 +88,8 @@ 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",