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

Side by Side Diff: gyp/gmslides.gypi

Issue 88243004: Enhance SkDropShadowImageFilter to support separate X & Y sigmas, and crop rect. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 years 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
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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 '../gm/cmykjpeg.cpp', 43 '../gm/cmykjpeg.cpp',
44 '../gm/degeneratesegments.cpp', 44 '../gm/degeneratesegments.cpp',
45 '../gm/dashcubics.cpp', 45 '../gm/dashcubics.cpp',
46 '../gm/dashing.cpp', 46 '../gm/dashing.cpp',
47 '../gm/deviceproperties.cpp', 47 '../gm/deviceproperties.cpp',
48 '../gm/distantclip.cpp', 48 '../gm/distantclip.cpp',
49 '../gm/displacement.cpp', 49 '../gm/displacement.cpp',
50 '../gm/downsamplebitmap.cpp', 50 '../gm/downsamplebitmap.cpp',
51 '../gm/drawbitmaprect.cpp', 51 '../gm/drawbitmaprect.cpp',
52 '../gm/drawlooper.cpp', 52 '../gm/drawlooper.cpp',
53 '../gm/dropshadowimagefilter.cpp',
53 '../gm/extractbitmap.cpp', 54 '../gm/extractbitmap.cpp',
54 '../gm/emptypath.cpp', 55 '../gm/emptypath.cpp',
55 '../gm/fatpathfill.cpp', 56 '../gm/fatpathfill.cpp',
56 '../gm/factory.cpp', 57 '../gm/factory.cpp',
57 '../gm/filltypes.cpp', 58 '../gm/filltypes.cpp',
58 '../gm/filltypespersp.cpp', 59 '../gm/filltypespersp.cpp',
59 '../gm/filterbitmap.cpp', 60 '../gm/filterbitmap.cpp',
60 '../gm/fontcache.cpp', 61 '../gm/fontcache.cpp',
61 '../gm/fontmgr.cpp', 62 '../gm/fontmgr.cpp',
62 '../gm/fontscaler.cpp', 63 '../gm/fontscaler.cpp',
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
147 '../gm/xfermodes2.cpp', 148 '../gm/xfermodes2.cpp',
148 '../gm/xfermodes3.cpp', 149 '../gm/xfermodes3.cpp',
149 ], 150 ],
150 } 151 }
151 152
152 # Local Variables: 153 # Local Variables:
153 # tab-width:2 154 # tab-width:2
154 # indent-tabs-mode:nil 155 # indent-tabs-mode:nil
155 # End: 156 # End:
156 # vim: set expandtab tabstop=2 shiftwidth=2: 157 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698