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

Side by Side Diff: gyp/gpu.gypi

Issue 145073005: Move GrTextContext to private interface (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Remove use of GrTextContext.h from GrSkGpuDevice.h Created 6 years, 10 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 | « gyp/gpu.gyp ('k') | include/gpu/GrBitmapTextContext.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 # Include this gypi to include all 'gpu' files 1 # Include this gypi to include all 'gpu' files
2 # The parent gyp/gypi file must define 2 # The parent gyp/gypi file must define
3 # 'skia_src_path' e.g. skia/trunk/src 3 # 'skia_src_path' e.g. skia/trunk/src
4 # 'skia_include_path' e.g. skia/trunk/include 4 # 'skia_include_path' e.g. skia/trunk/include
5 # 5 #
6 # The skia build defines these in common_variables.gypi 6 # The skia build defines these in common_variables.gypi
7 # 7 #
8 { 8 {
9 'variables': { 9 'variables': {
10 'skgpu_sources': [ 10 'skgpu_sources': [
11 '<(skia_include_path)/gpu/GrBackendEffectFactory.h', 11 '<(skia_include_path)/gpu/GrBackendEffectFactory.h',
12 '<(skia_include_path)/gpu/GrBitmapTextContext.h',
13 '<(skia_include_path)/gpu/GrClipData.h', 12 '<(skia_include_path)/gpu/GrClipData.h',
14 '<(skia_include_path)/gpu/GrColor.h', 13 '<(skia_include_path)/gpu/GrColor.h',
15 '<(skia_include_path)/gpu/GrConfig.h', 14 '<(skia_include_path)/gpu/GrConfig.h',
16 '<(skia_include_path)/gpu/GrContext.h', 15 '<(skia_include_path)/gpu/GrContext.h',
17 '<(skia_include_path)/gpu/GrContextFactory.h', 16 '<(skia_include_path)/gpu/GrContextFactory.h',
18 '<(skia_include_path)/gpu/GrCoordTransform.h', 17 '<(skia_include_path)/gpu/GrCoordTransform.h',
19 '<(skia_include_path)/gpu/GrEffect.h', 18 '<(skia_include_path)/gpu/GrEffect.h',
20 '<(skia_include_path)/gpu/GrEffectStage.h', 19 '<(skia_include_path)/gpu/GrEffectStage.h',
21 '<(skia_include_path)/gpu/GrEffectUnitTest.h', 20 '<(skia_include_path)/gpu/GrEffectUnitTest.h',
22 '<(skia_include_path)/gpu/GrFontScaler.h', 21 '<(skia_include_path)/gpu/GrFontScaler.h',
23 '<(skia_include_path)/gpu/GrGlyph.h', 22 '<(skia_include_path)/gpu/GrGlyph.h',
24 '<(skia_include_path)/gpu/GrKey.h', 23 '<(skia_include_path)/gpu/GrKey.h',
25 '<(skia_include_path)/gpu/GrPaint.h', 24 '<(skia_include_path)/gpu/GrPaint.h',
26 '<(skia_include_path)/gpu/GrPathRendererChain.h', 25 '<(skia_include_path)/gpu/GrPathRendererChain.h',
27 '<(skia_include_path)/gpu/GrPoint.h', 26 '<(skia_include_path)/gpu/GrPoint.h',
28 '<(skia_include_path)/gpu/GrRect.h', 27 '<(skia_include_path)/gpu/GrRect.h',
29 '<(skia_include_path)/gpu/GrRenderTarget.h', 28 '<(skia_include_path)/gpu/GrRenderTarget.h',
30 '<(skia_include_path)/gpu/GrResource.h', 29 '<(skia_include_path)/gpu/GrResource.h',
31 '<(skia_include_path)/gpu/GrSurface.h', 30 '<(skia_include_path)/gpu/GrSurface.h',
32 '<(skia_include_path)/gpu/GrTBackendEffectFactory.h', 31 '<(skia_include_path)/gpu/GrTBackendEffectFactory.h',
33 '<(skia_include_path)/gpu/GrTextContext.h',
34 '<(skia_include_path)/gpu/GrTexture.h', 32 '<(skia_include_path)/gpu/GrTexture.h',
35 '<(skia_include_path)/gpu/GrTextureAccess.h', 33 '<(skia_include_path)/gpu/GrTextureAccess.h',
36 '<(skia_include_path)/gpu/GrTypes.h', 34 '<(skia_include_path)/gpu/GrTypes.h',
37 '<(skia_include_path)/gpu/GrUserConfig.h', 35 '<(skia_include_path)/gpu/GrUserConfig.h',
38 36
39 '<(skia_include_path)/gpu/gl/GrGLConfig.h', 37 '<(skia_include_path)/gpu/gl/GrGLConfig.h',
40 '<(skia_include_path)/gpu/gl/GrGLExtensions.h', 38 '<(skia_include_path)/gpu/gl/GrGLExtensions.h',
41 '<(skia_include_path)/gpu/gl/GrGLFunctions.h', 39 '<(skia_include_path)/gpu/gl/GrGLFunctions.h',
42 '<(skia_include_path)/gpu/gl/GrGLInterface.h', 40 '<(skia_include_path)/gpu/gl/GrGLInterface.h',
43 41
44 '<(skia_src_path)/gpu/GrAAHairLinePathRenderer.cpp', 42 '<(skia_src_path)/gpu/GrAAHairLinePathRenderer.cpp',
45 '<(skia_src_path)/gpu/GrAAHairLinePathRenderer.h', 43 '<(skia_src_path)/gpu/GrAAHairLinePathRenderer.h',
46 '<(skia_src_path)/gpu/GrAAConvexPathRenderer.cpp', 44 '<(skia_src_path)/gpu/GrAAConvexPathRenderer.cpp',
47 '<(skia_src_path)/gpu/GrAAConvexPathRenderer.h', 45 '<(skia_src_path)/gpu/GrAAConvexPathRenderer.h',
48 '<(skia_src_path)/gpu/GrAARectRenderer.cpp', 46 '<(skia_src_path)/gpu/GrAARectRenderer.cpp',
49 '<(skia_src_path)/gpu/GrAARectRenderer.h', 47 '<(skia_src_path)/gpu/GrAARectRenderer.h',
50 '<(skia_src_path)/gpu/GrAddPathRenderers_default.cpp', 48 '<(skia_src_path)/gpu/GrAddPathRenderers_default.cpp',
51 '<(skia_src_path)/gpu/GrAllocator.h', 49 '<(skia_src_path)/gpu/GrAllocator.h',
52 '<(skia_src_path)/gpu/GrAllocPool.h', 50 '<(skia_src_path)/gpu/GrAllocPool.h',
53 '<(skia_src_path)/gpu/GrAllocPool.cpp', 51 '<(skia_src_path)/gpu/GrAllocPool.cpp',
54 '<(skia_src_path)/gpu/GrAtlas.cpp', 52 '<(skia_src_path)/gpu/GrAtlas.cpp',
55 '<(skia_src_path)/gpu/GrAtlas.h', 53 '<(skia_src_path)/gpu/GrAtlas.h',
56 '<(skia_src_path)/gpu/GrBinHashKey.h', 54 '<(skia_src_path)/gpu/GrBinHashKey.h',
57 '<(skia_src_path)/gpu/GrBitmapTextContext.cpp', 55 '<(skia_src_path)/gpu/GrBitmapTextContext.cpp',
56 '<(skia_src_path)/gpu/GrBitmapTextContext.h',
58 '<(skia_src_path)/gpu/GrBlend.cpp', 57 '<(skia_src_path)/gpu/GrBlend.cpp',
59 '<(skia_src_path)/gpu/GrBlend.h', 58 '<(skia_src_path)/gpu/GrBlend.h',
60 '<(skia_src_path)/gpu/GrBufferAllocPool.cpp', 59 '<(skia_src_path)/gpu/GrBufferAllocPool.cpp',
61 '<(skia_src_path)/gpu/GrBufferAllocPool.h', 60 '<(skia_src_path)/gpu/GrBufferAllocPool.h',
62 '<(skia_src_path)/gpu/GrCacheID.cpp', 61 '<(skia_src_path)/gpu/GrCacheID.cpp',
63 '<(skia_src_path)/gpu/GrClipData.cpp', 62 '<(skia_src_path)/gpu/GrClipData.cpp',
64 '<(skia_src_path)/gpu/GrContext.cpp', 63 '<(skia_src_path)/gpu/GrContext.cpp',
65 '<(skia_src_path)/gpu/GrDefaultPathRenderer.cpp', 64 '<(skia_src_path)/gpu/GrDefaultPathRenderer.cpp',
66 '<(skia_src_path)/gpu/GrDefaultPathRenderer.h', 65 '<(skia_src_path)/gpu/GrDefaultPathRenderer.h',
67 '<(skia_src_path)/gpu/GrDrawState.cpp', 66 '<(skia_src_path)/gpu/GrDrawState.cpp',
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 '<(skia_src_path)/gpu/GrStencilBuffer.cpp', 110 '<(skia_src_path)/gpu/GrStencilBuffer.cpp',
112 '<(skia_src_path)/gpu/GrStencilBuffer.h', 111 '<(skia_src_path)/gpu/GrStencilBuffer.h',
113 '<(skia_src_path)/gpu/GrTBSearch.h', 112 '<(skia_src_path)/gpu/GrTBSearch.h',
114 '<(skia_src_path)/gpu/GrSWMaskHelper.cpp', 113 '<(skia_src_path)/gpu/GrSWMaskHelper.cpp',
115 '<(skia_src_path)/gpu/GrSWMaskHelper.h', 114 '<(skia_src_path)/gpu/GrSWMaskHelper.h',
116 '<(skia_src_path)/gpu/GrSoftwarePathRenderer.cpp', 115 '<(skia_src_path)/gpu/GrSoftwarePathRenderer.cpp',
117 '<(skia_src_path)/gpu/GrSoftwarePathRenderer.h', 116 '<(skia_src_path)/gpu/GrSoftwarePathRenderer.h',
118 '<(skia_src_path)/gpu/GrSurface.cpp', 117 '<(skia_src_path)/gpu/GrSurface.cpp',
119 '<(skia_src_path)/gpu/GrTemplates.h', 118 '<(skia_src_path)/gpu/GrTemplates.h',
120 '<(skia_src_path)/gpu/GrTextContext.cpp', 119 '<(skia_src_path)/gpu/GrTextContext.cpp',
120 '<(skia_src_path)/gpu/GrTextContext.h',
121 '<(skia_src_path)/gpu/GrTextStrike.cpp', 121 '<(skia_src_path)/gpu/GrTextStrike.cpp',
122 '<(skia_src_path)/gpu/GrTextStrike.h', 122 '<(skia_src_path)/gpu/GrTextStrike.h',
123 '<(skia_src_path)/gpu/GrTextStrike_impl.h', 123 '<(skia_src_path)/gpu/GrTextStrike_impl.h',
124 '<(skia_src_path)/gpu/GrTexture.cpp', 124 '<(skia_src_path)/gpu/GrTexture.cpp',
125 '<(skia_src_path)/gpu/GrTextureAccess.cpp', 125 '<(skia_src_path)/gpu/GrTextureAccess.cpp',
126 '<(skia_src_path)/gpu/GrTHashTable.h', 126 '<(skia_src_path)/gpu/GrTHashTable.h',
127 '<(skia_src_path)/gpu/GrVertexBuffer.h', 127 '<(skia_src_path)/gpu/GrVertexBuffer.h',
128 128
129 '<(skia_src_path)/gpu/effects/Gr1DKernelEffect.h', 129 '<(skia_src_path)/gpu/effects/Gr1DKernelEffect.h',
130 '<(skia_src_path)/gpu/effects/GrConfigConversionEffect.cpp', 130 '<(skia_src_path)/gpu/effects/GrConfigConversionEffect.cpp',
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
274 ], 274 ],
275 'skgpu_null_gl_sources': [ 275 'skgpu_null_gl_sources': [
276 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', 276 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp',
277 277
278 # Sk files 278 # Sk files
279 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', 279 '<(skia_include_path)/gpu/gl/SkNullGLContext.h',
280 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', 280 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp',
281 ], 281 ],
282 }, 282 },
283 } 283 }
OLDNEW
« no previous file with comments | « gyp/gpu.gyp ('k') | include/gpu/GrBitmapTextContext.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698