aboutsummaryrefslogtreecommitdiffhomepage
path: root/gn/gpu.gni
diff options
context:
space:
mode:
authorGravatar Ethan Nicholas <ethannicholas@google.com>2017-12-21 14:18:01 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-12-22 14:06:45 +0000
commit7461a4abe06ffdfbb62a479a71b14895a637bba9 (patch)
tree0ecba2733d86d3610f696586221ab2e29e0c54ae /gn/gpu.gni
parent8bc327bffb7ae7d10b93ee75c3d207caeb37f93b (diff)
converted YUVEffect to SkSL
Bug: skia: Change-Id: I1875e44417a0a583c4f35ee4d46856a34ba55245 Reviewed-on: https://skia-review.googlesource.com/88580 Reviewed-by: Brian Osman <brianosman@google.com> Commit-Queue: Ethan Nicholas <ethannicholas@google.com>
Diffstat (limited to 'gn/gpu.gni')
-rw-r--r--gn/gpu.gni4
1 files changed, 2 insertions, 2 deletions
diff --git a/gn/gpu.gni b/gn/gpu.gni
index fb512bf10b..fee613c951 100644
--- a/gn/gpu.gni
+++ b/gn/gpu.gni
@@ -384,8 +384,8 @@ skia_gpu_sources = [
"$_src/gpu/effects/GrUnpremulInputFragmentProcessor.h",
"$_src/gpu/effects/GrXfermodeFragmentProcessor.cpp",
"$_src/gpu/effects/GrXfermodeFragmentProcessor.h",
- "$_src/gpu/effects/GrYUVEffect.cpp",
- "$_src/gpu/effects/GrYUVEffect.h",
+ "$_src/gpu/effects/GrYUVtoRGBEffect.cpp",
+ "$_src/gpu/effects/GrYUVtoRGBEffect.h",
# text
"$_src/gpu/text/GrAtlasGlyphCache.cpp",