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

Side by Side Diff: gyp/bench.gypi

Issue 16410009: Add an option to create unpremultiplied bitmaps. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Fix for andriod only code. Created 7 years, 6 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 | « gyp/SampleApp.gyp ('k') | gyp/tests.gyp » ('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 8
9 '../bench/AAClipBench.cpp', 9 '../bench/AAClipBench.cpp',
10 '../bench/BicubicBench.cpp', 10 '../bench/BicubicBench.cpp',
(...skipping 10 matching lines...) Expand all
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
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:
OLDNEW
« no previous file with comments | « gyp/SampleApp.gyp ('k') | gyp/tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698