diff options
Diffstat (limited to 'skia/skia.gyp')
-rw-r--r-- | skia/skia.gyp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/skia/skia.gyp b/skia/skia.gyp index 75ffdc6..69bab67 100644 --- a/skia/skia.gyp +++ b/skia/skia.gyp @@ -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', |