aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar jvanverth <jvanverth@google.com>2015-12-03 09:15:47 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2015-12-03 09:15:47 -0800
commit73063dc517f424ad5660db0fbc5fe6fcc13f77f7 (patch)
tree96360627441f666f6632336afdbb5bd6c90fbf4d /gyp
parentc2e0ac4fce5bfe5bac9f2cb1ebd3aea3a8900fb1 (diff)
Add transfer buffer support.
Diffstat (limited to 'gyp')
-rw-r--r--gyp/gpu.gypi3
1 files changed, 3 insertions, 0 deletions
diff --git a/gyp/gpu.gypi b/gyp/gpu.gypi
index 91a9fa98da..cd6600af85 100644
--- a/gyp/gpu.gypi
+++ b/gyp/gpu.gypi
@@ -188,6 +188,7 @@
'<(skia_src_path)/gpu/GrTextureProvider.cpp',
'<(skia_src_path)/gpu/GrTexturePriv.h',
'<(skia_src_path)/gpu/GrTextureAccess.cpp',
+ '<(skia_src_path)/gpu/GrTransferBuffer.h',
'<(skia_src_path)/gpu/GrTRecorder.h',
'<(skia_src_path)/gpu/GrVertexBuffer.h',
'<(skia_src_path)/gpu/GrVertices.h',
@@ -335,6 +336,8 @@
'<(skia_src_path)/gpu/gl/GrGLTexture.h',
'<(skia_src_path)/gpu/gl/GrGLTextureRenderTarget.cpp',
'<(skia_src_path)/gpu/gl/GrGLTextureRenderTarget.h',
+ '<(skia_src_path)/gpu/gl/GrGLTransferBuffer.cpp',
+ '<(skia_src_path)/gpu/gl/GrGLTransferBuffer.h',
'<(skia_src_path)/gpu/gl/GrGLUtil.cpp',
'<(skia_src_path)/gpu/gl/GrGLUtil.h',
'<(skia_src_path)/gpu/gl/GrGLVaryingHandler.cpp',