diff options
Diffstat (limited to 'gn/gpu.gni')
-rw-r--r-- | gn/gpu.gni | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gn/gpu.gni b/gn/gpu.gni index a705ed6af2..1779f7f5b2 100644 --- a/gn/gpu.gni +++ b/gn/gpu.gni @@ -31,7 +31,9 @@ skia_gpu_sources = [ "$_include/gpu/GrResourceKey.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/GrTextureProvider.h", "$_include/gpu/GrTestUtils.h", @@ -192,9 +194,11 @@ skia_gpu_sources = [ "$_src/gpu/GrSoftwarePathRenderer.h", "$_src/gpu/GrSurfacePriv.h", "$_src/gpu/GrSurface.cpp", + "$_src/gpu/GrSurfaceContext.cpp", "$_src/gpu/GrSurfaceProxy.cpp", "$_src/gpu/GrSwizzle.h", "$_src/gpu/GrTexture.cpp", + "$_src/gpu/GrTextureContext.cpp", "$_src/gpu/GrTextureParamsAdjuster.h", "$_src/gpu/GrTextureParamsAdjuster.cpp", "$_src/gpu/GrTexturePriv.h", |