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

Side by Side Diff: gyp/bench.gypi

Issue 52793005: Add gms and benchmarks for drawing blurry round rects. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: More test cases Created 7 years, 1 month 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
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/BitmapScaleBench.cpp',
13 '../bench/BlurBench.cpp', 13 '../bench/BlurBench.cpp',
14 '../bench/BlurImageFilterBench.cpp', 14 '../bench/BlurImageFilterBench.cpp',
15 '../bench/BlurRectBench.cpp', 15 '../bench/BlurRectBench.cpp',
16 '../bench/BlurRoundRectBench.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',
22 '../bench/DecodeBench.cpp', 23 '../bench/DecodeBench.cpp',
23 '../bench/DeferredCanvasBench.cpp', 24 '../bench/DeferredCanvasBench.cpp',
24 '../bench/DeferredSurfaceCopyBench.cpp', 25 '../bench/DeferredSurfaceCopyBench.cpp',
25 '../bench/DisplacementBench.cpp', 26 '../bench/DisplacementBench.cpp',
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 '../bench/SkBenchLogger.h', 77 '../bench/SkBenchLogger.h',
77 '../bench/SkBenchLogger.cpp', 78 '../bench/SkBenchLogger.cpp',
78 ], 79 ],
79 } 80 }
80 81
81 # Local Variables: 82 # Local Variables:
82 # tab-width:2 83 # tab-width:2
83 # indent-tabs-mode:nil 84 # indent-tabs-mode:nil
84 # End: 85 # End:
85 # vim: set expandtab tabstop=2 shiftwidth=2: 86 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« gm/blurroundrect.cpp ('K') | « gm/blurroundrect.cpp ('k') | gyp/gmslides.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698