From: Brian Salomon Date: Tue, 14 Mar 2017 13:05:05 +0000 (-0400) Subject: Move GrSurfaceContext.h and GrTextureContext.h to src/gpu from include/gpu X-Git-Tag: accepted/tizen/5.0/unified/20181102.025319~46^2~579 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0727f674bded6b81fe50870c2ef342a4c0841d9e;p=platform%2Fupstream%2FlibSkiaSharp.git Move GrSurfaceContext.h and GrTextureContext.h to src/gpu from include/gpu Change-Id: I5b68650d2417018e217a2fef2f852316ebd9de6f Reviewed-on: https://skia-review.googlesource.com/9637 Reviewed-by: Robert Phillips Commit-Queue: Brian Salomon --- diff --git a/gn/gpu.gni b/gn/gpu.gni index aad169d..5ac7267 100644 --- a/gn/gpu.gni +++ b/gn/gpu.gni @@ -29,9 +29,7 @@ skia_gpu_sources = [ "$_include/gpu/GrShaderCaps.h", "$_include/gpu/GrShaderVar.h", "$_include/gpu/GrSurface.h", - "$_include/gpu/GrSurfaceContext.h", "$_include/gpu/GrTexture.h", - "$_include/gpu/GrTextureContext.h", "$_include/gpu/GrSamplerParams.h", "$_include/gpu/GrTestUtils.h", "$_include/gpu/GrTypes.h", @@ -201,11 +199,13 @@ skia_gpu_sources = [ "$_src/gpu/GrSurfacePriv.h", "$_src/gpu/GrSurface.cpp", "$_src/gpu/GrSurfaceContext.cpp", + "$_src/gpu/GrSurfaceContext.h", "$_src/gpu/GrSurfaceProxy.cpp", "$_src/gpu/GrTexture.cpp", "$_src/gpu/GrTextureAdjuster.cpp", "$_src/gpu/GrTextureAdjuster.h", "$_src/gpu/GrTextureContext.cpp", + "$_src/gpu/GrTextureContext.h", "$_src/gpu/GrTextureMaker.cpp", "$_src/gpu/GrTextureMaker.h", "$_src/gpu/GrTexturePriv.h", diff --git a/include/gpu/GrSurfaceContext.h b/src/gpu/GrSurfaceContext.h similarity index 100% rename from include/gpu/GrSurfaceContext.h rename to src/gpu/GrSurfaceContext.h diff --git a/include/gpu/GrTextureContext.h b/src/gpu/GrTextureContext.h similarity index 100% rename from include/gpu/GrTextureContext.h rename to src/gpu/GrTextureContext.h