| 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 '../bench/AAClipBench.cpp', | 8 '../bench/AAClipBench.cpp', |
| 9 '../bench/BicubicBench.cpp', | 9 '../bench/BicubicBench.cpp', |
| 10 '../bench/BitmapBench.cpp', | 10 '../bench/BitmapBench.cpp', |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 55 '../bench/PremulAndUnpremulAlphaOpsBench.cpp', | 55 '../bench/PremulAndUnpremulAlphaOpsBench.cpp', |
| 56 '../bench/RectBench.cpp', | 56 '../bench/RectBench.cpp', |
| 57 '../bench/RectoriBench.cpp', | 57 '../bench/RectoriBench.cpp', |
| 58 '../bench/RefCntBench.cpp', | 58 '../bench/RefCntBench.cpp', |
| 59 '../bench/RegionBench.cpp', | 59 '../bench/RegionBench.cpp', |
| 60 '../bench/RegionContainBench.cpp', | 60 '../bench/RegionContainBench.cpp', |
| 61 '../bench/RepeatTileBench.cpp', | 61 '../bench/RepeatTileBench.cpp', |
| 62 '../bench/RTreeBench.cpp', | 62 '../bench/RTreeBench.cpp', |
| 63 '../bench/ScalarBench.cpp', | 63 '../bench/ScalarBench.cpp', |
| 64 '../bench/ShaderMaskBench.cpp', | 64 '../bench/ShaderMaskBench.cpp', |
| 65 '../bench/SkipZeroesBench.cpp', |
| 65 '../bench/SortBench.cpp', | 66 '../bench/SortBench.cpp', |
| 66 '../bench/StrokeBench.cpp', | 67 '../bench/StrokeBench.cpp', |
| 67 '../bench/TableBench.cpp', | 68 '../bench/TableBench.cpp', |
| 68 '../bench/TextBench.cpp', | 69 '../bench/TextBench.cpp', |
| 69 '../bench/TileBench.cpp', | 70 '../bench/TileBench.cpp', |
| 70 '../bench/VertBench.cpp', | 71 '../bench/VertBench.cpp', |
| 71 '../bench/WriterBench.cpp', | 72 '../bench/WriterBench.cpp', |
| 72 '../bench/XfermodeBench.cpp', | 73 '../bench/XfermodeBench.cpp', |
| 73 '../bench/WritePixelsBench.cpp', | 74 '../bench/WritePixelsBench.cpp', |
| 74 | 75 |
| 75 '../bench/SkBenchLogger.h', | 76 '../bench/SkBenchLogger.h', |
| 76 '../bench/SkBenchLogger.cpp', | 77 '../bench/SkBenchLogger.cpp', |
| 77 ], | 78 ], |
| 78 } | 79 } |
| 79 | 80 |
| 80 # Local Variables: | 81 # Local Variables: |
| 81 # tab-width:2 | 82 # tab-width:2 |
| 82 # indent-tabs-mode:nil | 83 # indent-tabs-mode:nil |
| 83 # End: | 84 # End: |
| 84 # vim: set expandtab tabstop=2 shiftwidth=2: | 85 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |