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

Side by Side Diff: gyp/bench.gypi

Issue 14297008: Benchmark to measure SkSurface copy on write performance (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Created 7 years, 8 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 | « bench/DeferredSurfaceCopyBench.cpp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # sources and conditions used in skia's bench.gyp and chromium's skia.gyp 1 # sources and conditions used in skia's bench.gyp and chromium's skia.gyp
2 # 2 #
3 { 3 {
4 'sources': [ 4 'sources': [
5 '../bench/benchmain.cpp', 5 '../bench/benchmain.cpp',
6 '../bench/SkBenchmark.h', 6 '../bench/SkBenchmark.h',
7 '../bench/SkBenchmark.cpp', 7 '../bench/SkBenchmark.cpp',
8 8
9 '../bench/AAClipBench.cpp', 9 '../bench/AAClipBench.cpp',
10 '../bench/BicubicBench.cpp', 10 '../bench/BicubicBench.cpp',
11 '../bench/BitmapBench.cpp', 11 '../bench/BitmapBench.cpp',
12 '../bench/BitmapRectBench.cpp', 12 '../bench/BitmapRectBench.cpp',
13 '../bench/BlurBench.cpp', 13 '../bench/BlurBench.cpp',
14 '../bench/BlurRectBench.cpp', 14 '../bench/BlurRectBench.cpp',
15 '../bench/ChecksumBench.cpp', 15 '../bench/ChecksumBench.cpp',
16 '../bench/ChartBench.cpp', 16 '../bench/ChartBench.cpp',
17 '../bench/ChromeBench.cpp', 17 '../bench/ChromeBench.cpp',
18 '../bench/DashBench.cpp', 18 '../bench/DashBench.cpp',
19 '../bench/DecodeBench.cpp', 19 '../bench/DecodeBench.cpp',
20 '../bench/DeferredCanvasBench.cpp', 20 '../bench/DeferredCanvasBench.cpp',
21 '../bench/DeferredSurfaceCopyBench.cpp',
21 '../bench/FontScalerBench.cpp', 22 '../bench/FontScalerBench.cpp',
22 '../bench/GradientBench.cpp', 23 '../bench/GradientBench.cpp',
23 '../bench/GrMemoryPoolBench.cpp', 24 '../bench/GrMemoryPoolBench.cpp',
24 '../bench/InterpBench.cpp', 25 '../bench/InterpBench.cpp',
25 '../bench/LineBench.cpp', 26 '../bench/LineBench.cpp',
26 '../bench/MathBench.cpp', 27 '../bench/MathBench.cpp',
27 '../bench/Matrix44Bench.cpp', 28 '../bench/Matrix44Bench.cpp',
28 '../bench/MatrixBench.cpp', 29 '../bench/MatrixBench.cpp',
29 '../bench/MatrixConvolutionBench.cpp', 30 '../bench/MatrixConvolutionBench.cpp',
30 '../bench/MemoryBench.cpp', 31 '../bench/MemoryBench.cpp',
(...skipping 26 matching lines...) Expand all
57 '../bench/TimerData.h', 58 '../bench/TimerData.h',
58 '../bench/TimerData.cpp', 59 '../bench/TimerData.cpp',
59 ], 60 ],
60 } 61 }
61 62
62 # Local Variables: 63 # Local Variables:
63 # tab-width:2 64 # tab-width:2
64 # indent-tabs-mode:nil 65 # indent-tabs-mode:nil
65 # End: 66 # End:
66 # vim: set expandtab tabstop=2 shiftwidth=2: 67 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « bench/DeferredSurfaceCopyBench.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698