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

Side by Side Diff: gyp/gmslides.gypi

Issue 26916002: Remove SkLumaXfermode. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: 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 | « gyp/effects.gypi ('k') | gyp/public_headers.gypi » ('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 the golden master slides. 1 # include this gypi to include all the golden master slides.
2 { 2 {
3 'sources': [ 3 'sources': [
4 '../gm/aaclip.cpp', 4 '../gm/aaclip.cpp',
5 '../gm/aarectmodes.cpp', 5 '../gm/aarectmodes.cpp',
6 '../gm/alphagradients.cpp', 6 '../gm/alphagradients.cpp',
7 '../gm/androidfallback.cpp', 7 '../gm/androidfallback.cpp',
8 '../gm/arcofzorro.cpp', 8 '../gm/arcofzorro.cpp',
9 '../gm/arithmode.cpp', 9 '../gm/arithmode.cpp',
10 '../gm/beziereffects.cpp', 10 '../gm/beziereffects.cpp',
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 '../gm/gradtext.cpp', 67 '../gm/gradtext.cpp',
68 '../gm/hairlines.cpp', 68 '../gm/hairlines.cpp',
69 '../gm/hairmodes.cpp', 69 '../gm/hairmodes.cpp',
70 '../gm/hittestpath.cpp', 70 '../gm/hittestpath.cpp',
71 '../gm/imageblur.cpp', 71 '../gm/imageblur.cpp',
72 '../gm/imagemagnifier.cpp', 72 '../gm/imagemagnifier.cpp',
73 '../gm/inversepaths.cpp', 73 '../gm/inversepaths.cpp',
74 '../gm/lerpmode.cpp', 74 '../gm/lerpmode.cpp',
75 '../gm/lighting.cpp', 75 '../gm/lighting.cpp',
76 '../gm/lumafilter.cpp', 76 '../gm/lumafilter.cpp',
77 '../gm/lumamode.cpp',
78 '../gm/image.cpp', 77 '../gm/image.cpp',
79 '../gm/imagefiltersbase.cpp', 78 '../gm/imagefiltersbase.cpp',
80 '../gm/imagefilterscropped.cpp', 79 '../gm/imagefilterscropped.cpp',
81 '../gm/imagefiltersgraph.cpp', 80 '../gm/imagefiltersgraph.cpp',
82 '../gm/internal_links.cpp', 81 '../gm/internal_links.cpp',
83 '../gm/lcdtext.cpp', 82 '../gm/lcdtext.cpp',
84 '../gm/linepaths.cpp', 83 '../gm/linepaths.cpp',
85 '../gm/matrixconvolution.cpp', 84 '../gm/matrixconvolution.cpp',
86 '../gm/megalooper.cpp', 85 '../gm/megalooper.cpp',
87 '../gm/mixedxfermodes.cpp', 86 '../gm/mixedxfermodes.cpp',
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 '../gm/xfermodes2.cpp', 142 '../gm/xfermodes2.cpp',
144 '../gm/xfermodes3.cpp', 143 '../gm/xfermodes3.cpp',
145 ], 144 ],
146 } 145 }
147 146
148 # Local Variables: 147 # Local Variables:
149 # tab-width:2 148 # tab-width:2
150 # indent-tabs-mode:nil 149 # indent-tabs-mode:nil
151 # End: 150 # End:
152 # vim: set expandtab tabstop=2 shiftwidth=2: 151 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « gyp/effects.gypi ('k') | gyp/public_headers.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698