| OLD | NEW |
| 1 # Copyright 2015 Google Inc. | 1 # Copyright 2015 Google Inc. |
| 2 # | 2 # |
| 3 # Use of this source code is governed by a BSD-style license that can be | 3 # Use of this source code is governed by a BSD-style license that can be |
| 4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
| 5 # include this gypi to include all the golden master slides. | 5 # include this gypi to include all the golden master slides. |
| 6 { | 6 { |
| 7 'include_dirs': [ | 7 'include_dirs': [ |
| 8 '../gm', | 8 '../gm', |
| 9 # include dirs needed by particular GMs | 9 # include dirs needed by particular GMs |
| 10 '../src/utils/debugger', | 10 '../src/utils/debugger', |
| (...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 137 '../gm/image.cpp', | 137 '../gm/image.cpp', |
| 138 '../gm/imagefilters.cpp', | 138 '../gm/imagefilters.cpp', |
| 139 '../gm/imagefiltersbase.cpp', | 139 '../gm/imagefiltersbase.cpp', |
| 140 '../gm/imagefiltersclipped.cpp', | 140 '../gm/imagefiltersclipped.cpp', |
| 141 '../gm/imagefilterscropped.cpp', | 141 '../gm/imagefilterscropped.cpp', |
| 142 '../gm/imagefilterscropexpand.cpp', | 142 '../gm/imagefilterscropexpand.cpp', |
| 143 '../gm/imagefiltersgraph.cpp', | 143 '../gm/imagefiltersgraph.cpp', |
| 144 '../gm/imagefiltersscaled.cpp', | 144 '../gm/imagefiltersscaled.cpp', |
| 145 '../gm/imagefilterstransformed.cpp', | 145 '../gm/imagefilterstransformed.cpp', |
| 146 '../gm/internal_links.cpp', | 146 '../gm/internal_links.cpp', |
| 147 '../gm/largeglyphblur.cpp', |
| 147 '../gm/lcdtext.cpp', | 148 '../gm/lcdtext.cpp', |
| 148 '../gm/linepaths.cpp', | 149 '../gm/linepaths.cpp', |
| 149 '../gm/matrixconvolution.cpp', | 150 '../gm/matrixconvolution.cpp', |
| 150 '../gm/matriximagefilter.cpp', | 151 '../gm/matriximagefilter.cpp', |
| 151 '../gm/megalooper.cpp', | 152 '../gm/megalooper.cpp', |
| 152 '../gm/mixedxfermodes.cpp', | 153 '../gm/mixedxfermodes.cpp', |
| 153 '../gm/mixedtextblobs.cpp', | 154 '../gm/mixedtextblobs.cpp', |
| 154 '../gm/mipmap.cpp', | 155 '../gm/mipmap.cpp', |
| 155 '../gm/modecolorfilters.cpp', | 156 '../gm/modecolorfilters.cpp', |
| 156 '../gm/morphology.cpp', | 157 '../gm/morphology.cpp', |
| (...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 275 '../gm/shadertext2.cpp', | 276 '../gm/shadertext2.cpp', |
| 276 '../gm/shadertext3.cpp', | 277 '../gm/shadertext3.cpp', |
| 277 | 278 |
| 278 # TODO(reed): Allocates more memory than Android devices are capable of | 279 # TODO(reed): Allocates more memory than Android devices are capable of |
| 279 # fulfilling. See http://skbug.com/1978 | 280 # fulfilling. See http://skbug.com/1978 |
| 280 '../gm/verylargebitmap.cpp', | 281 '../gm/verylargebitmap.cpp', |
| 281 ], | 282 ], |
| 282 }], | 283 }], |
| 283 ], | 284 ], |
| 284 } | 285 } |
| OLD | NEW |