| 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 14 matching lines...) Expand all Loading... |
| 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 Loading... |
| 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: |
| OLD | NEW |