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

Side by Side Diff: gyp/bench.gypi

Issue 20005003: add scaledimagecache (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 years, 5 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/ImageCacheBench.cpp ('k') | gyp/core.gypi » ('j') | 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 '../bench/AAClipBench.cpp', 8 '../bench/AAClipBench.cpp',
9 '../bench/BicubicBench.cpp', 9 '../bench/BicubicBench.cpp',
10 '../bench/BitmapBench.cpp', 10 '../bench/BitmapBench.cpp',
(...skipping 11 matching lines...) Expand all
22 '../bench/DashBench.cpp', 22 '../bench/DashBench.cpp',
23 '../bench/DecodeBench.cpp', 23 '../bench/DecodeBench.cpp',
24 '../bench/DeferredCanvasBench.cpp', 24 '../bench/DeferredCanvasBench.cpp',
25 '../bench/DeferredSurfaceCopyBench.cpp', 25 '../bench/DeferredSurfaceCopyBench.cpp',
26 '../bench/DisplacementBench.cpp', 26 '../bench/DisplacementBench.cpp',
27 '../bench/FontCacheBench.cpp', 27 '../bench/FontCacheBench.cpp',
28 '../bench/FontScalerBench.cpp', 28 '../bench/FontScalerBench.cpp',
29 '../bench/GameBench.cpp', 29 '../bench/GameBench.cpp',
30 '../bench/GradientBench.cpp', 30 '../bench/GradientBench.cpp',
31 '../bench/GrMemoryPoolBench.cpp', 31 '../bench/GrMemoryPoolBench.cpp',
32 '../bench/ImageCacheBench.cpp',
32 '../bench/ImageDecodeBench.cpp', 33 '../bench/ImageDecodeBench.cpp',
33 '../bench/InterpBench.cpp', 34 '../bench/InterpBench.cpp',
34 '../bench/HairlinePathBench.cpp', 35 '../bench/HairlinePathBench.cpp',
35 '../bench/LineBench.cpp', 36 '../bench/LineBench.cpp',
36 '../bench/LightingBench.cpp', 37 '../bench/LightingBench.cpp',
37 '../bench/MagnifierBench.cpp', 38 '../bench/MagnifierBench.cpp',
38 '../bench/MathBench.cpp', 39 '../bench/MathBench.cpp',
39 '../bench/Matrix44Bench.cpp', 40 '../bench/Matrix44Bench.cpp',
40 '../bench/MatrixBench.cpp', 41 '../bench/MatrixBench.cpp',
41 '../bench/MatrixConvolutionBench.cpp', 42 '../bench/MatrixConvolutionBench.cpp',
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 '../bench/TimerData.h', 76 '../bench/TimerData.h',
76 '../bench/TimerData.cpp', 77 '../bench/TimerData.cpp',
77 ], 78 ],
78 } 79 }
79 80
80 # Local Variables: 81 # Local Variables:
81 # tab-width:2 82 # tab-width:2
82 # indent-tabs-mode:nil 83 # indent-tabs-mode:nil
83 # End: 84 # End:
84 # vim: set expandtab tabstop=2 shiftwidth=2: 85 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « bench/ImageCacheBench.cpp ('k') | gyp/core.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698