aboutsummaryrefslogtreecommitdiffhomepage
path: root/gn
diff options
context:
space:
mode:
authorGravatar Jim Van Verth <jvanverth@google.com>2017-01-27 14:15:54 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-01-27 19:53:18 +0000
commit91af72703830f3946c538b47c6c7c96afc0adde2 (patch)
treef478faca5f38782c9178ca51068ff4fc827f35d3 /gn
parentfe8225802d2ab0dbc6f0d40f9666ebca1b4e2a4a (diff)
Add geometric version of spot shadow
BUG=skia:6119 Change-Id: Ib9770bd88f4eebd68f2d893c5788f966d89f193c Reviewed-on: https://skia-review.googlesource.com/7585 Reviewed-by: Brian Salomon <bsalomon@google.com> Commit-Queue: Jim Van Verth <jvanverth@google.com>
Diffstat (limited to 'gn')
-rw-r--r--gn/gpu.gni2
1 files changed, 2 insertions, 0 deletions
diff --git a/gn/gpu.gni b/gn/gpu.gni
index e7e629d26e..a53daeb705 100644
--- a/gn/gpu.gni
+++ b/gn/gpu.gni
@@ -42,6 +42,7 @@ skia_gpu_sources = [
"$_include/gpu/GrTypesPriv.h",
"$_include/gpu/GrXferProcessor.h",
+ "$_include/gpu/effects/GrBlurredEdgeFragmentProcessor.h",
"$_include/gpu/effects/GrConstColorProcessor.h",
"$_include/gpu/effects/GrCoverageSetOpXP.h",
"$_include/gpu/effects/GrCustomXfermode.h",
@@ -296,6 +297,7 @@ skia_gpu_sources = [
"$_src/gpu/ops/GrTestMeshDrawOp.h",
"$_src/gpu/effects/Gr1DKernelEffect.h",
+ "$_src/gpu/effects/GrBlurredEdgeFragmentProcessor.cpp",
"$_src/gpu/effects/GrConfigConversionEffect.cpp",
"$_src/gpu/effects/GrConfigConversionEffect.h",
"$_src/gpu/effects/GrConstColorProcessor.cpp",