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 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
76 '../bench/RectBench.cpp', | 76 '../bench/RectBench.cpp', |
77 '../bench/RectoriBench.cpp', | 77 '../bench/RectoriBench.cpp', |
78 '../bench/RefCntBench.cpp', | 78 '../bench/RefCntBench.cpp', |
79 '../bench/RegionBench.cpp', | 79 '../bench/RegionBench.cpp', |
80 '../bench/RegionContainBench.cpp', | 80 '../bench/RegionContainBench.cpp', |
81 '../bench/RepeatTileBench.cpp', | 81 '../bench/RepeatTileBench.cpp', |
82 '../bench/ScalarBench.cpp', | 82 '../bench/ScalarBench.cpp', |
83 '../bench/ShaderMaskBench.cpp', | 83 '../bench/ShaderMaskBench.cpp', |
84 '../bench/SkipZeroesBench.cpp', | 84 '../bench/SkipZeroesBench.cpp', |
85 '../bench/SortBench.cpp', | 85 '../bench/SortBench.cpp', |
| 86 '../bench/StackBench.cpp', |
86 '../bench/StrokeBench.cpp', | 87 '../bench/StrokeBench.cpp', |
87 '../bench/TableBench.cpp', | 88 '../bench/TableBench.cpp', |
88 '../bench/TextBench.cpp', | 89 '../bench/TextBench.cpp', |
89 '../bench/TileBench.cpp', | 90 '../bench/TileBench.cpp', |
90 '../bench/VertBench.cpp', | 91 '../bench/VertBench.cpp', |
91 '../bench/WritePixelsBench.cpp', | 92 '../bench/WritePixelsBench.cpp', |
92 '../bench/WriterBench.cpp', | 93 '../bench/WriterBench.cpp', |
93 '../bench/XfermodeBench.cpp', | 94 '../bench/XfermodeBench.cpp', |
94 | 95 |
95 '../bench/SkBenchLogger.cpp', | 96 '../bench/SkBenchLogger.cpp', |
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
157 ['skia_gpu == 1', { | 158 ['skia_gpu == 1', { |
158 'sources': [ | 159 'sources': [ |
159 '../bench/BenchGpuTimer_gl.h', | 160 '../bench/BenchGpuTimer_gl.h', |
160 '../bench/BenchGpuTimer_gl.cpp', | 161 '../bench/BenchGpuTimer_gl.cpp', |
161 ], | 162 ], |
162 }], | 163 }], |
163 ], | 164 ], |
164 } | 165 } |
165 ], | 166 ], |
166 } | 167 } |
OLD | NEW |