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

Side by Side Diff: gyp/bench.gypi

Issue 14087002: Perlin noise adjustments (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Created 7 years, 8 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 | « gm/perlinnoise.cpp ('k') | src/effects/SkPerlinNoiseShader.cpp » ('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 14 matching lines...) Expand all
25 '../bench/LineBench.cpp', 25 '../bench/LineBench.cpp',
26 '../bench/MathBench.cpp', 26 '../bench/MathBench.cpp',
27 '../bench/Matrix44Bench.cpp', 27 '../bench/Matrix44Bench.cpp',
28 '../bench/MatrixBench.cpp', 28 '../bench/MatrixBench.cpp',
29 '../bench/MatrixConvolutionBench.cpp', 29 '../bench/MatrixConvolutionBench.cpp',
30 '../bench/MemoryBench.cpp', 30 '../bench/MemoryBench.cpp',
31 '../bench/MorphologyBench.cpp', 31 '../bench/MorphologyBench.cpp',
32 '../bench/MutexBench.cpp', 32 '../bench/MutexBench.cpp',
33 '../bench/PathBench.cpp', 33 '../bench/PathBench.cpp',
34 '../bench/PathIterBench.cpp', 34 '../bench/PathIterBench.cpp',
35 '../bench/PerlinNoiseBench.cpp',
35 '../bench/PicturePlaybackBench.cpp', 36 '../bench/PicturePlaybackBench.cpp',
36 '../bench/PictureRecordBench.cpp', 37 '../bench/PictureRecordBench.cpp',
37 '../bench/ReadPixBench.cpp', 38 '../bench/ReadPixBench.cpp',
38 '../bench/RectBench.cpp', 39 '../bench/RectBench.cpp',
39 '../bench/RefCntBench.cpp', 40 '../bench/RefCntBench.cpp',
40 '../bench/RegionBench.cpp', 41 '../bench/RegionBench.cpp',
41 '../bench/RegionContainBench.cpp', 42 '../bench/RegionContainBench.cpp',
42 '../bench/RepeatTileBench.cpp', 43 '../bench/RepeatTileBench.cpp',
43 '../bench/RTreeBench.cpp', 44 '../bench/RTreeBench.cpp',
44 '../bench/ScalarBench.cpp', 45 '../bench/ScalarBench.cpp',
(...skipping 12 matching lines...) Expand all
57 '../bench/TimerData.h', 58 '../bench/TimerData.h',
58 '../bench/TimerData.cpp', 59 '../bench/TimerData.cpp',
59 ], 60 ],
60 } 61 }
61 62
62 # Local Variables: 63 # Local Variables:
63 # tab-width:2 64 # tab-width:2
64 # indent-tabs-mode:nil 65 # indent-tabs-mode:nil
65 # End: 66 # End:
66 # vim: set expandtab tabstop=2 shiftwidth=2: 67 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « gm/perlinnoise.cpp ('k') | src/effects/SkPerlinNoiseShader.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698