aboutsummaryrefslogtreecommitdiffhomepage
path: root/gn/sksl.gni
diff options
context:
space:
mode:
authorGravatar Ethan Nicholas <ethannicholas@google.com>2017-07-05 16:19:09 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-07-05 21:02:39 +0000
commit9fb036fb133d0b2eafb95a86a06b7910c0b0039c (patch)
tree29304b0dd265f2457e44d4a9a8b26d7685de86ec /gn/sksl.gni
parent412cda7379626ee3acfd1dbb1441adde81efddc3 (diff)
rewrote GrAlphaThresholdFragmentProcessor in sksl
Bug: skia: Change-Id: I641b206fc3bc19ac190ad94ee755ab9e1caab9b3 Reviewed-on: https://skia-review.googlesource.com/21341 Reviewed-by: Jim Van Verth <jvanverth@google.com> Commit-Queue: Ethan Nicholas <ethannicholas@google.com>
Diffstat (limited to 'gn/sksl.gni')
-rw-r--r--gn/sksl.gni5
1 files changed, 4 insertions, 1 deletions
diff --git a/gn/sksl.gni b/gn/sksl.gni
index 8c74b30990..6aede6efba 100644
--- a/gn/sksl.gni
+++ b/gn/sksl.gni
@@ -23,4 +23,7 @@ skia_sksl_sources = [
"$_src/sksl/ir/SkSLType.cpp",
]
-skia_gpu_processor_sources = [ "$_src/gpu/effects/GrDitherEffect.fp" ]
+skia_gpu_processor_sources = [
+ "$_src/effects/GrAlphaThresholdFragmentProcessor.fp",
+ "$_src/gpu/effects/GrDitherEffect.fp",
+]