aboutsummaryrefslogtreecommitdiffhomepage
path: root/gn/gpu.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/gpu.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/gpu.gni')
-rw-r--r--gn/gpu.gni2
1 files changed, 2 insertions, 0 deletions
diff --git a/gn/gpu.gni b/gn/gpu.gni
index c364c29f03..e283a9f12f 100644
--- a/gn/gpu.gni
+++ b/gn/gpu.gni
@@ -314,6 +314,8 @@ skia_gpu_sources = [
"$_src/gpu/ccpr/GrCoverageCountingPathRenderer.cpp",
"$_src/gpu/ccpr/GrCoverageCountingPathRenderer.h",
+ "$_src/gpu/effects/GrAARectEffect.cpp",
+ "$_src/gpu/effects/GrAARectEffect.h",
"$_src/gpu/effects/GrArithmeticFP.cpp",
"$_src/gpu/effects/GrArithmeticFP.h",
"$_src/gpu/effects/GrBlurredEdgeFragmentProcessor.cpp",