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

Side by Side Diff: gyp/gmslides.gypi

Issue 16125008: Implement SkXfermode image filter (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Add new case to xfermodeimagefilter GM; revert changes to arithmode GM Created 7 years, 6 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') | include/core/SkXfermode.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 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/arithmode.cpp', 7 '../gm/arithmode.cpp',
8 '../gm/bicubicfilter.cpp', 8 '../gm/bicubicfilter.cpp',
9 '../gm/bigmatrix.cpp', 9 '../gm/bigmatrix.cpp',
10 '../gm/bitmapcopy.cpp', 10 '../gm/bitmapcopy.cpp',
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 '../gm/testimagefilters.cpp', 103 '../gm/testimagefilters.cpp',
104 '../gm/texdata.cpp', 104 '../gm/texdata.cpp',
105 '../gm/thinrects.cpp', 105 '../gm/thinrects.cpp',
106 '../gm/tilemodes.cpp', 106 '../gm/tilemodes.cpp',
107 '../gm/tinybitmap.cpp', 107 '../gm/tinybitmap.cpp',
108 '../gm/twopointradial.cpp', 108 '../gm/twopointradial.cpp',
109 '../gm/typeface.cpp', 109 '../gm/typeface.cpp',
110 '../gm/verttext.cpp', 110 '../gm/verttext.cpp',
111 '../gm/verttext2.cpp', 111 '../gm/verttext2.cpp',
112 '../gm/verylargebitmap.cpp', 112 '../gm/verylargebitmap.cpp',
113 '../gm/xfermodeimagefilter.cpp',
113 '../gm/xfermodes.cpp', 114 '../gm/xfermodes.cpp',
114 '../gm/xfermodes2.cpp', 115 '../gm/xfermodes2.cpp',
115 ], 116 ],
116 } 117 }
117 118
118 # Local Variables: 119 # Local Variables:
119 # tab-width:2 120 # tab-width:2
120 # indent-tabs-mode:nil 121 # indent-tabs-mode:nil
121 # End: 122 # End:
122 # vim: set expandtab tabstop=2 shiftwidth=2: 123 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « gyp/effects.gypi ('k') | include/core/SkXfermode.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698