aboutsummaryrefslogtreecommitdiffhomepage
path: root/gn/gpu.gni
diff options
context:
space:
mode:
authorGravatar Robert Phillips <robertphillips@google.com>2018-02-07 12:47:44 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-02-07 18:28:22 +0000
commit383c418ec9eb942f64aebc2fc2b9a362ba2fdc58 (patch)
treebad8f98c8c9006b997f1d40e50eadf1a5cf729b9 /gn/gpu.gni
parent98996fa5c771d10228accea52c27e25c2f6d54eb (diff)
Remove GrStencilAndCoverTextContext
TBR=bsalomon@google.com Change-Id: Ibbb26e2ba74df43c3156f95bea258cda998500cb Reviewed-on: https://skia-review.googlesource.com/105260 Commit-Queue: Robert Phillips <robertphillips@google.com> Reviewed-by: Jim Van Verth <jvanverth@google.com>
Diffstat (limited to 'gn/gpu.gni')
-rw-r--r--gn/gpu.gni4
1 files changed, 0 insertions, 4 deletions
diff --git a/gn/gpu.gni b/gn/gpu.gni
index 8e6f76b653..16a014a01d 100644
--- a/gn/gpu.gni
+++ b/gn/gpu.gni
@@ -161,8 +161,6 @@ skia_gpu_sources = [
"$_src/gpu/GrRenderTargetContext.cpp",
"$_src/gpu/GrRenderTargetContext.h",
"$_src/gpu/GrRenderTargetContextPriv.h",
- "$_src/gpu/GrPathRenderingRenderTargetContext.cpp",
- "$_src/gpu/GrPathRenderingRenderTargetContext.h",
"$_src/gpu/GrRenderTargetOpList.cpp",
"$_src/gpu/GrRenderTargetOpList.h",
"$_src/gpu/GrResourceAllocator.cpp",
@@ -403,8 +401,6 @@ skia_gpu_sources = [
"$_src/gpu/text/GrAtlasTextContext.h",
"$_src/gpu/text/GrDistanceFieldAdjustTable.cpp",
"$_src/gpu/text/GrDistanceFieldAdjustTable.h",
- "$_src/gpu/text/GrStencilAndCoverTextContext.cpp",
- "$_src/gpu/text/GrStencilAndCoverTextContext.h",
"$_src/gpu/text/GrTextBlobCache.cpp",
"$_src/gpu/text/GrTextBlobCache.h",
"$_src/gpu/text/GrTextUtils.cpp",