aboutsummaryrefslogtreecommitdiffhomepage
path: root/gn/sksl.gni
diff options
context:
space:
mode:
authorGravatar Ethan Nicholas <ethannicholas@google.com>2017-11-15 15:33:33 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-11-16 21:54:38 +0000
commit8dca18ac7b8af9a945abe4ae0d9190a1d2bff3d6 (patch)
tree3cb5ed1f60487570a4f82e0823ca6e508dfe7c06 /gn/sksl.gni
parentb8b3086de30b3b0f09c6c5ffc176482a538e9337 (diff)
converted GrAARectEffect to SkSL
Bug: skia: Change-Id: I08254806fe7cb97dab21c5625aa16dd34aea9468 Reviewed-on: https://skia-review.googlesource.com/72120 Reviewed-by: Chris Dalton <csmartdalton@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 ca6abcff09..6eec537ebe 100644
--- a/gn/sksl.gni
+++ b/gn/sksl.gni
@@ -28,6 +28,7 @@ skia_sksl_sources = [
skia_gpu_processor_sources = [
"$_src/effects/GrAlphaThresholdFragmentProcessor.fp",
"$_src/effects/GrCircleBlurFragmentProcessor.fp",
+ "$_src/gpu/effects/GrAARectEffect.fp",
"$_src/gpu/effects/GrArithmeticFP.fp",
"$_src/gpu/effects/GrBlurredEdgeFragmentProcessor.fp",
"$_src/gpu/effects/GrCircleEffect.fp",