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