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

Side by Side Diff: gyp/bench.gypi

Issue 16829003: Adding my Bitmap2Path sample for 1on1 meeting. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: fixed more trybot errors. 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 | « 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 26 matching lines...) Expand all
37 '../bench/Matrix44Bench.cpp', 37 '../bench/Matrix44Bench.cpp',
38 '../bench/MatrixBench.cpp', 38 '../bench/MatrixBench.cpp',
39 '../bench/MatrixConvolutionBench.cpp', 39 '../bench/MatrixConvolutionBench.cpp',
40 '../bench/MemoryBench.cpp', 40 '../bench/MemoryBench.cpp',
41 '../bench/MemsetBench.cpp', 41 '../bench/MemsetBench.cpp',
42 '../bench/MergeBench.cpp', 42 '../bench/MergeBench.cpp',
43 '../bench/MorphologyBench.cpp', 43 '../bench/MorphologyBench.cpp',
44 '../bench/MutexBench.cpp', 44 '../bench/MutexBench.cpp',
45 '../bench/PathBench.cpp', 45 '../bench/PathBench.cpp',
46 '../bench/PathIterBench.cpp', 46 '../bench/PathIterBench.cpp',
47 '../bench/PathUtilsBench.cpp',
47 '../bench/PerlinNoiseBench.cpp', 48 '../bench/PerlinNoiseBench.cpp',
48 '../bench/PicturePlaybackBench.cpp', 49 '../bench/PicturePlaybackBench.cpp',
49 '../bench/PictureRecordBench.cpp', 50 '../bench/PictureRecordBench.cpp',
50 '../bench/ReadPixBench.cpp', 51 '../bench/ReadPixBench.cpp',
51 '../bench/PremulAndUnpremulAlphaOpsBench.cpp', 52 '../bench/PremulAndUnpremulAlphaOpsBench.cpp',
52 '../bench/RectBench.cpp', 53 '../bench/RectBench.cpp',
53 '../bench/RectoriBench.cpp', 54 '../bench/RectoriBench.cpp',
54 '../bench/RefCntBench.cpp', 55 '../bench/RefCntBench.cpp',
55 '../bench/RegionBench.cpp', 56 '../bench/RegionBench.cpp',
56 '../bench/RegionContainBench.cpp', 57 '../bench/RegionContainBench.cpp',
(...skipping 15 matching lines...) Expand all
72 '../bench/TimerData.h', 73 '../bench/TimerData.h',
73 '../bench/TimerData.cpp', 74 '../bench/TimerData.cpp',
74 ], 75 ],
75 } 76 }
76 77
77 # Local Variables: 78 # Local Variables:
78 # tab-width:2 79 # tab-width:2
79 # indent-tabs-mode:nil 80 # indent-tabs-mode:nil
80 # End: 81 # End:
81 # vim: set expandtab tabstop=2 shiftwidth=2: 82 # 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