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

Side by Side Diff: gyp/gpu.gypi

Issue 22558003: Add blend optimization helpers and use to convert rect draws to clears. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: suppress warning Created 7 years, 4 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/core/SkMatrix.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': [
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 '<(skia_src_path)/gpu/GrAAConvexPathRenderer.cpp', 48 '<(skia_src_path)/gpu/GrAAConvexPathRenderer.cpp',
49 '<(skia_src_path)/gpu/GrAAConvexPathRenderer.h', 49 '<(skia_src_path)/gpu/GrAAConvexPathRenderer.h',
50 '<(skia_src_path)/gpu/GrAARectRenderer.cpp', 50 '<(skia_src_path)/gpu/GrAARectRenderer.cpp',
51 '<(skia_src_path)/gpu/GrAddPathRenderers_default.cpp', 51 '<(skia_src_path)/gpu/GrAddPathRenderers_default.cpp',
52 '<(skia_src_path)/gpu/GrAllocator.h', 52 '<(skia_src_path)/gpu/GrAllocator.h',
53 '<(skia_src_path)/gpu/GrAllocPool.h', 53 '<(skia_src_path)/gpu/GrAllocPool.h',
54 '<(skia_src_path)/gpu/GrAllocPool.cpp', 54 '<(skia_src_path)/gpu/GrAllocPool.cpp',
55 '<(skia_src_path)/gpu/GrAtlas.cpp', 55 '<(skia_src_path)/gpu/GrAtlas.cpp',
56 '<(skia_src_path)/gpu/GrAtlas.h', 56 '<(skia_src_path)/gpu/GrAtlas.h',
57 '<(skia_src_path)/gpu/GrBinHashKey.h', 57 '<(skia_src_path)/gpu/GrBinHashKey.h',
58 '<(skia_src_path)/gpu/GrBlend.cpp',
59 '<(skia_src_path)/gpu/GrBlend.h',
58 '<(skia_src_path)/gpu/GrBufferAllocPool.cpp', 60 '<(skia_src_path)/gpu/GrBufferAllocPool.cpp',
59 '<(skia_src_path)/gpu/GrBufferAllocPool.h', 61 '<(skia_src_path)/gpu/GrBufferAllocPool.h',
60 '<(skia_src_path)/gpu/GrCacheID.cpp', 62 '<(skia_src_path)/gpu/GrCacheID.cpp',
61 '<(skia_src_path)/gpu/GrClipData.cpp', 63 '<(skia_src_path)/gpu/GrClipData.cpp',
62 '<(skia_src_path)/gpu/GrContext.cpp', 64 '<(skia_src_path)/gpu/GrContext.cpp',
63 '<(skia_src_path)/gpu/GrDefaultPathRenderer.cpp', 65 '<(skia_src_path)/gpu/GrDefaultPathRenderer.cpp',
64 '<(skia_src_path)/gpu/GrDefaultPathRenderer.h', 66 '<(skia_src_path)/gpu/GrDefaultPathRenderer.h',
65 '<(skia_src_path)/gpu/GrDrawState.cpp', 67 '<(skia_src_path)/gpu/GrDrawState.cpp',
66 '<(skia_src_path)/gpu/GrDrawState.h', 68 '<(skia_src_path)/gpu/GrDrawState.h',
67 '<(skia_src_path)/gpu/GrDrawTarget.cpp', 69 '<(skia_src_path)/gpu/GrDrawTarget.cpp',
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
273 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', 275 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp',
274 ], 276 ],
275 }, 277 },
276 } 278 }
277 279
278 # Local Variables: 280 # Local Variables:
279 # tab-width:2 281 # tab-width:2
280 # indent-tabs-mode:nil 282 # indent-tabs-mode:nil
281 # End: 283 # End:
282 # vim: set expandtab tabstop=2 shiftwidth=2: 284 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | include/core/SkMatrix.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698