9ed02b9da2
Renamed SkDeferredCanvas::DeviceContext to SkDeferredCanvas::NotificationClient BUG=http://code.google.com/p/chromium/issues/detail?id=136828 TEST=Added coverage for new API to DeferredCanvas unit test. Added DeferredCanvas bench test to track deferred canvas overhead cost. Review URL: https://codereview.appspot.com/6442108 git-svn-id: http://skia.googlecode.com/svn/trunk@5078 2bbb7eff-a529-9590-31e7-b0007b416f81
47 lines
1.3 KiB
Python
47 lines
1.3 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/BlurBench.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/MathBench.cpp',
|
|
'../bench/MatrixBench.cpp',
|
|
'../bench/MemoryBench.cpp',
|
|
'../bench/MorphologyBench.cpp',
|
|
'../bench/MutexBench.cpp',
|
|
'../bench/PathBench.cpp',
|
|
'../bench/PathIterBench.cpp',
|
|
'../bench/PicturePlaybackBench.cpp',
|
|
'../bench/PictureRecordBench.cpp',
|
|
'../bench/RectBench.cpp',
|
|
'../bench/RefCntBench.cpp',
|
|
'../bench/RegionBench.cpp',
|
|
'../bench/RepeatTileBench.cpp',
|
|
'../bench/ScalarBench.cpp',
|
|
'../bench/ShaderMaskBench.cpp',
|
|
'../bench/TextBench.cpp',
|
|
'../bench/VertBench.cpp',
|
|
'../bench/WriterBench.cpp',
|
|
],
|
|
}
|
|
|
|
# Local Variables:
|
|
# tab-width:2
|
|
# indent-tabs-mode:nil
|
|
# End:
|
|
# vim: set expandtab tabstop=2 shiftwidth=2:
|