diff options
author | epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2011-06-14 18:35:08 +0000 |
---|---|---|
committer | epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2011-06-14 18:35:08 +0000 |
commit | baa677b24896b67ecb08fc3b13c4c36953243a7d (patch) | |
tree | c5cec41b2fef99a4ebc51f859aeddf3d8f1814be /gpu/src | |
parent | 747bf293d47d7437791caed8e8990370b57a7766 (diff) |
delete all old (non-Gyp) buildfiles
git-svn-id: http://skia.googlecode.com/svn/trunk@1583 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gpu/src')
-rw-r--r-- | gpu/src/gr_files.mk | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/gpu/src/gr_files.mk b/gpu/src/gr_files.mk deleted file mode 100644 index bd6f06148e..0000000000 --- a/gpu/src/gr_files.mk +++ /dev/null @@ -1,32 +0,0 @@ -SOURCE := \ - GrAllocPool.cpp \ - GrAtlas.cpp \ - GrClip.cpp \ - GrContext.cpp \ - GrCreatePathRenderer_none.cpp \ - GrDrawTarget.cpp \ - GrGLIndexBuffer.cpp \ - GrGLInterface.cpp \ - GrGLProgram.cpp \ - GrGLTexture.cpp \ - GrGLVertexBuffer.cpp \ - GrGpu.cpp \ - GrGpuGLFixed.cpp \ - GrGpuFactory.cpp \ - GrGLUtil.cpp \ - GrGpuGL.cpp \ - GrGpuGLShaders.cpp \ - GrInOrderDrawBuffer.cpp \ - GrMatrix.cpp \ - GrMemory.cpp \ - GrPathUtils.cpp \ - GrRectanizer_fifo.cpp \ - GrResource.cpp \ - GrTesselatedPathRenderer.cpp \ - GrTexture.cpp \ - GrTextureCache.cpp \ - GrTextContext.cpp \ - GrTextStrike.cpp \ - GrBufferAllocPool.cpp\ - GrPathRenderer.cpp \ - GrStencil.cpp |