diff options
author | Robert Phillips <robertphillips@google.com> | 2017-04-24 08:13:59 -0400 |
---|---|---|
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | 2017-04-24 12:57:31 +0000 |
commit | 7fbb7d3d907691adb0e7b269eca7db6756e7fd7e (patch) | |
tree | 02b4792c8c09bcb146fe3513cf580c084ae16f63 /gn | |
parent | e3302dfb81865051ad19cd1c91e2ec3a27df3417 (diff) |
Remove two more gpu headers from include/*
This is probably it until GrTexture.h can be hidden.
TBR=bsalomon@google.com
Change-Id: Ie743c937f72aa0dc9f5e84def572f655f0abe041
Reviewed-on: https://skia-review.googlesource.com/14143
Reviewed-by: Brian Osman <brianosman@google.com>
Commit-Queue: Robert Phillips <robertphillips@google.com>
Diffstat (limited to 'gn')
-rw-r--r-- | gn/gpu.gni | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gn/gpu.gni b/gn/gpu.gni index 6bc2908839..b3e78fd479 100644 --- a/gn/gpu.gni +++ b/gn/gpu.gni @@ -21,7 +21,6 @@ skia_gpu_sources = [ "$_include/gpu/GrRenderTarget.h", "$_include/gpu/GrResourceKey.h", "$_include/gpu/GrShaderCaps.h", - "$_include/gpu/GrShaderVar.h", "$_include/gpu/GrSurface.h", "$_include/gpu/GrTexture.h", "$_include/gpu/GrSamplerParams.h", @@ -46,7 +45,6 @@ skia_gpu_sources = [ "$_include/private/GrSurfaceProxy.h", "$_include/private/GrSwizzle.h", "$_include/private/GrTextureProxy.h", - "$_include/private/GrTextureRenderTargetProxy.h", "$_src/gpu/GrAppliedClip.h", "$_src/gpu/GrAuditTrail.cpp", @@ -190,6 +188,7 @@ skia_gpu_sources = [ "$_src/gpu/GrTestUtils.cpp", "$_src/gpu/GrTestUtils.h", "$_src/gpu/GrShaderVar.cpp", + "$_src/gpu/GrShaderVar.h", "$_src/gpu/GrSWMaskHelper.cpp", "$_src/gpu/GrSWMaskHelper.h", "$_src/gpu/GrSoftwarePathRenderer.cpp", @@ -211,6 +210,7 @@ skia_gpu_sources = [ "$_src/gpu/GrTextureProducer.h", "$_src/gpu/GrTextureProxy.cpp", "$_src/gpu/GrTextureRenderTargetProxy.cpp", + "$_src/gpu/GrTextureRenderTargetProxy.h", "$_src/gpu/GrTextureStripAtlas.h", "$_src/gpu/GrTextureToYUVPlanes.cpp", "$_src/gpu/GrTextureToYUVPlanes.h", |