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

Side by Side Diff: gyp/bench.gypi

Issue 22895012: added WritePixelsBench (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: fixed Mac bug Created 7 years, 4 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/WritePixelsBench.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',
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 '../bench/ScalarBench.cpp', 63 '../bench/ScalarBench.cpp',
64 '../bench/ShaderMaskBench.cpp', 64 '../bench/ShaderMaskBench.cpp',
65 '../bench/SortBench.cpp', 65 '../bench/SortBench.cpp',
66 '../bench/StrokeBench.cpp', 66 '../bench/StrokeBench.cpp',
67 '../bench/TableBench.cpp', 67 '../bench/TableBench.cpp',
68 '../bench/TextBench.cpp', 68 '../bench/TextBench.cpp',
69 '../bench/TileBench.cpp', 69 '../bench/TileBench.cpp',
70 '../bench/VertBench.cpp', 70 '../bench/VertBench.cpp',
71 '../bench/WriterBench.cpp', 71 '../bench/WriterBench.cpp',
72 '../bench/XfermodeBench.cpp', 72 '../bench/XfermodeBench.cpp',
73 '../bench/WritePixelsBench.cpp',
73 74
74 '../bench/SkBenchLogger.h', 75 '../bench/SkBenchLogger.h',
75 '../bench/SkBenchLogger.cpp', 76 '../bench/SkBenchLogger.cpp',
76 '../bench/TimerData.h', 77 '../bench/TimerData.h',
77 '../bench/TimerData.cpp', 78 '../bench/TimerData.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
« no previous file with comments | « bench/WritePixelsBench.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698