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

Side by Side Diff: gyp/gpu.gypi

Issue 12657003: Move oval rendering code to GrOvalRenderer (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Remove spurious comments Created 7 years, 9 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/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 # Include this gypi to include all 'gr' and 'skgr' files 1 # Include this gypi to include all 'gr' and 'skgr' 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 'gr_sources': [ 10 'gr_sources': [
11 '<(skia_include_path)/gpu/GrAARectRenderer.h', 11 '<(skia_include_path)/gpu/GrAARectRenderer.h',
12 '<(skia_include_path)/gpu/GrBackendEffectFactory.h', 12 '<(skia_include_path)/gpu/GrBackendEffectFactory.h',
13 '<(skia_include_path)/gpu/GrClipData.h', 13 '<(skia_include_path)/gpu/GrClipData.h',
14 '<(skia_include_path)/gpu/GrColor.h', 14 '<(skia_include_path)/gpu/GrColor.h',
15 '<(skia_include_path)/gpu/GrConfig.h', 15 '<(skia_include_path)/gpu/GrConfig.h',
16 '<(skia_include_path)/gpu/GrContext.h', 16 '<(skia_include_path)/gpu/GrContext.h',
17 '<(skia_include_path)/gpu/GrContextFactory.h', 17 '<(skia_include_path)/gpu/GrContextFactory.h',
18 '<(skia_include_path)/gpu/GrEffect.h', 18 '<(skia_include_path)/gpu/GrEffect.h',
19 '<(skia_include_path)/gpu/GrEffectStage.h', 19 '<(skia_include_path)/gpu/GrEffectStage.h',
20 '<(skia_include_path)/gpu/GrEffectUnitTest.h', 20 '<(skia_include_path)/gpu/GrEffectUnitTest.h',
21 '<(skia_include_path)/gpu/GrFontScaler.h', 21 '<(skia_include_path)/gpu/GrFontScaler.h',
22 '<(skia_include_path)/gpu/GrGlyph.h', 22 '<(skia_include_path)/gpu/GrGlyph.h',
23 '<(skia_include_path)/gpu/GrKey.h', 23 '<(skia_include_path)/gpu/GrKey.h',
24 '<(skia_include_path)/gpu/GrNoncopyable.h', 24 '<(skia_include_path)/gpu/GrNoncopyable.h',
25 '<(skia_include_path)/gpu/GrOvalRenderer.h',
25 '<(skia_include_path)/gpu/GrPaint.h', 26 '<(skia_include_path)/gpu/GrPaint.h',
26 '<(skia_include_path)/gpu/GrPathRendererChain.h', 27 '<(skia_include_path)/gpu/GrPathRendererChain.h',
27 '<(skia_include_path)/gpu/GrPoint.h', 28 '<(skia_include_path)/gpu/GrPoint.h',
28 '<(skia_include_path)/gpu/GrRect.h', 29 '<(skia_include_path)/gpu/GrRect.h',
29 '<(skia_include_path)/gpu/GrRefCnt.h', 30 '<(skia_include_path)/gpu/GrRefCnt.h',
30 '<(skia_include_path)/gpu/GrRenderTarget.h', 31 '<(skia_include_path)/gpu/GrRenderTarget.h',
31 '<(skia_include_path)/gpu/GrResource.h', 32 '<(skia_include_path)/gpu/GrResource.h',
32 '<(skia_include_path)/gpu/GrSurface.h', 33 '<(skia_include_path)/gpu/GrSurface.h',
33 '<(skia_include_path)/gpu/GrTBackendEffectFactory.h', 34 '<(skia_include_path)/gpu/GrTBackendEffectFactory.h',
34 '<(skia_include_path)/gpu/GrTextContext.h', 35 '<(skia_include_path)/gpu/GrTextContext.h',
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 '<(skia_src_path)/gpu/GrClipMaskManager.cpp', 75 '<(skia_src_path)/gpu/GrClipMaskManager.cpp',
75 '<(skia_src_path)/gpu/GrGpu.cpp', 76 '<(skia_src_path)/gpu/GrGpu.cpp',
76 '<(skia_src_path)/gpu/GrGpu.h', 77 '<(skia_src_path)/gpu/GrGpu.h',
77 '<(skia_src_path)/gpu/GrGpuFactory.cpp', 78 '<(skia_src_path)/gpu/GrGpuFactory.cpp',
78 '<(skia_src_path)/gpu/GrIndexBuffer.h', 79 '<(skia_src_path)/gpu/GrIndexBuffer.h',
79 '<(skia_src_path)/gpu/GrInOrderDrawBuffer.cpp', 80 '<(skia_src_path)/gpu/GrInOrderDrawBuffer.cpp',
80 '<(skia_src_path)/gpu/GrInOrderDrawBuffer.h', 81 '<(skia_src_path)/gpu/GrInOrderDrawBuffer.h',
81 '<(skia_src_path)/gpu/GrMemory.cpp', 82 '<(skia_src_path)/gpu/GrMemory.cpp',
82 '<(skia_src_path)/gpu/GrMemoryPool.cpp', 83 '<(skia_src_path)/gpu/GrMemoryPool.cpp',
83 '<(skia_src_path)/gpu/GrMemoryPool.h', 84 '<(skia_src_path)/gpu/GrMemoryPool.h',
85 '<(skia_src_path)/gpu/GrOvalRenderer.cpp',
84 '<(skia_src_path)/gpu/GrPath.cpp', 86 '<(skia_src_path)/gpu/GrPath.cpp',
85 '<(skia_src_path)/gpu/GrPath.h', 87 '<(skia_src_path)/gpu/GrPath.h',
86 '<(skia_src_path)/gpu/GrPathRendererChain.cpp', 88 '<(skia_src_path)/gpu/GrPathRendererChain.cpp',
87 '<(skia_src_path)/gpu/GrPathRenderer.cpp', 89 '<(skia_src_path)/gpu/GrPathRenderer.cpp',
88 '<(skia_src_path)/gpu/GrPathRenderer.h', 90 '<(skia_src_path)/gpu/GrPathRenderer.h',
89 '<(skia_src_path)/gpu/GrPathUtils.cpp', 91 '<(skia_src_path)/gpu/GrPathUtils.cpp',
90 '<(skia_src_path)/gpu/GrPathUtils.h', 92 '<(skia_src_path)/gpu/GrPathUtils.h',
91 '<(skia_src_path)/gpu/GrPlotMgr.h', 93 '<(skia_src_path)/gpu/GrPlotMgr.h',
92 '<(skia_src_path)/gpu/GrRectanizer.cpp', 94 '<(skia_src_path)/gpu/GrRectanizer.cpp',
93 '<(skia_src_path)/gpu/GrRectanizer.h', 95 '<(skia_src_path)/gpu/GrRectanizer.h',
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
271 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', 273 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp',
272 ], 274 ],
273 }, 275 },
274 } 276 }
275 277
276 # Local Variables: 278 # Local Variables:
277 # tab-width:2 279 # tab-width:2
278 # indent-tabs-mode:nil 280 # indent-tabs-mode:nil
279 # End: 281 # End:
280 # vim: set expandtab tabstop=2 shiftwidth=2: 282 # vim: set expandtab tabstop=2 shiftwidth=2:
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