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

Side by Side Diff: gyp/gmslides.gypi

Issue 21404002: Remove SkBlendImageFilter, and all tests. Its functionality has been subsumed by SkXfermodeImageFil… (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: 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') | include/effects/SkBlendImageFilter.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/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',
11 '../gm/bigtext.cpp', 11 '../gm/bigtext.cpp',
12 '../gm/bitmapcopy.cpp', 12 '../gm/bitmapcopy.cpp',
13 '../gm/bitmapmatrix.cpp', 13 '../gm/bitmapmatrix.cpp',
14 '../gm/bitmapfilters.cpp', 14 '../gm/bitmapfilters.cpp',
15 '../gm/bitmaprect.cpp', 15 '../gm/bitmaprect.cpp',
16 '../gm/bitmaprecttest.cpp', 16 '../gm/bitmaprecttest.cpp',
17 '../gm/bitmapscroll.cpp', 17 '../gm/bitmapscroll.cpp',
18 '../gm/bleed.cpp', 18 '../gm/bleed.cpp',
19 '../gm/blend.cpp',
20 '../gm/blurs.cpp', 19 '../gm/blurs.cpp',
21 '../gm/blurquickreject.cpp', 20 '../gm/blurquickreject.cpp',
22 '../gm/blurrect.cpp', 21 '../gm/blurrect.cpp',
23 '../gm/circles.cpp', 22 '../gm/circles.cpp',
24 '../gm/colorfilterimagefilter.cpp', 23 '../gm/colorfilterimagefilter.cpp',
25 '../gm/colormatrix.cpp', 24 '../gm/colormatrix.cpp',
26 '../gm/colortype.cpp', 25 '../gm/colortype.cpp',
27 '../gm/complexclip.cpp', 26 '../gm/complexclip.cpp',
28 '../gm/complexclip2.cpp', 27 '../gm/complexclip2.cpp',
29 '../gm/composeshader.cpp', 28 '../gm/composeshader.cpp',
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 '../gm/xfermodes.cpp', 125 '../gm/xfermodes.cpp',
127 '../gm/xfermodes2.cpp', 126 '../gm/xfermodes2.cpp',
128 ], 127 ],
129 } 128 }
130 129
131 # Local Variables: 130 # Local Variables:
132 # tab-width:2 131 # tab-width:2
133 # indent-tabs-mode:nil 132 # indent-tabs-mode:nil
134 # End: 133 # End:
135 # vim: set expandtab tabstop=2 shiftwidth=2: 134 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « gyp/effects.gypi ('k') | include/effects/SkBlendImageFilter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698