Index: skia/skia.gyp |
=================================================================== |
--- skia/skia.gyp (revision 148546) |
+++ skia/skia.gyp (working copy) |
@@ -387,6 +387,8 @@ |
'../third_party/skia/src/gpu/GrIndexBuffer.h', |
'../third_party/skia/src/gpu/GrMatrix.cpp', |
'../third_party/skia/src/gpu/GrMemory.cpp', |
+ '../third_party/skia/src/gpu/GrMemoryPool.cpp', |
+ '../third_party/skia/src/gpu/GrMemoryPool.h', |
'../third_party/skia/src/gpu/GrPathRenderer.cpp', |
'../third_party/skia/src/gpu/GrPathRenderer.h', |
'../third_party/skia/src/gpu/GrPathRendererChain.cpp', |
@@ -468,6 +470,9 @@ |
'../third_party/skia/src/gpu/gl/GrGLStencilBuffer.cpp', |
'../third_party/skia/src/gpu/gl/GrGLTexture.cpp', |
'../third_party/skia/src/gpu/gl/GrGLTexture.h', |
+ '../third_party/skia/src/gpu/gl/GrGLUniformManager.cpp', |
+ '../third_party/skia/src/gpu/gl/GrGLUniformManager.h', |
+ '../third_party/skia/src/gpu/gl/GrGLUniformHandle.h', |
'../third_party/skia/src/gpu/gl/GrGLUtil.cpp', |
'../third_party/skia/src/gpu/gl/GrGLUtil.h', |
'../third_party/skia/src/gpu/gl/GrGLVertexBuffer.cpp', |