c1f9011ceb
those based on special-casing stroking for single-contour-convex shapes. git-svn-id: http://skia.googlecode.com/svn/trunk@7537 2bbb7eff-a529-9590-31e7-b0007b416f81
64 lines
1.8 KiB
Python
64 lines
1.8 KiB
Python
# sources and conditions used in skia's bench.gyp and chromium's skia.gyp
|
|
#
|
|
{
|
|
'sources': [
|
|
'../bench/benchmain.cpp',
|
|
'../bench/SkBenchmark.h',
|
|
'../bench/SkBenchmark.cpp',
|
|
|
|
'../bench/AAClipBench.cpp',
|
|
'../bench/BitmapBench.cpp',
|
|
'../bench/BitmapRectBench.cpp',
|
|
'../bench/BlurBench.cpp',
|
|
'../bench/BlurRectBench.cpp',
|
|
'../bench/ChecksumBench.cpp',
|
|
'../bench/ChromeBench.cpp',
|
|
'../bench/DashBench.cpp',
|
|
'../bench/DecodeBench.cpp',
|
|
'../bench/DeferredCanvasBench.cpp',
|
|
'../bench/FontScalerBench.cpp',
|
|
'../bench/GradientBench.cpp',
|
|
'../bench/GrMemoryPoolBench.cpp',
|
|
'../bench/InterpBench.cpp',
|
|
'../bench/LineBench.cpp',
|
|
'../bench/MathBench.cpp',
|
|
'../bench/Matrix44Bench.cpp',
|
|
'../bench/MatrixBench.cpp',
|
|
'../bench/MatrixConvolutionBench.cpp',
|
|
'../bench/MemoryBench.cpp',
|
|
'../bench/MorphologyBench.cpp',
|
|
'../bench/MutexBench.cpp',
|
|
'../bench/PathBench.cpp',
|
|
'../bench/PathIterBench.cpp',
|
|
'../bench/PicturePlaybackBench.cpp',
|
|
'../bench/PictureRecordBench.cpp',
|
|
'../bench/ReadPixBench.cpp',
|
|
'../bench/RectBench.cpp',
|
|
'../bench/RefCntBench.cpp',
|
|
'../bench/RegionBench.cpp',
|
|
'../bench/RegionContainBench.cpp',
|
|
'../bench/RepeatTileBench.cpp',
|
|
'../bench/RTreeBench.cpp',
|
|
'../bench/ScalarBench.cpp',
|
|
'../bench/ShaderMaskBench.cpp',
|
|
'../bench/SortBench.cpp',
|
|
'../bench/StrokeBench.cpp',
|
|
'../bench/TableBench.cpp',
|
|
'../bench/TextBench.cpp',
|
|
'../bench/TileBench.cpp',
|
|
'../bench/VertBench.cpp',
|
|
'../bench/WriterBench.cpp',
|
|
|
|
'../bench/SkBenchLogger.h',
|
|
'../bench/SkBenchLogger.cpp',
|
|
'../bench/TimerData.h',
|
|
'../bench/TimerData.cpp',
|
|
],
|
|
}
|
|
|
|
# Local Variables:
|
|
# tab-width:2
|
|
# indent-tabs-mode:nil
|
|
# End:
|
|
# vim: set expandtab tabstop=2 shiftwidth=2:
|