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

Side by Side Diff: gyp/gpu.gypi

Issue 1521453002: Move all text stuff to its own folder (Closed) Base URL: https://skia.googlesource.com/skia.git@cleanuptext11textutils2
Patch Set: Created 5 years 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/GrAtlasTextBlob.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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 50
51 '<(skia_include_path)/gpu/gl/GrGLConfig.h', 51 '<(skia_include_path)/gpu/gl/GrGLConfig.h',
52 '<(skia_include_path)/gpu/gl/GrGLExtensions.h', 52 '<(skia_include_path)/gpu/gl/GrGLExtensions.h',
53 '<(skia_include_path)/gpu/gl/GrGLFunctions.h', 53 '<(skia_include_path)/gpu/gl/GrGLFunctions.h',
54 '<(skia_include_path)/gpu/gl/GrGLInterface.h', 54 '<(skia_include_path)/gpu/gl/GrGLInterface.h',
55 '<(skia_include_path)/gpu/gl/GrGLSLPrettyPrint.h', 55 '<(skia_include_path)/gpu/gl/GrGLSLPrettyPrint.h',
56 '<(skia_include_path)/gpu/gl/GrGLTypes.h', 56 '<(skia_include_path)/gpu/gl/GrGLTypes.h',
57 57
58 '<(skia_src_path)/gpu/GrAutoLocaleSetter.h', 58 '<(skia_src_path)/gpu/GrAutoLocaleSetter.h',
59 '<(skia_src_path)/gpu/GrAllocator.h', 59 '<(skia_src_path)/gpu/GrAllocator.h',
60 '<(skia_src_path)/gpu/GrAtlasTextBlob.cpp',
61 '<(skia_src_path)/gpu/GrAtlasTextBlob.h',
62 '<(skia_src_path)/gpu/GrAtlasTextContext.cpp',
63 '<(skia_src_path)/gpu/GrAtlasTextContext.h',
64 '<(skia_src_path)/gpu/GrBatchAtlas.cpp', 60 '<(skia_src_path)/gpu/GrBatchAtlas.cpp',
65 '<(skia_src_path)/gpu/GrBatchAtlas.h', 61 '<(skia_src_path)/gpu/GrBatchAtlas.h',
66 '<(skia_src_path)/gpu/GrBatchFontCache.cpp',
67 '<(skia_src_path)/gpu/GrBatchFontCache.h',
68 '<(skia_src_path)/gpu/GrBatchFlushState.cpp', 62 '<(skia_src_path)/gpu/GrBatchFlushState.cpp',
69 '<(skia_src_path)/gpu/GrBatchFlushState.h', 63 '<(skia_src_path)/gpu/GrBatchFlushState.h',
70 '<(skia_src_path)/gpu/GrBatchTest.cpp', 64 '<(skia_src_path)/gpu/GrBatchTest.cpp',
71 '<(skia_src_path)/gpu/GrBatchTest.h', 65 '<(skia_src_path)/gpu/GrBatchTest.h',
72 '<(skia_src_path)/gpu/GrBlend.cpp', 66 '<(skia_src_path)/gpu/GrBlend.cpp',
73 '<(skia_src_path)/gpu/GrBlurUtils.cpp', 67 '<(skia_src_path)/gpu/GrBlurUtils.cpp',
74 '<(skia_src_path)/gpu/GrBlurUtils.h', 68 '<(skia_src_path)/gpu/GrBlurUtils.h',
75 '<(skia_src_path)/gpu/GrBufferAllocPool.cpp', 69 '<(skia_src_path)/gpu/GrBufferAllocPool.cpp',
76 '<(skia_src_path)/gpu/GrBufferAllocPool.h', 70 '<(skia_src_path)/gpu/GrBufferAllocPool.h',
77 '<(skia_src_path)/gpu/GrCaps.cpp', 71 '<(skia_src_path)/gpu/GrCaps.cpp',
78 '<(skia_src_path)/gpu/GrClip.cpp', 72 '<(skia_src_path)/gpu/GrClip.cpp',
79 '<(skia_src_path)/gpu/GrClipMaskManager.h', 73 '<(skia_src_path)/gpu/GrClipMaskManager.h',
80 '<(skia_src_path)/gpu/GrClipMaskManager.cpp', 74 '<(skia_src_path)/gpu/GrClipMaskManager.cpp',
81 '<(skia_src_path)/gpu/GrContext.cpp', 75 '<(skia_src_path)/gpu/GrContext.cpp',
82 '<(skia_src_path)/gpu/GrCoordTransform.cpp', 76 '<(skia_src_path)/gpu/GrCoordTransform.cpp',
83 '<(skia_src_path)/gpu/GrDefaultGeoProcFactory.cpp', 77 '<(skia_src_path)/gpu/GrDefaultGeoProcFactory.cpp',
84 '<(skia_src_path)/gpu/GrDefaultGeoProcFactory.h', 78 '<(skia_src_path)/gpu/GrDefaultGeoProcFactory.h',
85 '<(skia_src_path)/gpu/GrDistanceFieldAdjustTable.cpp',
86 '<(skia_src_path)/gpu/GrDistanceFieldAdjustTable.h',
87 '<(skia_src_path)/gpu/GrDrawContext.cpp', 79 '<(skia_src_path)/gpu/GrDrawContext.cpp',
88 '<(skia_src_path)/gpu/GrDrawingManager.cpp', 80 '<(skia_src_path)/gpu/GrDrawingManager.cpp',
89 '<(skia_src_path)/gpu/GrDrawingManager.h', 81 '<(skia_src_path)/gpu/GrDrawingManager.h',
90 '<(skia_src_path)/gpu/GrDrawTarget.cpp', 82 '<(skia_src_path)/gpu/GrDrawTarget.cpp',
91 '<(skia_src_path)/gpu/GrDrawTarget.h', 83 '<(skia_src_path)/gpu/GrDrawTarget.h',
92 '<(skia_src_path)/gpu/GrFontScaler.cpp',
93 '<(skia_src_path)/gpu/GrFontScaler.h',
94 '<(skia_src_path)/gpu/GrFragmentProcessor.cpp', 84 '<(skia_src_path)/gpu/GrFragmentProcessor.cpp',
95 '<(skia_src_path)/gpu/GrGeometryBuffer.h', 85 '<(skia_src_path)/gpu/GrGeometryBuffer.h',
96 '<(skia_src_path)/gpu/GrGeometryProcessor.h', 86 '<(skia_src_path)/gpu/GrGeometryProcessor.h',
97 '<(skia_src_path)/gpu/GrGlyph.h', 87 '<(skia_src_path)/gpu/GrGlyph.h',
98 '<(skia_src_path)/gpu/GrGpu.cpp', 88 '<(skia_src_path)/gpu/GrGpu.cpp',
99 '<(skia_src_path)/gpu/GrGpu.h', 89 '<(skia_src_path)/gpu/GrGpu.h',
100 '<(skia_src_path)/gpu/GrGpuResourceCacheAccess.h', 90 '<(skia_src_path)/gpu/GrGpuResourceCacheAccess.h',
101 '<(skia_src_path)/gpu/GrGpuResourcePriv.h', 91 '<(skia_src_path)/gpu/GrGpuResourcePriv.h',
102 '<(skia_src_path)/gpu/GrGpuResource.cpp', 92 '<(skia_src_path)/gpu/GrGpuResource.cpp',
103 '<(skia_src_path)/gpu/GrGpuFactory.cpp', 93 '<(skia_src_path)/gpu/GrGpuFactory.cpp',
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 '<(skia_src_path)/gpu/GrRenderTarget.cpp', 147 '<(skia_src_path)/gpu/GrRenderTarget.cpp',
158 '<(skia_src_path)/gpu/GrRenderTargetPriv.h', 148 '<(skia_src_path)/gpu/GrRenderTargetPriv.h',
159 '<(skia_src_path)/gpu/GrReducedClip.cpp', 149 '<(skia_src_path)/gpu/GrReducedClip.cpp',
160 '<(skia_src_path)/gpu/GrReducedClip.h', 150 '<(skia_src_path)/gpu/GrReducedClip.h',
161 '<(skia_src_path)/gpu/GrResourceCache.cpp', 151 '<(skia_src_path)/gpu/GrResourceCache.cpp',
162 '<(skia_src_path)/gpu/GrResourceCache.h', 152 '<(skia_src_path)/gpu/GrResourceCache.h',
163 '<(skia_src_path)/gpu/GrResourceProvider.cpp', 153 '<(skia_src_path)/gpu/GrResourceProvider.cpp',
164 '<(skia_src_path)/gpu/GrResourceProvider.h', 154 '<(skia_src_path)/gpu/GrResourceProvider.h',
165 '<(skia_src_path)/gpu/GrStencil.cpp', 155 '<(skia_src_path)/gpu/GrStencil.cpp',
166 '<(skia_src_path)/gpu/GrStencil.h', 156 '<(skia_src_path)/gpu/GrStencil.h',
167 '<(skia_src_path)/gpu/GrStencilAndCoverTextContext.cpp',
168 '<(skia_src_path)/gpu/GrStencilAndCoverTextContext.h',
169 '<(skia_src_path)/gpu/GrStencilAttachment.cpp', 157 '<(skia_src_path)/gpu/GrStencilAttachment.cpp',
170 '<(skia_src_path)/gpu/GrStencilAttachment.h', 158 '<(skia_src_path)/gpu/GrStencilAttachment.h',
171 '<(skia_src_path)/gpu/GrStrokeInfo.cpp', 159 '<(skia_src_path)/gpu/GrStrokeInfo.cpp',
172 '<(skia_src_path)/gpu/GrStrokeInfo.h', 160 '<(skia_src_path)/gpu/GrStrokeInfo.h',
173 '<(skia_src_path)/gpu/GrTraceMarker.cpp', 161 '<(skia_src_path)/gpu/GrTraceMarker.cpp',
174 '<(skia_src_path)/gpu/GrTraceMarker.h', 162 '<(skia_src_path)/gpu/GrTraceMarker.h',
175 '<(skia_src_path)/gpu/GrTracing.h', 163 '<(skia_src_path)/gpu/GrTracing.h',
176 '<(skia_src_path)/gpu/GrTestUtils.cpp', 164 '<(skia_src_path)/gpu/GrTestUtils.cpp',
177 '<(skia_src_path)/gpu/GrSWMaskHelper.cpp', 165 '<(skia_src_path)/gpu/GrSWMaskHelper.cpp',
178 '<(skia_src_path)/gpu/GrSWMaskHelper.h', 166 '<(skia_src_path)/gpu/GrSWMaskHelper.h',
179 '<(skia_src_path)/gpu/GrSoftwarePathRenderer.cpp', 167 '<(skia_src_path)/gpu/GrSoftwarePathRenderer.cpp',
180 '<(skia_src_path)/gpu/GrSoftwarePathRenderer.h', 168 '<(skia_src_path)/gpu/GrSoftwarePathRenderer.h',
181 '<(skia_src_path)/gpu/GrSurfacePriv.h', 169 '<(skia_src_path)/gpu/GrSurfacePriv.h',
182 '<(skia_src_path)/gpu/GrSurface.cpp', 170 '<(skia_src_path)/gpu/GrSurface.cpp',
183 '<(skia_src_path)/gpu/GrTextBlobCache.cpp',
184 '<(skia_src_path)/gpu/GrTextBlobCache.h',
185 '<(skia_src_path)/gpu/GrTextContext.cpp',
186 '<(skia_src_path)/gpu/GrTextContext.h',
187 '<(skia_src_path)/gpu/GrTexture.cpp', 171 '<(skia_src_path)/gpu/GrTexture.cpp',
188 '<(skia_src_path)/gpu/GrTextureParamsAdjuster.h', 172 '<(skia_src_path)/gpu/GrTextureParamsAdjuster.h',
189 '<(skia_src_path)/gpu/GrTextureParamsAdjuster.cpp', 173 '<(skia_src_path)/gpu/GrTextureParamsAdjuster.cpp',
190 '<(skia_src_path)/gpu/GrTextureProvider.cpp', 174 '<(skia_src_path)/gpu/GrTextureProvider.cpp',
191 '<(skia_src_path)/gpu/GrTexturePriv.h', 175 '<(skia_src_path)/gpu/GrTexturePriv.h',
192 '<(skia_src_path)/gpu/GrTextureAccess.cpp', 176 '<(skia_src_path)/gpu/GrTextureAccess.cpp',
193 '<(skia_src_path)/gpu/GrTextUtils.cpp',
194 '<(skia_src_path)/gpu/GrTextUtils.h',
195 '<(skia_src_path)/gpu/GrTransferBuffer.h', 177 '<(skia_src_path)/gpu/GrTransferBuffer.h',
196 '<(skia_src_path)/gpu/GrTRecorder.h', 178 '<(skia_src_path)/gpu/GrTRecorder.h',
197 '<(skia_src_path)/gpu/GrVertexBuffer.h', 179 '<(skia_src_path)/gpu/GrVertexBuffer.h',
198 '<(skia_src_path)/gpu/GrVertices.h', 180 '<(skia_src_path)/gpu/GrVertices.h',
199 '<(skia_src_path)/gpu/GrXferProcessor.cpp', 181 '<(skia_src_path)/gpu/GrXferProcessor.cpp',
200 '<(skia_src_path)/gpu/GrYUVProvider.cpp', 182 '<(skia_src_path)/gpu/GrYUVProvider.cpp',
201 '<(skia_src_path)/gpu/GrYUVProvider.h', 183 '<(skia_src_path)/gpu/GrYUVProvider.h',
202 184
203 # Batches 185 # Batches
204 '<(skia_src_path)/gpu/batches/GrAAHairLinePathRenderer.cpp', 186 '<(skia_src_path)/gpu/batches/GrAAHairLinePathRenderer.cpp',
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
288 '<(skia_src_path)/gpu/effects/GrSingleTextureEffect.cpp', 270 '<(skia_src_path)/gpu/effects/GrSingleTextureEffect.cpp',
289 '<(skia_src_path)/gpu/effects/GrSingleTextureEffect.h', 271 '<(skia_src_path)/gpu/effects/GrSingleTextureEffect.h',
290 '<(skia_src_path)/gpu/effects/GrTextureDomain.cpp', 272 '<(skia_src_path)/gpu/effects/GrTextureDomain.cpp',
291 '<(skia_src_path)/gpu/effects/GrTextureDomain.h', 273 '<(skia_src_path)/gpu/effects/GrTextureDomain.h',
292 '<(skia_src_path)/gpu/effects/GrTextureStripAtlas.cpp', 274 '<(skia_src_path)/gpu/effects/GrTextureStripAtlas.cpp',
293 '<(skia_src_path)/gpu/effects/GrTextureStripAtlas.h', 275 '<(skia_src_path)/gpu/effects/GrTextureStripAtlas.h',
294 '<(skia_src_path)/gpu/effects/GrXfermodeFragmentProcessor.cpp', 276 '<(skia_src_path)/gpu/effects/GrXfermodeFragmentProcessor.cpp',
295 '<(skia_src_path)/gpu/effects/GrYUVtoRGBEffect.cpp', 277 '<(skia_src_path)/gpu/effects/GrYUVtoRGBEffect.cpp',
296 '<(skia_src_path)/gpu/effects/GrYUVtoRGBEffect.h', 278 '<(skia_src_path)/gpu/effects/GrYUVtoRGBEffect.h',
297 279
280 # text
281 '<(skia_src_path)/gpu/text/GrAtlasTextBlob.cpp',
282 '<(skia_src_path)/gpu/text/GrAtlasTextBlob.h',
283 '<(skia_src_path)/gpu/text/GrAtlasTextContext.cpp',
284 '<(skia_src_path)/gpu/text/GrAtlasTextContext.h',
285 '<(skia_src_path)/gpu/text/GrBatchFontCache.cpp',
286 '<(skia_src_path)/gpu/text/GrBatchFontCache.h',
287 '<(skia_src_path)/gpu/text/GrDistanceFieldAdjustTable.cpp',
288 '<(skia_src_path)/gpu/text/GrDistanceFieldAdjustTable.h',
289 '<(skia_src_path)/gpu/text/GrFontScaler.cpp',
290 '<(skia_src_path)/gpu/text/GrFontScaler.h',
291 '<(skia_src_path)/gpu/text/GrStencilAndCoverTextContext.cpp',
292 '<(skia_src_path)/gpu/text/GrStencilAndCoverTextContext.h',
293 '<(skia_src_path)/gpu/text/GrTextBlobCache.cpp',
294 '<(skia_src_path)/gpu/text/GrTextBlobCache.h',
295 '<(skia_src_path)/gpu/text/GrTextContext.cpp',
296 '<(skia_src_path)/gpu/text/GrTextContext.h',
297 '<(skia_src_path)/gpu/text/GrTextUtils.cpp',
298 '<(skia_src_path)/gpu/text/GrTextUtils.h',
299
298 '<(skia_src_path)/gpu/gl/GrGLAssembleInterface.cpp', 300 '<(skia_src_path)/gpu/gl/GrGLAssembleInterface.cpp',
299 '<(skia_src_path)/gpu/gl/GrGLAssembleInterface.h', 301 '<(skia_src_path)/gpu/gl/GrGLAssembleInterface.h',
300 '<(skia_src_path)/gpu/gl/GrGLBufferImpl.cpp', 302 '<(skia_src_path)/gpu/gl/GrGLBufferImpl.cpp',
301 '<(skia_src_path)/gpu/gl/GrGLBufferImpl.h', 303 '<(skia_src_path)/gpu/gl/GrGLBufferImpl.h',
302 '<(skia_src_path)/gpu/gl/GrGLCaps.cpp', 304 '<(skia_src_path)/gpu/gl/GrGLCaps.cpp',
303 '<(skia_src_path)/gpu/gl/GrGLCaps.h', 305 '<(skia_src_path)/gpu/gl/GrGLCaps.h',
304 '<(skia_src_path)/gpu/gl/GrGLContext.cpp', 306 '<(skia_src_path)/gpu/gl/GrGLContext.cpp',
305 '<(skia_src_path)/gpu/gl/GrGLContext.h', 307 '<(skia_src_path)/gpu/gl/GrGLContext.h',
306 '<(skia_src_path)/gpu/gl/GrGLCreateNativeInterface_none.cpp', 308 '<(skia_src_path)/gpu/gl/GrGLCreateNativeInterface_none.cpp',
307 '<(skia_src_path)/gpu/gl/GrGLDefaultInterface_none.cpp', 309 '<(skia_src_path)/gpu/gl/GrGLDefaultInterface_none.cpp',
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
478 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp', 480 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp',
479 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h', 481 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h',
480 ], 482 ],
481 'skgpu_null_gl_sources': [ 483 'skgpu_null_gl_sources': [
482 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', 484 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp',
483 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', 485 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp',
484 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', 486 '<(skia_include_path)/gpu/gl/SkNullGLContext.h',
485 ], 487 ],
486 }, 488 },
487 } 489 }
OLDNEW
« no previous file with comments | « no previous file | src/gpu/GrAtlasTextBlob.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698