Index: gyp/gpu.gypi |
diff --git a/gyp/gpu.gypi b/gyp/gpu.gypi |
index 60ac5eb30b33c18c479c966f596f0ea2088f5fd4..37e245052495f90eebf91c8c2be00e319a55c7ed 100644 |
--- a/gyp/gpu.gypi |
+++ b/gyp/gpu.gypi |
@@ -215,7 +215,7 @@ |
'<(skia_src_path)/gpu/GrVertexBuffer.h', |
'<(skia_src_path)/gpu/GrVertices.h', |
'<(skia_src_path)/gpu/GrXferProcessor.cpp', |
- |
+ |
# Batches |
'<(skia_src_path)/gpu/batches/GrAAFillRectBatch.cpp', |
'<(skia_src_path)/gpu/batches/GrAAFillRectBatch.h', |
@@ -347,6 +347,7 @@ |
'<(skia_src_path)/gpu/gl/GrGLStencilAttachment.h', |
'<(skia_src_path)/gpu/gl/GrGLTexture.cpp', |
'<(skia_src_path)/gpu/gl/GrGLTexture.h', |
+ '<(skia_src_path)/gpu/gl/GrGLTextureRenderTarget.cpp', |
ssid
2015/09/02 10:45:58
Please add this file.
ericrk
2015/09/02 17:28:37
My bad - added now. Thanks!
|
'<(skia_src_path)/gpu/gl/GrGLTextureRenderTarget.h', |
'<(skia_src_path)/gpu/gl/GrGLUtil.cpp', |
'<(skia_src_path)/gpu/gl/GrGLUtil.h', |