OLD | NEW |
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 28 matching lines...) Expand all Loading... |
39 '../bench/MergeBench.cpp', | 39 '../bench/MergeBench.cpp', |
40 '../bench/MorphologyBench.cpp', | 40 '../bench/MorphologyBench.cpp', |
41 '../bench/MutexBench.cpp', | 41 '../bench/MutexBench.cpp', |
42 '../bench/PathBench.cpp', | 42 '../bench/PathBench.cpp', |
43 '../bench/PathIterBench.cpp', | 43 '../bench/PathIterBench.cpp', |
44 '../bench/PerlinNoiseBench.cpp', | 44 '../bench/PerlinNoiseBench.cpp', |
45 '../bench/PicturePlaybackBench.cpp', | 45 '../bench/PicturePlaybackBench.cpp', |
46 '../bench/PictureRecordBench.cpp', | 46 '../bench/PictureRecordBench.cpp', |
47 '../bench/ReadPixBench.cpp', | 47 '../bench/ReadPixBench.cpp', |
48 '../bench/RectBench.cpp', | 48 '../bench/RectBench.cpp', |
| 49 '../bench/RectoriBench.cpp', |
49 '../bench/RefCntBench.cpp', | 50 '../bench/RefCntBench.cpp', |
50 '../bench/RegionBench.cpp', | 51 '../bench/RegionBench.cpp', |
51 '../bench/RegionContainBench.cpp', | 52 '../bench/RegionContainBench.cpp', |
52 '../bench/RepeatTileBench.cpp', | 53 '../bench/RepeatTileBench.cpp', |
53 '../bench/RTreeBench.cpp', | 54 '../bench/RTreeBench.cpp', |
54 '../bench/ScalarBench.cpp', | 55 '../bench/ScalarBench.cpp', |
55 '../bench/ShaderMaskBench.cpp', | 56 '../bench/ShaderMaskBench.cpp', |
56 '../bench/SortBench.cpp', | 57 '../bench/SortBench.cpp', |
57 '../bench/StrokeBench.cpp', | 58 '../bench/StrokeBench.cpp', |
58 '../bench/TableBench.cpp', | 59 '../bench/TableBench.cpp', |
59 '../bench/TextBench.cpp', | 60 '../bench/TextBench.cpp', |
60 '../bench/TileBench.cpp', | 61 '../bench/TileBench.cpp', |
61 '../bench/VertBench.cpp', | 62 '../bench/VertBench.cpp', |
62 '../bench/WriterBench.cpp', | 63 '../bench/WriterBench.cpp', |
63 '../bench/XfermodeBench.cpp', | 64 '../bench/XfermodeBench.cpp', |
64 | 65 |
65 '../bench/SkBenchLogger.h', | 66 '../bench/SkBenchLogger.h', |
66 '../bench/SkBenchLogger.cpp', | 67 '../bench/SkBenchLogger.cpp', |
67 '../bench/TimerData.h', | 68 '../bench/TimerData.h', |
68 '../bench/TimerData.cpp', | 69 '../bench/TimerData.cpp', |
69 ], | 70 ], |
70 } | 71 } |
71 | 72 |
72 # Local Variables: | 73 # Local Variables: |
73 # tab-width:2 | 74 # tab-width:2 |
74 # indent-tabs-mode:nil | 75 # indent-tabs-mode:nil |
75 # End: | 76 # End: |
76 # vim: set expandtab tabstop=2 shiftwidth=2: | 77 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |