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

Side by Side Diff: gyp/gpu.gypi

Issue 1104343003: remove old text contexts and fontcache (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: tweak Created 5 years, 7 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 | include/gpu/GrContext.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 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 '<(skia_src_path)/gpu/GrAtlasTextContext.cpp', 65 '<(skia_src_path)/gpu/GrAtlasTextContext.cpp',
66 '<(skia_src_path)/gpu/GrAtlasTextContext.h', 66 '<(skia_src_path)/gpu/GrAtlasTextContext.h',
67 '<(skia_src_path)/gpu/GrBatch.cpp', 67 '<(skia_src_path)/gpu/GrBatch.cpp',
68 '<(skia_src_path)/gpu/GrBatch.h', 68 '<(skia_src_path)/gpu/GrBatch.h',
69 '<(skia_src_path)/gpu/GrBatchAtlas.cpp', 69 '<(skia_src_path)/gpu/GrBatchAtlas.cpp',
70 '<(skia_src_path)/gpu/GrBatchAtlas.h', 70 '<(skia_src_path)/gpu/GrBatchAtlas.h',
71 '<(skia_src_path)/gpu/GrBatchFontCache.cpp', 71 '<(skia_src_path)/gpu/GrBatchFontCache.cpp',
72 '<(skia_src_path)/gpu/GrBatchFontCache.h', 72 '<(skia_src_path)/gpu/GrBatchFontCache.h',
73 '<(skia_src_path)/gpu/GrBatchTarget.cpp', 73 '<(skia_src_path)/gpu/GrBatchTarget.cpp',
74 '<(skia_src_path)/gpu/GrBatchTarget.h', 74 '<(skia_src_path)/gpu/GrBatchTarget.h',
75 '<(skia_src_path)/gpu/GrBitmapTextContext.cpp',
76 '<(skia_src_path)/gpu/GrBitmapTextContext.h',
77 '<(skia_src_path)/gpu/GrBlend.cpp', 75 '<(skia_src_path)/gpu/GrBlend.cpp',
78 '<(skia_src_path)/gpu/GrBlend.h', 76 '<(skia_src_path)/gpu/GrBlend.h',
79 '<(skia_src_path)/gpu/GrBufferAllocPool.cpp', 77 '<(skia_src_path)/gpu/GrBufferAllocPool.cpp',
80 '<(skia_src_path)/gpu/GrBufferAllocPool.h', 78 '<(skia_src_path)/gpu/GrBufferAllocPool.h',
81 '<(skia_src_path)/gpu/GrClip.cpp', 79 '<(skia_src_path)/gpu/GrClip.cpp',
82 '<(skia_src_path)/gpu/GrClipMaskCache.h', 80 '<(skia_src_path)/gpu/GrClipMaskCache.h',
83 '<(skia_src_path)/gpu/GrClipMaskCache.cpp', 81 '<(skia_src_path)/gpu/GrClipMaskCache.cpp',
84 '<(skia_src_path)/gpu/GrClipMaskManager.h', 82 '<(skia_src_path)/gpu/GrClipMaskManager.h',
85 '<(skia_src_path)/gpu/GrClipMaskManager.cpp', 83 '<(skia_src_path)/gpu/GrClipMaskManager.cpp',
86 '<(skia_src_path)/gpu/GrContext.cpp', 84 '<(skia_src_path)/gpu/GrContext.cpp',
87 '<(skia_src_path)/gpu/GrCoordTransform.cpp', 85 '<(skia_src_path)/gpu/GrCoordTransform.cpp',
88 '<(skia_src_path)/gpu/GrDashLinePathRenderer.cpp', 86 '<(skia_src_path)/gpu/GrDashLinePathRenderer.cpp',
89 '<(skia_src_path)/gpu/GrDashLinePathRenderer.h', 87 '<(skia_src_path)/gpu/GrDashLinePathRenderer.h',
90 '<(skia_src_path)/gpu/GrDefaultGeoProcFactory.cpp', 88 '<(skia_src_path)/gpu/GrDefaultGeoProcFactory.cpp',
91 '<(skia_src_path)/gpu/GrDefaultGeoProcFactory.h', 89 '<(skia_src_path)/gpu/GrDefaultGeoProcFactory.h',
92 '<(skia_src_path)/gpu/GrDefaultPathRenderer.cpp', 90 '<(skia_src_path)/gpu/GrDefaultPathRenderer.cpp',
93 '<(skia_src_path)/gpu/GrDefaultPathRenderer.h', 91 '<(skia_src_path)/gpu/GrDefaultPathRenderer.h',
94 '<(skia_src_path)/gpu/GrDistanceFieldTextContext.h',
95 '<(skia_src_path)/gpu/GrDistanceFieldTextContext.cpp',
96 '<(skia_src_path)/gpu/GrDrawTarget.cpp', 92 '<(skia_src_path)/gpu/GrDrawTarget.cpp',
97 '<(skia_src_path)/gpu/GrDrawTarget.h', 93 '<(skia_src_path)/gpu/GrDrawTarget.h',
98 '<(skia_src_path)/gpu/GrDrawTargetCaps.h', 94 '<(skia_src_path)/gpu/GrDrawTargetCaps.h',
99 '<(skia_src_path)/gpu/GrFlushToGpuDrawTarget.cpp', 95 '<(skia_src_path)/gpu/GrFlushToGpuDrawTarget.cpp',
100 '<(skia_src_path)/gpu/GrFlushToGpuDrawTarget.h', 96 '<(skia_src_path)/gpu/GrFlushToGpuDrawTarget.h',
101 '<(skia_src_path)/gpu/GrFontAtlasSizes.h', 97 '<(skia_src_path)/gpu/GrFontAtlasSizes.h',
102 '<(skia_src_path)/gpu/GrFontScaler.cpp', 98 '<(skia_src_path)/gpu/GrFontScaler.cpp',
103 '<(skia_src_path)/gpu/GrFontScaler.h', 99 '<(skia_src_path)/gpu/GrFontScaler.h',
104 '<(skia_src_path)/gpu/GrGeometryBuffer.h', 100 '<(skia_src_path)/gpu/GrGeometryBuffer.h',
105 '<(skia_src_path)/gpu/GrGeometryProcessor.h', 101 '<(skia_src_path)/gpu/GrGeometryProcessor.h',
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 '<(skia_src_path)/gpu/GrSWMaskHelper.h', 187 '<(skia_src_path)/gpu/GrSWMaskHelper.h',
192 '<(skia_src_path)/gpu/GrSoftwarePathRenderer.cpp', 188 '<(skia_src_path)/gpu/GrSoftwarePathRenderer.cpp',
193 '<(skia_src_path)/gpu/GrSoftwarePathRenderer.h', 189 '<(skia_src_path)/gpu/GrSoftwarePathRenderer.h',
194 '<(skia_src_path)/gpu/GrSurfacePriv.h', 190 '<(skia_src_path)/gpu/GrSurfacePriv.h',
195 '<(skia_src_path)/gpu/GrSurface.cpp', 191 '<(skia_src_path)/gpu/GrSurface.cpp',
196 '<(skia_src_path)/gpu/GrTemplates.h', 192 '<(skia_src_path)/gpu/GrTemplates.h',
197 '<(skia_src_path)/gpu/GrTextBlobCache.cpp', 193 '<(skia_src_path)/gpu/GrTextBlobCache.cpp',
198 '<(skia_src_path)/gpu/GrTextBlobCache.h', 194 '<(skia_src_path)/gpu/GrTextBlobCache.h',
199 '<(skia_src_path)/gpu/GrTextContext.cpp', 195 '<(skia_src_path)/gpu/GrTextContext.cpp',
200 '<(skia_src_path)/gpu/GrTextContext.h', 196 '<(skia_src_path)/gpu/GrTextContext.h',
201 '<(skia_src_path)/gpu/GrFontCache.cpp',
202 '<(skia_src_path)/gpu/GrFontCache.h',
203 '<(skia_src_path)/gpu/GrTexture.cpp', 197 '<(skia_src_path)/gpu/GrTexture.cpp',
204 '<(skia_src_path)/gpu/GrTexturePriv.h', 198 '<(skia_src_path)/gpu/GrTexturePriv.h',
205 '<(skia_src_path)/gpu/GrTextureAccess.cpp', 199 '<(skia_src_path)/gpu/GrTextureAccess.cpp',
206 '<(skia_src_path)/gpu/GrTRecorder.h', 200 '<(skia_src_path)/gpu/GrTRecorder.h',
207 '<(skia_src_path)/gpu/GrVertexBuffer.h', 201 '<(skia_src_path)/gpu/GrVertexBuffer.h',
208 '<(skia_src_path)/gpu/GrXferProcessor.cpp', 202 '<(skia_src_path)/gpu/GrXferProcessor.cpp',
209 203
210 '<(skia_src_path)/gpu/effects/Gr1DKernelEffect.h', 204 '<(skia_src_path)/gpu/effects/Gr1DKernelEffect.h',
211 '<(skia_src_path)/gpu/effects/GrConfigConversionEffect.cpp', 205 '<(skia_src_path)/gpu/effects/GrConfigConversionEffect.cpp',
212 '<(skia_src_path)/gpu/effects/GrConfigConversionEffect.h', 206 '<(skia_src_path)/gpu/effects/GrConfigConversionEffect.h',
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
403 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp', 397 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp',
404 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h', 398 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h',
405 ], 399 ],
406 'skgpu_null_gl_sources': [ 400 'skgpu_null_gl_sources': [
407 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', 401 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp',
408 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', 402 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp',
409 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', 403 '<(skia_include_path)/gpu/gl/SkNullGLContext.h',
410 ], 404 ],
411 }, 405 },
412 } 406 }
OLDNEW
« no previous file with comments | « no previous file | include/gpu/GrContext.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698