| OLD | NEW |
| 1 # GYP file to build performance testbench. | 1 # GYP file to build performance testbench. |
| 2 # | 2 # |
| 3 { | 3 { |
| 4 'includes': [ | 4 'includes': [ |
| 5 'apptype_console.gypi', | 5 'apptype_console.gypi', |
| 6 ], | 6 ], |
| 7 'targets': [ | 7 'targets': [ |
| 8 { | 8 { |
| 9 'target_name': 'bench', | 9 'target_name': 'bench', |
| 10 'type': 'executable', | 10 'type': 'executable', |
| (...skipping 15 matching lines...) Expand all Loading... |
| 26 '../bench/BitmapScaleBench.cpp', | 26 '../bench/BitmapScaleBench.cpp', |
| 27 '../bench/BlurBench.cpp', | 27 '../bench/BlurBench.cpp', |
| 28 '../bench/BlurImageFilterBench.cpp', | 28 '../bench/BlurImageFilterBench.cpp', |
| 29 '../bench/BlurRectBench.cpp', | 29 '../bench/BlurRectBench.cpp', |
| 30 '../bench/BlurRoundRectBench.cpp', | 30 '../bench/BlurRoundRectBench.cpp', |
| 31 '../bench/ChartBench.cpp', | 31 '../bench/ChartBench.cpp', |
| 32 '../bench/ChecksumBench.cpp', | 32 '../bench/ChecksumBench.cpp', |
| 33 '../bench/ChromeBench.cpp', | 33 '../bench/ChromeBench.cpp', |
| 34 '../bench/CmapBench.cpp', | 34 '../bench/CmapBench.cpp', |
| 35 '../bench/ColorFilterBench.cpp', | 35 '../bench/ColorFilterBench.cpp', |
| 36 '../bench/ColorPrivBench.cpp', |
| 36 '../bench/CoverageBench.cpp', | 37 '../bench/CoverageBench.cpp', |
| 37 '../bench/DashBench.cpp', | 38 '../bench/DashBench.cpp', |
| 38 '../bench/DecodeBench.cpp', | 39 '../bench/DecodeBench.cpp', |
| 39 '../bench/DeferredCanvasBench.cpp', | 40 '../bench/DeferredCanvasBench.cpp', |
| 40 '../bench/DeferredSurfaceCopyBench.cpp', | 41 '../bench/DeferredSurfaceCopyBench.cpp', |
| 41 '../bench/DisplacementBench.cpp', | 42 '../bench/DisplacementBench.cpp', |
| 42 '../bench/FSRectBench.cpp', | 43 '../bench/FSRectBench.cpp', |
| 43 '../bench/FontCacheBench.cpp', | 44 '../bench/FontCacheBench.cpp', |
| 44 '../bench/FontScalerBench.cpp', | 45 '../bench/FontScalerBench.cpp', |
| 45 '../bench/GameBench.cpp', | 46 '../bench/GameBench.cpp', |
| (...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 161 ], | 162 ], |
| 162 } | 163 } |
| 163 ], | 164 ], |
| 164 } | 165 } |
| 165 | 166 |
| 166 # Local Variables: | 167 # Local Variables: |
| 167 # tab-width:2 | 168 # tab-width:2 |
| 168 # indent-tabs-mode:nil | 169 # indent-tabs-mode:nil |
| 169 # End: | 170 # End: |
| 170 # vim: set expandtab tabstop=2 shiftwidth=2: | 171 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |