diff options
Diffstat (limited to 'gyp')
-rw-r--r-- | gyp/gpu.gypi | 3 |
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', |