aboutsummaryrefslogtreecommitdiffhomepage
path: root/gn/gpu.gni
diff options
context:
space:
mode:
authorGravatar Brian Osman <brianosman@google.com>2016-11-28 10:06:27 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2016-11-28 15:44:40 +0000
commite8e54580c3c91fd485187af040af118aa5153261 (patch)
tree27d67ccb3500d300ba40e52bef56c05b095999df /gn/gpu.gni
parente9f78b41c65a78400c22a1b79007b1b9e187a745 (diff)
GrTextureProducer cleanup, phase two: Producer, Adjuster, Maker
Previously: GrTextureProducer, GrTextureAdjuster, and GrTextureMaker were all in GrTextureParamsAdjuster.h. Now they're each in their own header. BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=5202 Change-Id: I17fa9057b11511aa4d3e15569ea1c378cfec4c80 Reviewed-on: https://skia-review.googlesource.com/5202 Reviewed-by: Robert Phillips <robertphillips@google.com> Reviewed-by: Brian Salomon <bsalomon@google.com> Commit-Queue: Brian Osman <brianosman@google.com>
Diffstat (limited to 'gn/gpu.gni')
-rw-r--r--gn/gpu.gni8
1 files changed, 6 insertions, 2 deletions
diff --git a/gn/gpu.gni b/gn/gpu.gni
index caa7fa170a..e3b02b8bcb 100644
--- a/gn/gpu.gni
+++ b/gn/gpu.gni
@@ -200,10 +200,14 @@ skia_gpu_sources = [
"$_src/gpu/GrSurfaceProxy.cpp",
"$_src/gpu/GrSwizzle.h",
"$_src/gpu/GrTexture.cpp",
+ "$_src/gpu/GrTextureAdjuster.cpp",
+ "$_src/gpu/GrTextureAdjuster.h",
"$_src/gpu/GrTextureContext.cpp",
- "$_src/gpu/GrTextureParamsAdjuster.h",
- "$_src/gpu/GrTextureParamsAdjuster.cpp",
+ "$_src/gpu/GrTextureMaker.cpp",
+ "$_src/gpu/GrTextureMaker.h",
"$_src/gpu/GrTexturePriv.h",
+ "$_src/gpu/GrTextureProducer.cpp",
+ "$_src/gpu/GrTextureProducer.h",
"$_src/gpu/GrTextureProvider.cpp",
"$_src/gpu/GrTextureProxy.cpp",
"$_src/gpu/GrTextureRenderTargetProxy.cpp",