| 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 27 matching lines...) Expand all Loading... |
| 38 '../bench/MemoryBench.cpp', | 38 '../bench/MemoryBench.cpp', |
| 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/PremulAndUnpremulAlphaOpsBench.cpp', |
| 48 '../bench/RectBench.cpp', | 49 '../bench/RectBench.cpp', |
| 49 '../bench/RectoriBench.cpp', | 50 '../bench/RectoriBench.cpp', |
| 50 '../bench/RefCntBench.cpp', | 51 '../bench/RefCntBench.cpp', |
| 51 '../bench/RegionBench.cpp', | 52 '../bench/RegionBench.cpp', |
| 52 '../bench/RegionContainBench.cpp', | 53 '../bench/RegionContainBench.cpp', |
| 53 '../bench/RepeatTileBench.cpp', | 54 '../bench/RepeatTileBench.cpp', |
| 54 '../bench/RTreeBench.cpp', | 55 '../bench/RTreeBench.cpp', |
| 55 '../bench/ScalarBench.cpp', | 56 '../bench/ScalarBench.cpp', |
| 56 '../bench/ShaderMaskBench.cpp', | 57 '../bench/ShaderMaskBench.cpp', |
| 57 '../bench/SortBench.cpp', | 58 '../bench/SortBench.cpp', |
| (...skipping 10 matching lines...) Expand all Loading... |
| 68 '../bench/TimerData.h', | 69 '../bench/TimerData.h', |
| 69 '../bench/TimerData.cpp', | 70 '../bench/TimerData.cpp', |
| 70 ], | 71 ], |
| 71 } | 72 } |
| 72 | 73 |
| 73 # Local Variables: | 74 # Local Variables: |
| 74 # tab-width:2 | 75 # tab-width:2 |
| 75 # indent-tabs-mode:nil | 76 # indent-tabs-mode:nil |
| 76 # End: | 77 # End: |
| 77 # vim: set expandtab tabstop=2 shiftwidth=2: | 78 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |