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

Side by Side Diff: gyp/gpu.gypi

Issue 23513016: Move oval and rect renderer includes to private interface (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | include/gpu/GrAARectRenderer.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/GrAARectRenderer.h',
12 '<(skia_include_path)/gpu/GrBackendEffectFactory.h', 11 '<(skia_include_path)/gpu/GrBackendEffectFactory.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/GrEffect.h', 17 '<(skia_include_path)/gpu/GrEffect.h',
19 '<(skia_include_path)/gpu/GrEffectStage.h', 18 '<(skia_include_path)/gpu/GrEffectStage.h',
20 '<(skia_include_path)/gpu/GrEffectUnitTest.h', 19 '<(skia_include_path)/gpu/GrEffectUnitTest.h',
21 '<(skia_include_path)/gpu/GrFontScaler.h', 20 '<(skia_include_path)/gpu/GrFontScaler.h',
22 '<(skia_include_path)/gpu/GrGlyph.h', 21 '<(skia_include_path)/gpu/GrGlyph.h',
23 '<(skia_include_path)/gpu/GrKey.h', 22 '<(skia_include_path)/gpu/GrKey.h',
24 '<(skia_include_path)/gpu/GrNoncopyable.h', 23 '<(skia_include_path)/gpu/GrNoncopyable.h',
25 '<(skia_include_path)/gpu/GrOvalRenderer.h',
26 '<(skia_include_path)/gpu/GrPaint.h', 24 '<(skia_include_path)/gpu/GrPaint.h',
27 '<(skia_include_path)/gpu/GrPathRendererChain.h', 25 '<(skia_include_path)/gpu/GrPathRendererChain.h',
28 '<(skia_include_path)/gpu/GrPoint.h', 26 '<(skia_include_path)/gpu/GrPoint.h',
29 '<(skia_include_path)/gpu/GrRect.h', 27 '<(skia_include_path)/gpu/GrRect.h',
30 '<(skia_include_path)/gpu/GrRefCnt.h', 28 '<(skia_include_path)/gpu/GrRefCnt.h',
31 '<(skia_include_path)/gpu/GrRenderTarget.h', 29 '<(skia_include_path)/gpu/GrRenderTarget.h',
32 '<(skia_include_path)/gpu/GrResource.h', 30 '<(skia_include_path)/gpu/GrResource.h',
33 '<(skia_include_path)/gpu/GrSurface.h', 31 '<(skia_include_path)/gpu/GrSurface.h',
34 '<(skia_include_path)/gpu/GrTBackendEffectFactory.h', 32 '<(skia_include_path)/gpu/GrTBackendEffectFactory.h',
35 '<(skia_include_path)/gpu/GrTextContext.h', 33 '<(skia_include_path)/gpu/GrTextContext.h',
36 '<(skia_include_path)/gpu/GrTexture.h', 34 '<(skia_include_path)/gpu/GrTexture.h',
37 '<(skia_include_path)/gpu/GrTextureAccess.h', 35 '<(skia_include_path)/gpu/GrTextureAccess.h',
38 '<(skia_include_path)/gpu/GrTypes.h', 36 '<(skia_include_path)/gpu/GrTypes.h',
39 '<(skia_include_path)/gpu/GrUserConfig.h', 37 '<(skia_include_path)/gpu/GrUserConfig.h',
40 38
41 '<(skia_include_path)/gpu/gl/GrGLConfig.h', 39 '<(skia_include_path)/gpu/gl/GrGLConfig.h',
42 '<(skia_include_path)/gpu/gl/GrGLExtensions.h', 40 '<(skia_include_path)/gpu/gl/GrGLExtensions.h',
43 '<(skia_include_path)/gpu/gl/GrGLFunctions.h', 41 '<(skia_include_path)/gpu/gl/GrGLFunctions.h',
44 '<(skia_include_path)/gpu/gl/GrGLInterface.h', 42 '<(skia_include_path)/gpu/gl/GrGLInterface.h',
45 43
46 '<(skia_src_path)/gpu/GrAAHairLinePathRenderer.cpp', 44 '<(skia_src_path)/gpu/GrAAHairLinePathRenderer.cpp',
47 '<(skia_src_path)/gpu/GrAAHairLinePathRenderer.h', 45 '<(skia_src_path)/gpu/GrAAHairLinePathRenderer.h',
48 '<(skia_src_path)/gpu/GrAAConvexPathRenderer.cpp', 46 '<(skia_src_path)/gpu/GrAAConvexPathRenderer.cpp',
49 '<(skia_src_path)/gpu/GrAAConvexPathRenderer.h', 47 '<(skia_src_path)/gpu/GrAAConvexPathRenderer.h',
50 '<(skia_src_path)/gpu/GrAARectRenderer.cpp', 48 '<(skia_src_path)/gpu/GrAARectRenderer.cpp',
49 '<(skia_src_path)/gpu/GrAARectRenderer.h',
51 '<(skia_src_path)/gpu/GrAddPathRenderers_default.cpp', 50 '<(skia_src_path)/gpu/GrAddPathRenderers_default.cpp',
52 '<(skia_src_path)/gpu/GrAllocator.h', 51 '<(skia_src_path)/gpu/GrAllocator.h',
53 '<(skia_src_path)/gpu/GrAllocPool.h', 52 '<(skia_src_path)/gpu/GrAllocPool.h',
54 '<(skia_src_path)/gpu/GrAllocPool.cpp', 53 '<(skia_src_path)/gpu/GrAllocPool.cpp',
55 '<(skia_src_path)/gpu/GrAtlas.cpp', 54 '<(skia_src_path)/gpu/GrAtlas.cpp',
56 '<(skia_src_path)/gpu/GrAtlas.h', 55 '<(skia_src_path)/gpu/GrAtlas.h',
57 '<(skia_src_path)/gpu/GrBinHashKey.h', 56 '<(skia_src_path)/gpu/GrBinHashKey.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',
(...skipping 18 matching lines...) Expand all
79 '<(skia_src_path)/gpu/GrGpu.cpp', 78 '<(skia_src_path)/gpu/GrGpu.cpp',
80 '<(skia_src_path)/gpu/GrGpu.h', 79 '<(skia_src_path)/gpu/GrGpu.h',
81 '<(skia_src_path)/gpu/GrGpuFactory.cpp', 80 '<(skia_src_path)/gpu/GrGpuFactory.cpp',
82 '<(skia_src_path)/gpu/GrIndexBuffer.h', 81 '<(skia_src_path)/gpu/GrIndexBuffer.h',
83 '<(skia_src_path)/gpu/GrInOrderDrawBuffer.cpp', 82 '<(skia_src_path)/gpu/GrInOrderDrawBuffer.cpp',
84 '<(skia_src_path)/gpu/GrInOrderDrawBuffer.h', 83 '<(skia_src_path)/gpu/GrInOrderDrawBuffer.h',
85 '<(skia_src_path)/gpu/GrMemory.cpp', 84 '<(skia_src_path)/gpu/GrMemory.cpp',
86 '<(skia_src_path)/gpu/GrMemoryPool.cpp', 85 '<(skia_src_path)/gpu/GrMemoryPool.cpp',
87 '<(skia_src_path)/gpu/GrMemoryPool.h', 86 '<(skia_src_path)/gpu/GrMemoryPool.h',
88 '<(skia_src_path)/gpu/GrOvalRenderer.cpp', 87 '<(skia_src_path)/gpu/GrOvalRenderer.cpp',
88 '<(skia_src_path)/gpu/GrOvalRenderer.h',
89 '<(skia_src_path)/gpu/GrPaint.cpp', 89 '<(skia_src_path)/gpu/GrPaint.cpp',
90 '<(skia_src_path)/gpu/GrPath.cpp', 90 '<(skia_src_path)/gpu/GrPath.cpp',
91 '<(skia_src_path)/gpu/GrPath.h', 91 '<(skia_src_path)/gpu/GrPath.h',
92 '<(skia_src_path)/gpu/GrPathRendererChain.cpp', 92 '<(skia_src_path)/gpu/GrPathRendererChain.cpp',
93 '<(skia_src_path)/gpu/GrPathRenderer.cpp', 93 '<(skia_src_path)/gpu/GrPathRenderer.cpp',
94 '<(skia_src_path)/gpu/GrPathRenderer.h', 94 '<(skia_src_path)/gpu/GrPathRenderer.h',
95 '<(skia_src_path)/gpu/GrPathUtils.cpp', 95 '<(skia_src_path)/gpu/GrPathUtils.cpp',
96 '<(skia_src_path)/gpu/GrPathUtils.h', 96 '<(skia_src_path)/gpu/GrPathUtils.h',
97 '<(skia_src_path)/gpu/GrPlotMgr.h', 97 '<(skia_src_path)/gpu/GrPlotMgr.h',
98 '<(skia_src_path)/gpu/GrRectanizer.cpp', 98 '<(skia_src_path)/gpu/GrRectanizer.cpp',
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
277 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', 277 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp',
278 ], 278 ],
279 }, 279 },
280 } 280 }
281 281
282 # Local Variables: 282 # Local Variables:
283 # tab-width:2 283 # tab-width:2
284 # indent-tabs-mode:nil 284 # indent-tabs-mode:nil
285 # End: 285 # End:
286 # vim: set expandtab tabstop=2 shiftwidth=2: 286 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | include/gpu/GrAARectRenderer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698