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

Side by Side Diff: gyp/gpu.gypi

Issue 25584002: Add new skyline Rectanizer (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Remove tab Created 7 years, 2 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 | src/gpu/GrAtlas.cpp » ('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': [
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 '<(skia_src_path)/gpu/GrPath.cpp', 88 '<(skia_src_path)/gpu/GrPath.cpp',
89 '<(skia_src_path)/gpu/GrPath.h', 89 '<(skia_src_path)/gpu/GrPath.h',
90 '<(skia_src_path)/gpu/GrPathRendererChain.cpp', 90 '<(skia_src_path)/gpu/GrPathRendererChain.cpp',
91 '<(skia_src_path)/gpu/GrPathRenderer.cpp', 91 '<(skia_src_path)/gpu/GrPathRenderer.cpp',
92 '<(skia_src_path)/gpu/GrPathRenderer.h', 92 '<(skia_src_path)/gpu/GrPathRenderer.h',
93 '<(skia_src_path)/gpu/GrPathUtils.cpp', 93 '<(skia_src_path)/gpu/GrPathUtils.cpp',
94 '<(skia_src_path)/gpu/GrPathUtils.h', 94 '<(skia_src_path)/gpu/GrPathUtils.h',
95 '<(skia_src_path)/gpu/GrPlotMgr.h', 95 '<(skia_src_path)/gpu/GrPlotMgr.h',
96 '<(skia_src_path)/gpu/GrRectanizer.cpp', 96 '<(skia_src_path)/gpu/GrRectanizer.cpp',
97 '<(skia_src_path)/gpu/GrRectanizer.h', 97 '<(skia_src_path)/gpu/GrRectanizer.h',
98 '<(skia_src_path)/gpu/GrRectanizer_skyline.cpp',
98 '<(skia_src_path)/gpu/GrRedBlackTree.h', 99 '<(skia_src_path)/gpu/GrRedBlackTree.h',
99 '<(skia_src_path)/gpu/GrRenderTarget.cpp', 100 '<(skia_src_path)/gpu/GrRenderTarget.cpp',
100 '<(skia_src_path)/gpu/GrReducedClip.cpp', 101 '<(skia_src_path)/gpu/GrReducedClip.cpp',
101 '<(skia_src_path)/gpu/GrReducedClip.h', 102 '<(skia_src_path)/gpu/GrReducedClip.h',
102 '<(skia_src_path)/gpu/GrResource.cpp', 103 '<(skia_src_path)/gpu/GrResource.cpp',
103 '<(skia_src_path)/gpu/GrResourceCache.cpp', 104 '<(skia_src_path)/gpu/GrResourceCache.cpp',
104 '<(skia_src_path)/gpu/GrResourceCache.h', 105 '<(skia_src_path)/gpu/GrResourceCache.h',
105 '<(skia_src_path)/gpu/GrStencil.cpp', 106 '<(skia_src_path)/gpu/GrStencil.cpp',
106 '<(skia_src_path)/gpu/GrStencil.h', 107 '<(skia_src_path)/gpu/GrStencil.h',
107 '<(skia_src_path)/gpu/GrStencilAndCoverPathRenderer.cpp', 108 '<(skia_src_path)/gpu/GrStencilAndCoverPathRenderer.cpp',
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
279 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', 280 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp',
280 ], 281 ],
281 }, 282 },
282 } 283 }
283 284
284 # Local Variables: 285 # Local Variables:
285 # tab-width:2 286 # tab-width:2
286 # indent-tabs-mode:nil 287 # indent-tabs-mode:nil
287 # End: 288 # End:
288 # vim: set expandtab tabstop=2 shiftwidth=2: 289 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | src/gpu/GrAtlas.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698