| 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 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 155 ['skia_gpu == 1', { | 155 ['skia_gpu == 1', { |
| 156 'sources': [ | 156 'sources': [ |
| 157 '../bench/BenchGpuTimer_gl.h', | 157 '../bench/BenchGpuTimer_gl.h', |
| 158 '../bench/BenchGpuTimer_gl.cpp', | 158 '../bench/BenchGpuTimer_gl.cpp', |
| 159 ], | 159 ], |
| 160 }], | 160 }], |
| 161 ], | 161 ], |
| 162 } | 162 } |
| 163 ], | 163 ], |
| 164 } | 164 } |
| 165 | |
| 166 # Local Variables: | |
| 167 # tab-width:2 | |
| 168 # indent-tabs-mode:nil | |
| 169 # End: | |
| 170 # vim: set expandtab tabstop=2 shiftwidth=2: | |
| OLD | NEW |