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

Side by Side Diff: gyp/bench.gypi

Issue 18941009: reenable the scale benchmark, and only bench actual canvas draw commands (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/BitmapScaleBench.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 '../bench/AAClipBench.cpp', 8 '../bench/AAClipBench.cpp',
9 '../bench/BicubicBench.cpp', 9 '../bench/BicubicBench.cpp',
10 '../bench/BitmapBench.cpp', 10 '../bench/BitmapBench.cpp',
11 '../bench/BitmapRectBench.cpp', 11 '../bench/BitmapRectBench.cpp',
12 '../bench/BitmapScaleBench.cpp',
12 '../bench/BlendBench.cpp', 13 '../bench/BlendBench.cpp',
13 '../bench/BlurBench.cpp', 14 '../bench/BlurBench.cpp',
14 '../bench/BlurImageFilterBench.cpp', 15 '../bench/BlurImageFilterBench.cpp',
15 '../bench/BlurRectBench.cpp', 16 '../bench/BlurRectBench.cpp',
16 '../bench/ChecksumBench.cpp', 17 '../bench/ChecksumBench.cpp',
17 '../bench/ChartBench.cpp', 18 '../bench/ChartBench.cpp',
18 '../bench/ChromeBench.cpp', 19 '../bench/ChromeBench.cpp',
19 '../bench/CmapBench.cpp', 20 '../bench/CmapBench.cpp',
20 '../bench/ColorFilterBench.cpp', 21 '../bench/ColorFilterBench.cpp',
21 '../bench/DashBench.cpp', 22 '../bench/DashBench.cpp',
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 '../bench/TimerData.h', 74 '../bench/TimerData.h',
74 '../bench/TimerData.cpp', 75 '../bench/TimerData.cpp',
75 ], 76 ],
76 } 77 }
77 78
78 # Local Variables: 79 # Local Variables:
79 # tab-width:2 80 # tab-width:2
80 # indent-tabs-mode:nil 81 # indent-tabs-mode:nil
81 # End: 82 # End:
82 # vim: set expandtab tabstop=2 shiftwidth=2: 83 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « bench/BitmapScaleBench.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698