5a412e51c8
Remove the imageblur test from gmslides.gypi for now, since SkPicture output is incorrect. SkImageFilter is not flattenable, so the output is black. git-svn-id: http://skia.googlecode.com/svn/trunk@2647 2bbb7eff-a529-9590-31e7-b0007b416f81
42 lines
1.1 KiB
Python
42 lines
1.1 KiB
Python
# include this gypi to include all the golden master slides.
|
|
{
|
|
'sources': [
|
|
'../gm/aarectmodes.cpp',
|
|
'../gm/bitmapfilters.cpp',
|
|
'../gm/bitmapscroll.cpp',
|
|
'../gm/blurs.cpp',
|
|
'../gm/complexclip.cpp',
|
|
'../gm/complexclip2.cpp',
|
|
'../gm/emptypath.cpp',
|
|
'../gm/filltypes.cpp',
|
|
'../gm/filltypespersp.cpp',
|
|
'../gm/fontscaler.cpp',
|
|
'../gm/gradients.cpp',
|
|
'../gm/hairmodes.cpp',
|
|
# commented out until SkPicture support for SkImageFilter is complete
|
|
# See http://code.google.com/p/skia/issues/detail?id=391
|
|
# '../gm/imageblur.cpp',
|
|
'../gm/lcdtext.cpp',
|
|
'../gm/ninepatchstretch.cpp',
|
|
'../gm/nocolorbleed.cpp',
|
|
'../gm/pathfill.cpp',
|
|
'../gm/points.cpp',
|
|
'../gm/poly2poly.cpp',
|
|
'../gm/shadertext.cpp',
|
|
'../gm/shadows.cpp',
|
|
'../gm/shapes.cpp',
|
|
'../gm/strokerects.cpp',
|
|
'../gm/strokes.cpp',
|
|
'../gm/texdata.cpp',
|
|
'../gm/tilemodes.cpp',
|
|
'../gm/tinybitmap.cpp',
|
|
'../gm/xfermodes.cpp',
|
|
],
|
|
}
|
|
|
|
# Local Variables:
|
|
# tab-width:2
|
|
# indent-tabs-mode:nil
|
|
# End:
|
|
# vim: set expandtab tabstop=2 shiftwidth=2:
|