Remove more headers from include/gpu
authorRobert Phillips <robertphillips@google.com>
Fri, 21 Apr 2017 16:24:00 +0000 (12:24 -0400)
committerSkia Commit-Bot <skia-commit-bot@chromium.org>
Fri, 21 Apr 2017 17:12:17 +0000 (17:12 +0000)
TBR=bsalomon@google.com

Change-Id: I93b28cfcb4d7b50c12e24ea81faab680bccce9ef
Reviewed-on: https://skia-review.googlesource.com/14036
Commit-Queue: Robert Phillips <robertphillips@google.com>
Reviewed-by: Brian Osman <brianosman@google.com>
gn/gpu.gni
src/gpu/GrBuffer.h [moved from include/gpu/GrBuffer.h with 100% similarity]
src/gpu/GrColorSpaceXform.h [moved from include/gpu/GrColorSpaceXform.h with 100% similarity]
src/gpu/GrCoordTransform.h [moved from include/gpu/GrCoordTransform.h with 100% similarity]
src/gpu/GrFragmentProcessor.h [moved from include/gpu/GrFragmentProcessor.h with 100% similarity]
src/gpu/GrProcessor.h [moved from include/gpu/GrProcessor.h with 100% similarity]
src/gpu/GrProcessorUnitTest.h [moved from include/gpu/GrProcessorUnitTest.h with 100% similarity]
src/gpu/GrProgramElement.h [moved from include/gpu/GrProgramElement.h with 100% similarity]
src/gpu/GrTestUtils.h [moved from include/gpu/GrTestUtils.h with 100% similarity]

index 88e9339..fc2c532 100644 (file)
@@ -10,20 +10,13 @@ _include = get_path_info("../include", "abspath")
 skia_gpu_sources = [
   "$_include/gpu/GrBackendSurface.h",
   "$_include/gpu/GrBlend.h",
-  "$_include/gpu/GrBuffer.h",
   "$_include/gpu/GrCaps.h",
   "$_include/gpu/GrColor.h",
-  "$_include/gpu/GrColorSpaceXform.h",
   "$_include/gpu/GrConfig.h",
   "$_include/gpu/GrContextOptions.h",
   "$_include/gpu/GrContext.h",
-  "$_include/gpu/GrCoordTransform.h",
   "$_include/gpu/GrExternalTextureData.h",
-  "$_include/gpu/GrFragmentProcessor.h",
   "$_include/gpu/GrGpuResource.h",
-  "$_include/gpu/GrProcessor.h",
-  "$_include/gpu/GrProcessorUnitTest.h",
-  "$_include/gpu/GrProgramElement.h",
   "$_include/gpu/GrGpuResourceRef.h",
   "$_include/gpu/GrRenderTarget.h",
   "$_include/gpu/GrResourceKey.h",
@@ -32,7 +25,6 @@ skia_gpu_sources = [
   "$_include/gpu/GrSurface.h",
   "$_include/gpu/GrTexture.h",
   "$_include/gpu/GrSamplerParams.h",
-  "$_include/gpu/GrTestUtils.h",
   "$_include/gpu/GrTypes.h",
   "$_include/gpu/GrTypesPriv.h",
 
@@ -67,6 +59,7 @@ skia_gpu_sources = [
   "$_src/gpu/GrBlurUtils.cpp",
   "$_src/gpu/GrBlurUtils.h",
   "$_src/gpu/GrBuffer.cpp",
+  "$_src/gpu/GrBuffer.h",
   "$_src/gpu/GrBufferAllocPool.cpp",
   "$_src/gpu/GrBufferAllocPool.h",
   "$_src/gpu/GrCaps.cpp",
@@ -74,9 +67,11 @@ skia_gpu_sources = [
   "$_src/gpu/GrClipStackClip.h",
   "$_src/gpu/GrClipStackClip.cpp",
   "$_src/gpu/GrColorSpaceXform.cpp",
+  "$_src/gpu/GrColorSpaceXform.h",
   "$_src/gpu/GrContext.cpp",
   "$_src/gpu/GrContextPriv.h",
   "$_src/gpu/GrCoordTransform.cpp",
+  "$_src/gpu/GrCoordTransform.h",
   "$_src/gpu/GrDefaultGeoProcFactory.cpp",
   "$_src/gpu/GrDefaultGeoProcFactory.h",
   "$_src/gpu/GrDistanceFieldGenFromVector.cpp",
@@ -90,6 +85,7 @@ skia_gpu_sources = [
   "$_src/gpu/GrFixedClip.cpp",
   "$_src/gpu/GrFixedClip.h",
   "$_src/gpu/GrFragmentProcessor.cpp",
+  "$_src/gpu/GrFragmentProcessor.h",
   "$_src/gpu/GrGeometryProcessor.h",
   "$_src/gpu/GrGlyph.h",
   "$_src/gpu/GrGpu.cpp",
@@ -139,10 +135,13 @@ skia_gpu_sources = [
   "$_src/gpu/GrProcessorSet.h",
   "$_src/gpu/GrProgramDesc.cpp",
   "$_src/gpu/GrProgramDesc.h",
+  "$_src/gpu/GrProgramElement.h",
   "$_src/gpu/GrProcessor.cpp",
+  "$_src/gpu/GrProcessor.h",
   "$_src/gpu/GrProcessorAnalysis.cpp",
   "$_src/gpu/GrProcessorAnalysis.h",
   "$_src/gpu/GrProcessorUnitTest.cpp",
+  "$_src/gpu/GrProcessorUnitTest.h",
   "$_src/gpu/GrGpuResourceRef.cpp",
   "$_src/gpu/GrQuad.h",
   "$_src/gpu/GrRect.h",
@@ -189,6 +188,7 @@ skia_gpu_sources = [
   "$_src/gpu/GrTraceMarker.h",
   "$_src/gpu/GrTracing.h",
   "$_src/gpu/GrTestUtils.cpp",
+  "$_src/gpu/GrTestUtils.h",
   "$_src/gpu/GrShaderVar.cpp",
   "$_src/gpu/GrSWMaskHelper.cpp",
   "$_src/gpu/GrSWMaskHelper.h",
similarity index 100%
rename from include/gpu/GrBuffer.h
rename to src/gpu/GrBuffer.h