aboutsummaryrefslogtreecommitdiffhomepage
path: root/gn/sksl.gni
diff options
context:
space:
mode:
authorGravatar Ethan Nicholas <ethannicholas@google.com>2017-10-05 12:36:59 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-10-05 16:58:44 +0000
commit839872c235040d961e0344486951c7dd59c59f75 (patch)
tree878a51b309b483e09b99d42a4b4a19de0d6efd3d /gn/sksl.gni
parent583dd2bbc0e0a3bb784d315e25b6575270572e06 (diff)
converted GrConfigConversionEffect to SkSL
Bug: skia: Change-Id: If17cf0fc8b857d22f33a462a39a02bcddd15deda Reviewed-on: https://skia-review.googlesource.com/55741 Reviewed-by: Brian Osman <brianosman@google.com> Commit-Queue: Ethan Nicholas <ethannicholas@google.com>
Diffstat (limited to 'gn/sksl.gni')
-rw-r--r--gn/sksl.gni1
1 files changed, 1 insertions, 0 deletions
diff --git a/gn/sksl.gni b/gn/sksl.gni
index 65913e3417..55e8bd270b 100644
--- a/gn/sksl.gni
+++ b/gn/sksl.gni
@@ -29,6 +29,7 @@ skia_gpu_processor_sources = [
"$_src/effects/GrCircleBlurFragmentProcessor.fp",
"$_src/gpu/effects/GrBlurredEdgeFragmentProcessor.fp",
"$_src/gpu/effects/GrCircleEffect.fp",
+ "$_src/gpu/effects/GrConfigConversionEffect.fp",
"$_src/gpu/effects/GrDitherEffect.fp",
"$_src/gpu/effects/GrEllipseEffect.fp",
"$_src/gpu/effects/GrSimpleTextureEffect.fp",