aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar joshualitt <joshualitt@chromium.org>2015-09-01 06:50:55 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-09-01 06:50:55 -0700
commit6335a729769b06f0d6a1450c7c02e03f95bbb049 (patch)
tree86463f9ac9a06a6cc7d333e3cfcdfe602245f8b7 /gyp
parentfbccb5995dcda645a3a8af51805639cb0c0d2300 (diff)
Move PathRenderers to batches folder
Diffstat (limited to 'gyp')
-rw-r--r--gyp/gpu.gypi32
1 files changed, 16 insertions, 16 deletions
diff --git a/gyp/gpu.gypi b/gyp/gpu.gypi
index ce623560cd..fdb26ba005 100644
--- a/gyp/gpu.gypi
+++ b/gyp/gpu.gypi
@@ -55,16 +55,6 @@
'<(skia_include_path)/gpu/gl/GrGLInterface.h',
'<(skia_include_path)/gpu/gl/GrGLSLPrettyPrint.h',
- '<(skia_src_path)/gpu/GrAAHairLinePathRenderer.cpp',
- '<(skia_src_path)/gpu/GrAAHairLinePathRenderer.h',
- '<(skia_src_path)/gpu/GrAAConvexPathRenderer.cpp',
- '<(skia_src_path)/gpu/GrAAConvexPathRenderer.h',
- '<(skia_src_path)/gpu/GrAALinearizingConvexPathRenderer.cpp',
- '<(skia_src_path)/gpu/GrAALinearizingConvexPathRenderer.h',
- '<(skia_src_path)/gpu/GrAAConvexTessellator.cpp',
- '<(skia_src_path)/gpu/GrAAConvexTessellator.h',
- '<(skia_src_path)/gpu/GrAADistanceFieldPathRenderer.cpp',
- '<(skia_src_path)/gpu/GrAADistanceFieldPathRenderer.h',
'<(skia_src_path)/gpu/GrAddPathRenderers_default.cpp',
'<(skia_src_path)/gpu/GrAutoLocaleSetter.h',
'<(skia_src_path)/gpu/GrAllocator.h',
@@ -98,8 +88,6 @@
'<(skia_src_path)/gpu/GrCommandBuilder.h',
'<(skia_src_path)/gpu/GrCommandBuilder.cpp',
'<(skia_src_path)/gpu/GrCoordTransform.cpp',
- '<(skia_src_path)/gpu/GrDashLinePathRenderer.cpp',
- '<(skia_src_path)/gpu/GrDashLinePathRenderer.h',
'<(skia_src_path)/gpu/GrDefaultGeoProcFactory.cpp',
'<(skia_src_path)/gpu/GrDefaultGeoProcFactory.h',
'<(skia_src_path)/gpu/GrDefaultPathRenderer.cpp',
@@ -182,8 +170,6 @@
'<(skia_src_path)/gpu/GrResourceProvider.h',
'<(skia_src_path)/gpu/GrStencil.cpp',
'<(skia_src_path)/gpu/GrStencil.h',
- '<(skia_src_path)/gpu/GrStencilAndCoverPathRenderer.cpp',
- '<(skia_src_path)/gpu/GrStencilAndCoverPathRenderer.h',
'<(skia_src_path)/gpu/GrStencilAndCoverTextContext.cpp',
'<(skia_src_path)/gpu/GrStencilAndCoverTextContext.h',
'<(skia_src_path)/gpu/GrStencilAttachment.cpp',
@@ -195,8 +181,6 @@
'<(skia_src_path)/gpu/GrTraceMarker.cpp',
'<(skia_src_path)/gpu/GrTraceMarker.h',
'<(skia_src_path)/gpu/GrTracing.h',
- '<(skia_src_path)/gpu/GrTessellatingPathRenderer.cpp',
- '<(skia_src_path)/gpu/GrTessellatingPathRenderer.h',
'<(skia_src_path)/gpu/GrTestUtils.cpp',
'<(skia_src_path)/gpu/GrSWMaskHelper.cpp',
'<(skia_src_path)/gpu/GrSWMaskHelper.h',
@@ -218,6 +202,16 @@
'<(skia_src_path)/gpu/GrXferProcessor.cpp',
# Batches
+ '<(skia_src_path)/gpu/batches/GrAAHairLinePathRenderer.cpp',
+ '<(skia_src_path)/gpu/batches/GrAAHairLinePathRenderer.h',
+ '<(skia_src_path)/gpu/batches/GrAALinearizingConvexPathRenderer.cpp',
+ '<(skia_src_path)/gpu/batches/GrAALinearizingConvexPathRenderer.h',
+ '<(skia_src_path)/gpu/batches/GrAAConvexTessellator.cpp',
+ '<(skia_src_path)/gpu/batches/GrAAConvexTessellator.h',
+ '<(skia_src_path)/gpu/batches/GrAADistanceFieldPathRenderer.cpp',
+ '<(skia_src_path)/gpu/batches/GrAADistanceFieldPathRenderer.h',
+ '<(skia_src_path)/gpu/batches/GrAAConvexPathRenderer.cpp',
+ '<(skia_src_path)/gpu/batches/GrAAConvexPathRenderer.h',
'<(skia_src_path)/gpu/batches/GrAAFillRectBatch.cpp',
'<(skia_src_path)/gpu/batches/GrAAFillRectBatch.h',
'<(skia_src_path)/gpu/batches/GrAAStrokeRectBatch.cpp',
@@ -227,6 +221,8 @@
'<(skia_src_path)/gpu/batches/GrClearBatch.h',
'<(skia_src_path)/gpu/batches/GrCopySurfaceBatch.cpp',
'<(skia_src_path)/gpu/batches/GrCopySurfaceBatch.h',
+ '<(skia_src_path)/gpu/batches/GrDashLinePathRenderer.cpp',
+ '<(skia_src_path)/gpu/batches/GrDashLinePathRenderer.h',
'<(skia_src_path)/gpu/batches/GrDiscardBatch.h',
'<(skia_src_path)/gpu/batches/GrDrawBatch.cpp',
'<(skia_src_path)/gpu/batches/GrDrawBatch.h',
@@ -241,7 +237,11 @@
'<(skia_src_path)/gpu/batches/GrRectBatchFactory.cpp',
'<(skia_src_path)/gpu/batches/GrStrokeRectBatch.cpp',
'<(skia_src_path)/gpu/batches/GrStrokeRectBatch.h',
+ '<(skia_src_path)/gpu/batches/GrStencilAndCoverPathRenderer.cpp',
+ '<(skia_src_path)/gpu/batches/GrStencilAndCoverPathRenderer.h',
'<(skia_src_path)/gpu/batches/GrStencilPathBatch.h',
+ '<(skia_src_path)/gpu/batches/GrTessellatingPathRenderer.cpp',
+ '<(skia_src_path)/gpu/batches/GrTessellatingPathRenderer.h',
'<(skia_src_path)/gpu/batches/GrTInstanceBatch.h',
'<(skia_src_path)/gpu/batches/GrVertexBatch.cpp',
'<(skia_src_path)/gpu/batches/GrVertexBatch.h',