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 | |
9 '../bench/AAClipBench.cpp', | 8 '../bench/AAClipBench.cpp', |
10 '../bench/BicubicBench.cpp', | 9 '../bench/BicubicBench.cpp', |
11 '../bench/BitmapBench.cpp', | 10 '../bench/BitmapBench.cpp', |
12 '../bench/BitmapRectBench.cpp', | 11 '../bench/BitmapRectBench.cpp', |
13 '../bench/BlendBench.cpp', | 12 '../bench/BlendBench.cpp', |
14 '../bench/BlurBench.cpp', | 13 '../bench/BlurBench.cpp', |
15 '../bench/BlurImageFilterBench.cpp', | 14 '../bench/BlurImageFilterBench.cpp', |
16 '../bench/BlurRectBench.cpp', | 15 '../bench/BlurRectBench.cpp', |
17 '../bench/ChecksumBench.cpp', | 16 '../bench/ChecksumBench.cpp', |
18 '../bench/ChartBench.cpp', | 17 '../bench/ChartBench.cpp', |
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
74 '../bench/TimerData.h', | 73 '../bench/TimerData.h', |
75 '../bench/TimerData.cpp', | 74 '../bench/TimerData.cpp', |
76 ], | 75 ], |
77 } | 76 } |
78 | 77 |
79 # Local Variables: | 78 # Local Variables: |
80 # tab-width:2 | 79 # tab-width:2 |
81 # indent-tabs-mode:nil | 80 # indent-tabs-mode:nil |
82 # End: | 81 # End: |
83 # vim: set expandtab tabstop=2 shiftwidth=2: | 82 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |