OLD | NEW |
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', |
(...skipping 10 matching lines...) Expand all Loading... |
21 '../bench/DashBench.cpp', | 21 '../bench/DashBench.cpp', |
22 '../bench/DecodeBench.cpp', | 22 '../bench/DecodeBench.cpp', |
23 '../bench/DeferredCanvasBench.cpp', | 23 '../bench/DeferredCanvasBench.cpp', |
24 '../bench/DeferredSurfaceCopyBench.cpp', | 24 '../bench/DeferredSurfaceCopyBench.cpp', |
25 '../bench/DisplacementBench.cpp', | 25 '../bench/DisplacementBench.cpp', |
26 '../bench/FontCacheBench.cpp', | 26 '../bench/FontCacheBench.cpp', |
27 '../bench/FontScalerBench.cpp', | 27 '../bench/FontScalerBench.cpp', |
28 '../bench/GameBench.cpp', | 28 '../bench/GameBench.cpp', |
29 '../bench/GradientBench.cpp', | 29 '../bench/GradientBench.cpp', |
30 '../bench/GrMemoryPoolBench.cpp', | 30 '../bench/GrMemoryPoolBench.cpp', |
| 31 '../bench/ImageDecodeBench.cpp', |
31 '../bench/InterpBench.cpp', | 32 '../bench/InterpBench.cpp', |
32 '../bench/LineBench.cpp', | 33 '../bench/LineBench.cpp', |
33 '../bench/LightingBench.cpp', | 34 '../bench/LightingBench.cpp', |
34 '../bench/MagnifierBench.cpp', | 35 '../bench/MagnifierBench.cpp', |
35 '../bench/MathBench.cpp', | 36 '../bench/MathBench.cpp', |
36 '../bench/Matrix44Bench.cpp', | 37 '../bench/Matrix44Bench.cpp', |
37 '../bench/MatrixBench.cpp', | 38 '../bench/MatrixBench.cpp', |
38 '../bench/MatrixConvolutionBench.cpp', | 39 '../bench/MatrixConvolutionBench.cpp', |
39 '../bench/MemoryBench.cpp', | 40 '../bench/MemoryBench.cpp', |
40 '../bench/MemsetBench.cpp', | 41 '../bench/MemsetBench.cpp', |
(...skipping 30 matching lines...) Expand all Loading... |
71 '../bench/TimerData.h', | 72 '../bench/TimerData.h', |
72 '../bench/TimerData.cpp', | 73 '../bench/TimerData.cpp', |
73 ], | 74 ], |
74 } | 75 } |
75 | 76 |
76 # Local Variables: | 77 # Local Variables: |
77 # tab-width:2 | 78 # tab-width:2 |
78 # indent-tabs-mode:nil | 79 # indent-tabs-mode:nil |
79 # End: | 80 # End: |
80 # vim: set expandtab tabstop=2 shiftwidth=2: | 81 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |