Index: gyp/gpu.gypi |
diff --git a/gyp/gpu.gypi b/gyp/gpu.gypi |
index 91a9fa98dadc83a19ca25a9fe4725a123de0c52e..cd6600af8576c7d37a1d3c69b0e894d042701e26 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', |