aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/gpu.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'gyp/gpu.gyp')
-rw-r--r--gyp/gpu.gyp32
1 files changed, 14 insertions, 18 deletions
diff --git a/gyp/gpu.gyp b/gyp/gpu.gyp
index 132b8e96ab..391824e85d 100644
--- a/gyp/gpu.gyp
+++ b/gyp/gpu.gyp
@@ -145,9 +145,6 @@
'libtess.gyp:libtess',
],
'sources': [
- '../include/gpu/GrAllocator.h',
- '../include/gpu/GrAllocPool.h',
- '../include/gpu/GrAtlas.h',
'../include/gpu/GrClip.h',
'../include/gpu/GrClipIterator.h',
'../include/gpu/GrColor.h',
@@ -158,44 +155,32 @@
'../include/gpu/GrGLConfig_chrome.h',
'../include/gpu/GrGLInterface.h',
'../include/gpu/GrGlyph.h',
- '../include/gpu/GrGpuVertex.h',
'../include/gpu/GrInstanceCounter.h',
- '../include/gpu/GrIPoint.h',
'../include/gpu/GrKey.h',
'../include/gpu/GrMatrix.h',
- '../include/gpu/GrMesh.h',
'../include/gpu/GrNoncopyable.h',
'../include/gpu/GrPaint.h',
'../include/gpu/GrPath.h',
- '../include/gpu/GrPathSink.h',
- '../include/gpu/GrPlotMgr.h',
'../include/gpu/GrPoint.h',
- '../include/gpu/GrRandom.h',
'../include/gpu/GrRect.h',
- '../include/gpu/GrRectanizer.h',
'../include/gpu/GrRefCnt.h',
'../include/gpu/GrRenderTarget.h',
'../include/gpu/GrResource.h',
'../include/gpu/GrSamplerState.h',
'../include/gpu/GrScalar.h',
- '../include/gpu/GrStencil.h',
- '../include/gpu/GrStopwatch.h',
- '../include/gpu/GrStringBuilder.h',
- '../include/gpu/GrTBSearch.h',
- '../include/gpu/GrTDArray.h',
'../include/gpu/GrTextContext.h',
- '../include/gpu/GrTextStrike.h',
'../include/gpu/GrTexture.h',
- '../include/gpu/GrTHashCache.h',
- '../include/gpu/GrTLList.h',
'../include/gpu/GrTypes.h',
'../include/gpu/GrUserConfig.h',
'../src/gpu/GrAAHairLinePathRenderer.cpp',
'../src/gpu/GrAAHairLinePathRenderer.h',
'../src/gpu/GrAddPathRenderers_aahairline.cpp',
+ '../src/gpu/GrAllocator.h',
+ '../src/gpu/GrAllocPool.h',
'../src/gpu/GrAllocPool.cpp',
'../src/gpu/GrAtlas.cpp',
+ '../src/gpu/GrAtlas.h',
'../src/gpu/GrBinHashKey.h',
'../src/gpu/GrBufferAllocPool.cpp',
'../src/gpu/GrBufferAllocPool.h',
@@ -234,6 +219,7 @@
'../src/gpu/GrGpuGLFixed.h',
'../src/gpu/GrGpuGLShaders.cpp',
'../src/gpu/GrGpuGLShaders.h',
+ '../src/gpu/GrGpuVertex.h',
'../src/gpu/GrIndexBuffer.h',
'../src/gpu/GrInOrderDrawBuffer.cpp',
'../src/gpu/GrInOrderDrawBuffer.h',
@@ -245,21 +231,31 @@
'../src/gpu/GrPathRenderer.h',
'../src/gpu/GrPathUtils.cpp',
'../src/gpu/GrPathUtils.h',
+ '../src/gpu/GrPlotMgr.h',
+ '../src/gpu/GrRandom.h',
'../src/gpu/GrRectanizer.cpp',
+ '../src/gpu/GrRectanizer.h',
'../src/gpu/GrRedBlackTree.h',
'../src/gpu/GrRenderTarget.cpp',
'../src/gpu/GrResource.cpp',
'../src/gpu/GrResourceCache.cpp',
'../src/gpu/GrResourceCache.h',
'../src/gpu/GrStencil.cpp',
+ '../src/gpu/GrStencil.h',
'../src/gpu/GrStencilBuffer.cpp',
'../src/gpu/GrStencilBuffer.h',
+ '../src/gpu/GrStringBuilder.h',
+ '../src/gpu/GrTBSearch.h',
+ '../src/gpu/GrTDArray.h',
'../src/gpu/GrTesselatedPathRenderer.cpp',
'../src/gpu/GrTesselatedPathRenderer.h',
'../src/gpu/GrTextContext.cpp',
'../src/gpu/GrTextStrike.cpp',
+ '../src/gpu/GrTextStrike.h',
'../src/gpu/GrTextStrike_impl.h',
'../src/gpu/GrTexture.cpp',
+ '../src/gpu/GrTHashCache.h',
+ '../src/gpu/GrTLList.h',
'../src/gpu/GrVertexBuffer.h',
'../src/gpu/gr_unittests.cpp',