aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar jvanverth <jvanverth@google.com>2015-12-02 13:06:37 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2015-12-02 13:06:37 -0800
commitfa498fe12239988578465d0dee69f0d5645bb361 (patch)
tree25965bd3f33b4fae893403855d1a9e03d558be49 /gyp
parentf16f88b779f802bb3c9892e6f1275fe980e956a1 (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',