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

Side by Side Diff: gyp/gmslides.gypi

Issue 22918012: Add luminance mask transfer modes. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Dropped background texture handling, updated docs. 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 | « 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/arcofzorro.cpp', 7 '../gm/arcofzorro.cpp',
8 '../gm/arithmode.cpp', 8 '../gm/arithmode.cpp',
9 '../gm/bicubicfilter.cpp', 9 '../gm/bicubicfilter.cpp',
10 '../gm/bigmatrix.cpp', 10 '../gm/bigmatrix.cpp',
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 '../gm/gradient_matrix.cpp', 59 '../gm/gradient_matrix.cpp',
60 '../gm/gradtext.cpp', 60 '../gm/gradtext.cpp',
61 '../gm/hairlines.cpp', 61 '../gm/hairlines.cpp',
62 '../gm/hairmodes.cpp', 62 '../gm/hairmodes.cpp',
63 '../gm/hittestpath.cpp', 63 '../gm/hittestpath.cpp',
64 '../gm/imageblur.cpp', 64 '../gm/imageblur.cpp',
65 '../gm/imagemagnifier.cpp', 65 '../gm/imagemagnifier.cpp',
66 '../gm/inversepaths.cpp', 66 '../gm/inversepaths.cpp',
67 '../gm/lerpmode.cpp', 67 '../gm/lerpmode.cpp',
68 '../gm/lighting.cpp', 68 '../gm/lighting.cpp',
69 '../gm/lumamode.cpp',
69 '../gm/image.cpp', 70 '../gm/image.cpp',
70 '../gm/imagefiltersbase.cpp', 71 '../gm/imagefiltersbase.cpp',
71 '../gm/imagefilterscropped.cpp', 72 '../gm/imagefilterscropped.cpp',
72 '../gm/imagefiltersgraph.cpp', 73 '../gm/imagefiltersgraph.cpp',
73 '../gm/internal_links.cpp', 74 '../gm/internal_links.cpp',
74 '../gm/lcdtext.cpp', 75 '../gm/lcdtext.cpp',
75 '../gm/linepaths.cpp', 76 '../gm/linepaths.cpp',
76 '../gm/matrixconvolution.cpp', 77 '../gm/matrixconvolution.cpp',
77 '../gm/megalooper.cpp', 78 '../gm/megalooper.cpp',
78 '../gm/mixedxfermodes.cpp', 79 '../gm/mixedxfermodes.cpp',
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 '../gm/xfermodes2.cpp', 131 '../gm/xfermodes2.cpp',
131 '../gm/xfermodes3.cpp', 132 '../gm/xfermodes3.cpp',
132 ], 133 ],
133 } 134 }
134 135
135 # Local Variables: 136 # Local Variables:
136 # tab-width:2 137 # tab-width:2
137 # indent-tabs-mode:nil 138 # indent-tabs-mode:nil
138 # End: 139 # End:
139 # vim: set expandtab tabstop=2 shiftwidth=2: 140 # 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