Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(72)

Side by Side Diff: gyp/gpu.gypi

Issue 1306143005: Move Pathrenderers to batches folder (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: rebase Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | src/gpu/GrAAConvexPathRenderer.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 Google Inc. 1 # Copyright 2015 Google Inc.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 # Include this gypi to include all 'gpu' files 5 # Include this gypi to include all 'gpu' files
6 # The parent gyp/gypi file must define 6 # The parent gyp/gypi file must define
7 # 'skia_src_path' e.g. skia/trunk/src 7 # 'skia_src_path' e.g. skia/trunk/src
8 # 'skia_include_path' e.g. skia/trunk/include 8 # 'skia_include_path' e.g. skia/trunk/include
9 # 9 #
10 # The skia build defines these in common_variables.gypi 10 # The skia build defines these in common_variables.gypi
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 '<(skia_include_path)/gpu/effects/GrCustomXfermode.h', 48 '<(skia_include_path)/gpu/effects/GrCustomXfermode.h',
49 '<(skia_include_path)/gpu/effects/GrExtractAlphaFragmentProcessor.h', 49 '<(skia_include_path)/gpu/effects/GrExtractAlphaFragmentProcessor.h',
50 '<(skia_include_path)/gpu/effects/GrPorterDuffXferProcessor.h', 50 '<(skia_include_path)/gpu/effects/GrPorterDuffXferProcessor.h',
51 51
52 '<(skia_include_path)/gpu/gl/GrGLConfig.h', 52 '<(skia_include_path)/gpu/gl/GrGLConfig.h',
53 '<(skia_include_path)/gpu/gl/GrGLExtensions.h', 53 '<(skia_include_path)/gpu/gl/GrGLExtensions.h',
54 '<(skia_include_path)/gpu/gl/GrGLFunctions.h', 54 '<(skia_include_path)/gpu/gl/GrGLFunctions.h',
55 '<(skia_include_path)/gpu/gl/GrGLInterface.h', 55 '<(skia_include_path)/gpu/gl/GrGLInterface.h',
56 '<(skia_include_path)/gpu/gl/GrGLSLPrettyPrint.h', 56 '<(skia_include_path)/gpu/gl/GrGLSLPrettyPrint.h',
57 57
58 '<(skia_src_path)/gpu/GrAAHairLinePathRenderer.cpp',
59 '<(skia_src_path)/gpu/GrAAHairLinePathRenderer.h',
60 '<(skia_src_path)/gpu/GrAAConvexPathRenderer.cpp',
61 '<(skia_src_path)/gpu/GrAAConvexPathRenderer.h',
62 '<(skia_src_path)/gpu/GrAALinearizingConvexPathRenderer.cpp',
63 '<(skia_src_path)/gpu/GrAALinearizingConvexPathRenderer.h',
64 '<(skia_src_path)/gpu/GrAAConvexTessellator.cpp',
65 '<(skia_src_path)/gpu/GrAAConvexTessellator.h',
66 '<(skia_src_path)/gpu/GrAADistanceFieldPathRenderer.cpp',
67 '<(skia_src_path)/gpu/GrAADistanceFieldPathRenderer.h',
68 '<(skia_src_path)/gpu/GrAddPathRenderers_default.cpp', 58 '<(skia_src_path)/gpu/GrAddPathRenderers_default.cpp',
69 '<(skia_src_path)/gpu/GrAutoLocaleSetter.h', 59 '<(skia_src_path)/gpu/GrAutoLocaleSetter.h',
70 '<(skia_src_path)/gpu/GrAllocator.h', 60 '<(skia_src_path)/gpu/GrAllocator.h',
71 '<(skia_src_path)/gpu/GrAtlas.cpp', 61 '<(skia_src_path)/gpu/GrAtlas.cpp',
72 '<(skia_src_path)/gpu/GrAtlas.h', 62 '<(skia_src_path)/gpu/GrAtlas.h',
73 '<(skia_src_path)/gpu/GrAtlasTextBlob.cpp', 63 '<(skia_src_path)/gpu/GrAtlasTextBlob.cpp',
74 '<(skia_src_path)/gpu/GrAtlasTextBlob.h', 64 '<(skia_src_path)/gpu/GrAtlasTextBlob.h',
75 '<(skia_src_path)/gpu/GrAtlasTextContext.cpp', 65 '<(skia_src_path)/gpu/GrAtlasTextContext.cpp',
76 '<(skia_src_path)/gpu/GrAtlasTextContext.h', 66 '<(skia_src_path)/gpu/GrAtlasTextContext.h',
77 '<(skia_src_path)/gpu/GrBatchAtlas.cpp', 67 '<(skia_src_path)/gpu/GrBatchAtlas.cpp',
(...skipping 13 matching lines...) Expand all
91 '<(skia_src_path)/gpu/GrCaps.cpp', 81 '<(skia_src_path)/gpu/GrCaps.cpp',
92 '<(skia_src_path)/gpu/GrClip.cpp', 82 '<(skia_src_path)/gpu/GrClip.cpp',
93 '<(skia_src_path)/gpu/GrClipMaskCache.h', 83 '<(skia_src_path)/gpu/GrClipMaskCache.h',
94 '<(skia_src_path)/gpu/GrClipMaskCache.cpp', 84 '<(skia_src_path)/gpu/GrClipMaskCache.cpp',
95 '<(skia_src_path)/gpu/GrClipMaskManager.h', 85 '<(skia_src_path)/gpu/GrClipMaskManager.h',
96 '<(skia_src_path)/gpu/GrClipMaskManager.cpp', 86 '<(skia_src_path)/gpu/GrClipMaskManager.cpp',
97 '<(skia_src_path)/gpu/GrContext.cpp', 87 '<(skia_src_path)/gpu/GrContext.cpp',
98 '<(skia_src_path)/gpu/GrCommandBuilder.h', 88 '<(skia_src_path)/gpu/GrCommandBuilder.h',
99 '<(skia_src_path)/gpu/GrCommandBuilder.cpp', 89 '<(skia_src_path)/gpu/GrCommandBuilder.cpp',
100 '<(skia_src_path)/gpu/GrCoordTransform.cpp', 90 '<(skia_src_path)/gpu/GrCoordTransform.cpp',
101 '<(skia_src_path)/gpu/GrDashLinePathRenderer.cpp',
102 '<(skia_src_path)/gpu/GrDashLinePathRenderer.h',
103 '<(skia_src_path)/gpu/GrDefaultGeoProcFactory.cpp', 91 '<(skia_src_path)/gpu/GrDefaultGeoProcFactory.cpp',
104 '<(skia_src_path)/gpu/GrDefaultGeoProcFactory.h', 92 '<(skia_src_path)/gpu/GrDefaultGeoProcFactory.h',
105 '<(skia_src_path)/gpu/GrDefaultPathRenderer.cpp', 93 '<(skia_src_path)/gpu/GrDefaultPathRenderer.cpp',
106 '<(skia_src_path)/gpu/GrDefaultPathRenderer.h', 94 '<(skia_src_path)/gpu/GrDefaultPathRenderer.h',
107 '<(skia_src_path)/gpu/GrDrawContext.cpp', 95 '<(skia_src_path)/gpu/GrDrawContext.cpp',
108 '<(skia_src_path)/gpu/GrDrawTarget.cpp', 96 '<(skia_src_path)/gpu/GrDrawTarget.cpp',
109 '<(skia_src_path)/gpu/GrDrawTarget.h', 97 '<(skia_src_path)/gpu/GrDrawTarget.h',
110 '<(skia_src_path)/gpu/GrFontScaler.cpp', 98 '<(skia_src_path)/gpu/GrFontScaler.cpp',
111 '<(skia_src_path)/gpu/GrFontScaler.h', 99 '<(skia_src_path)/gpu/GrFontScaler.h',
112 '<(skia_src_path)/gpu/GrGeometryBuffer.h', 100 '<(skia_src_path)/gpu/GrGeometryBuffer.h',
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
175 '<(skia_src_path)/gpu/GrReducedClip.cpp', 163 '<(skia_src_path)/gpu/GrReducedClip.cpp',
176 '<(skia_src_path)/gpu/GrReducedClip.h', 164 '<(skia_src_path)/gpu/GrReducedClip.h',
177 '<(skia_src_path)/gpu/GrReorderCommandBuilder.h', 165 '<(skia_src_path)/gpu/GrReorderCommandBuilder.h',
178 '<(skia_src_path)/gpu/GrReorderCommandBuilder.cpp', 166 '<(skia_src_path)/gpu/GrReorderCommandBuilder.cpp',
179 '<(skia_src_path)/gpu/GrResourceCache.cpp', 167 '<(skia_src_path)/gpu/GrResourceCache.cpp',
180 '<(skia_src_path)/gpu/GrResourceCache.h', 168 '<(skia_src_path)/gpu/GrResourceCache.h',
181 '<(skia_src_path)/gpu/GrResourceProvider.cpp', 169 '<(skia_src_path)/gpu/GrResourceProvider.cpp',
182 '<(skia_src_path)/gpu/GrResourceProvider.h', 170 '<(skia_src_path)/gpu/GrResourceProvider.h',
183 '<(skia_src_path)/gpu/GrStencil.cpp', 171 '<(skia_src_path)/gpu/GrStencil.cpp',
184 '<(skia_src_path)/gpu/GrStencil.h', 172 '<(skia_src_path)/gpu/GrStencil.h',
185 '<(skia_src_path)/gpu/GrStencilAndCoverPathRenderer.cpp',
186 '<(skia_src_path)/gpu/GrStencilAndCoverPathRenderer.h',
187 '<(skia_src_path)/gpu/GrStencilAndCoverTextContext.cpp', 173 '<(skia_src_path)/gpu/GrStencilAndCoverTextContext.cpp',
188 '<(skia_src_path)/gpu/GrStencilAndCoverTextContext.h', 174 '<(skia_src_path)/gpu/GrStencilAndCoverTextContext.h',
189 '<(skia_src_path)/gpu/GrStencilAttachment.cpp', 175 '<(skia_src_path)/gpu/GrStencilAttachment.cpp',
190 '<(skia_src_path)/gpu/GrStencilAttachment.h', 176 '<(skia_src_path)/gpu/GrStencilAttachment.h',
191 '<(skia_src_path)/gpu/GrStrokeInfo.cpp', 177 '<(skia_src_path)/gpu/GrStrokeInfo.cpp',
192 '<(skia_src_path)/gpu/GrStrokeInfo.h', 178 '<(skia_src_path)/gpu/GrStrokeInfo.h',
193 '<(skia_src_path)/gpu/GrTargetCommands.cpp', 179 '<(skia_src_path)/gpu/GrTargetCommands.cpp',
194 '<(skia_src_path)/gpu/GrTargetCommands.h', 180 '<(skia_src_path)/gpu/GrTargetCommands.h',
195 '<(skia_src_path)/gpu/GrTraceMarker.cpp', 181 '<(skia_src_path)/gpu/GrTraceMarker.cpp',
196 '<(skia_src_path)/gpu/GrTraceMarker.h', 182 '<(skia_src_path)/gpu/GrTraceMarker.h',
197 '<(skia_src_path)/gpu/GrTracing.h', 183 '<(skia_src_path)/gpu/GrTracing.h',
198 '<(skia_src_path)/gpu/GrTessellatingPathRenderer.cpp',
199 '<(skia_src_path)/gpu/GrTessellatingPathRenderer.h',
200 '<(skia_src_path)/gpu/GrTestUtils.cpp', 184 '<(skia_src_path)/gpu/GrTestUtils.cpp',
201 '<(skia_src_path)/gpu/GrSWMaskHelper.cpp', 185 '<(skia_src_path)/gpu/GrSWMaskHelper.cpp',
202 '<(skia_src_path)/gpu/GrSWMaskHelper.h', 186 '<(skia_src_path)/gpu/GrSWMaskHelper.h',
203 '<(skia_src_path)/gpu/GrSoftwarePathRenderer.cpp', 187 '<(skia_src_path)/gpu/GrSoftwarePathRenderer.cpp',
204 '<(skia_src_path)/gpu/GrSoftwarePathRenderer.h', 188 '<(skia_src_path)/gpu/GrSoftwarePathRenderer.h',
205 '<(skia_src_path)/gpu/GrSurfacePriv.h', 189 '<(skia_src_path)/gpu/GrSurfacePriv.h',
206 '<(skia_src_path)/gpu/GrSurface.cpp', 190 '<(skia_src_path)/gpu/GrSurface.cpp',
207 '<(skia_src_path)/gpu/GrTextBlobCache.cpp', 191 '<(skia_src_path)/gpu/GrTextBlobCache.cpp',
208 '<(skia_src_path)/gpu/GrTextBlobCache.h', 192 '<(skia_src_path)/gpu/GrTextBlobCache.h',
209 '<(skia_src_path)/gpu/GrTextContext.cpp', 193 '<(skia_src_path)/gpu/GrTextContext.cpp',
210 '<(skia_src_path)/gpu/GrTextContext.h', 194 '<(skia_src_path)/gpu/GrTextContext.h',
211 '<(skia_src_path)/gpu/GrTexture.cpp', 195 '<(skia_src_path)/gpu/GrTexture.cpp',
212 '<(skia_src_path)/gpu/GrTextureProvider.cpp', 196 '<(skia_src_path)/gpu/GrTextureProvider.cpp',
213 '<(skia_src_path)/gpu/GrTexturePriv.h', 197 '<(skia_src_path)/gpu/GrTexturePriv.h',
214 '<(skia_src_path)/gpu/GrTextureAccess.cpp', 198 '<(skia_src_path)/gpu/GrTextureAccess.cpp',
215 '<(skia_src_path)/gpu/GrTRecorder.h', 199 '<(skia_src_path)/gpu/GrTRecorder.h',
216 '<(skia_src_path)/gpu/GrVertexBuffer.h', 200 '<(skia_src_path)/gpu/GrVertexBuffer.h',
217 '<(skia_src_path)/gpu/GrVertices.h', 201 '<(skia_src_path)/gpu/GrVertices.h',
218 '<(skia_src_path)/gpu/GrXferProcessor.cpp', 202 '<(skia_src_path)/gpu/GrXferProcessor.cpp',
219 203
220 # Batches 204 # Batches
205 '<(skia_src_path)/gpu/batches/GrAAHairLinePathRenderer.cpp',
206 '<(skia_src_path)/gpu/batches/GrAAHairLinePathRenderer.h',
207 '<(skia_src_path)/gpu/batches/GrAALinearizingConvexPathRenderer.cpp',
208 '<(skia_src_path)/gpu/batches/GrAALinearizingConvexPathRenderer.h',
209 '<(skia_src_path)/gpu/batches/GrAAConvexTessellator.cpp',
210 '<(skia_src_path)/gpu/batches/GrAAConvexTessellator.h',
211 '<(skia_src_path)/gpu/batches/GrAADistanceFieldPathRenderer.cpp',
212 '<(skia_src_path)/gpu/batches/GrAADistanceFieldPathRenderer.h',
213 '<(skia_src_path)/gpu/batches/GrAAConvexPathRenderer.cpp',
214 '<(skia_src_path)/gpu/batches/GrAAConvexPathRenderer.h',
221 '<(skia_src_path)/gpu/batches/GrAAFillRectBatch.cpp', 215 '<(skia_src_path)/gpu/batches/GrAAFillRectBatch.cpp',
222 '<(skia_src_path)/gpu/batches/GrAAFillRectBatch.h', 216 '<(skia_src_path)/gpu/batches/GrAAFillRectBatch.h',
223 '<(skia_src_path)/gpu/batches/GrAAStrokeRectBatch.cpp', 217 '<(skia_src_path)/gpu/batches/GrAAStrokeRectBatch.cpp',
224 '<(skia_src_path)/gpu/batches/GrAAStrokeRectBatch.h', 218 '<(skia_src_path)/gpu/batches/GrAAStrokeRectBatch.h',
225 '<(skia_src_path)/gpu/batches/GrBatch.cpp', 219 '<(skia_src_path)/gpu/batches/GrBatch.cpp',
226 '<(skia_src_path)/gpu/batches/GrBatch.h', 220 '<(skia_src_path)/gpu/batches/GrBatch.h',
227 '<(skia_src_path)/gpu/batches/GrClearBatch.h', 221 '<(skia_src_path)/gpu/batches/GrClearBatch.h',
228 '<(skia_src_path)/gpu/batches/GrCopySurfaceBatch.cpp', 222 '<(skia_src_path)/gpu/batches/GrCopySurfaceBatch.cpp',
229 '<(skia_src_path)/gpu/batches/GrCopySurfaceBatch.h', 223 '<(skia_src_path)/gpu/batches/GrCopySurfaceBatch.h',
224 '<(skia_src_path)/gpu/batches/GrDashLinePathRenderer.cpp',
225 '<(skia_src_path)/gpu/batches/GrDashLinePathRenderer.h',
230 '<(skia_src_path)/gpu/batches/GrDiscardBatch.h', 226 '<(skia_src_path)/gpu/batches/GrDiscardBatch.h',
231 '<(skia_src_path)/gpu/batches/GrDrawBatch.cpp', 227 '<(skia_src_path)/gpu/batches/GrDrawBatch.cpp',
232 '<(skia_src_path)/gpu/batches/GrDrawBatch.h', 228 '<(skia_src_path)/gpu/batches/GrDrawBatch.h',
233 '<(skia_src_path)/gpu/batches/GrDrawAtlasBatch.cpp', 229 '<(skia_src_path)/gpu/batches/GrDrawAtlasBatch.cpp',
234 '<(skia_src_path)/gpu/batches/GrDrawAtlasBatch.h', 230 '<(skia_src_path)/gpu/batches/GrDrawAtlasBatch.h',
235 '<(skia_src_path)/gpu/batches/GrDrawPathBatch.h', 231 '<(skia_src_path)/gpu/batches/GrDrawPathBatch.h',
236 '<(skia_src_path)/gpu/batches/GrDrawVerticesBatch.cpp', 232 '<(skia_src_path)/gpu/batches/GrDrawVerticesBatch.cpp',
237 '<(skia_src_path)/gpu/batches/GrDrawVerticesBatch.h', 233 '<(skia_src_path)/gpu/batches/GrDrawVerticesBatch.h',
238 '<(skia_src_path)/gpu/batches/GrNonAAFillRectBatch.h', 234 '<(skia_src_path)/gpu/batches/GrNonAAFillRectBatch.h',
239 '<(skia_src_path)/gpu/batches/GrNonAAFillRectBatch.cpp', 235 '<(skia_src_path)/gpu/batches/GrNonAAFillRectBatch.cpp',
240 '<(skia_src_path)/gpu/batches/GrRectBatchFactory.h', 236 '<(skia_src_path)/gpu/batches/GrRectBatchFactory.h',
241 '<(skia_src_path)/gpu/batches/GrRectBatchFactory.cpp', 237 '<(skia_src_path)/gpu/batches/GrRectBatchFactory.cpp',
242 '<(skia_src_path)/gpu/batches/GrStrokeRectBatch.cpp', 238 '<(skia_src_path)/gpu/batches/GrStrokeRectBatch.cpp',
243 '<(skia_src_path)/gpu/batches/GrStrokeRectBatch.h', 239 '<(skia_src_path)/gpu/batches/GrStrokeRectBatch.h',
240 '<(skia_src_path)/gpu/batches/GrStencilAndCoverPathRenderer.cpp',
241 '<(skia_src_path)/gpu/batches/GrStencilAndCoverPathRenderer.h',
244 '<(skia_src_path)/gpu/batches/GrStencilPathBatch.h', 242 '<(skia_src_path)/gpu/batches/GrStencilPathBatch.h',
243 '<(skia_src_path)/gpu/batches/GrTessellatingPathRenderer.cpp',
244 '<(skia_src_path)/gpu/batches/GrTessellatingPathRenderer.h',
245 '<(skia_src_path)/gpu/batches/GrTInstanceBatch.h', 245 '<(skia_src_path)/gpu/batches/GrTInstanceBatch.h',
246 '<(skia_src_path)/gpu/batches/GrVertexBatch.cpp', 246 '<(skia_src_path)/gpu/batches/GrVertexBatch.cpp',
247 '<(skia_src_path)/gpu/batches/GrVertexBatch.h', 247 '<(skia_src_path)/gpu/batches/GrVertexBatch.h',
248 248
249 '<(skia_src_path)/gpu/effects/Gr1DKernelEffect.h', 249 '<(skia_src_path)/gpu/effects/Gr1DKernelEffect.h',
250 '<(skia_src_path)/gpu/effects/GrConfigConversionEffect.cpp', 250 '<(skia_src_path)/gpu/effects/GrConfigConversionEffect.cpp',
251 '<(skia_src_path)/gpu/effects/GrConfigConversionEffect.h', 251 '<(skia_src_path)/gpu/effects/GrConfigConversionEffect.h',
252 '<(skia_src_path)/gpu/effects/GrConstColorProcessor.cpp', 252 '<(skia_src_path)/gpu/effects/GrConstColorProcessor.cpp',
253 '<(skia_src_path)/gpu/effects/GrExtractAlphaFragmentProcessor.cpp', 253 '<(skia_src_path)/gpu/effects/GrExtractAlphaFragmentProcessor.cpp',
254 '<(skia_src_path)/gpu/effects/GrCoverageSetOpXP.cpp', 254 '<(skia_src_path)/gpu/effects/GrCoverageSetOpXP.cpp',
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
464 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp', 464 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp',
465 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h', 465 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h',
466 ], 466 ],
467 'skgpu_null_gl_sources': [ 467 'skgpu_null_gl_sources': [
468 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', 468 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp',
469 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', 469 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp',
470 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', 470 '<(skia_include_path)/gpu/gl/SkNullGLContext.h',
471 ], 471 ],
472 }, 472 },
473 } 473 }
OLDNEW
« no previous file with comments | « no previous file | src/gpu/GrAAConvexPathRenderer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698