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 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
135 '../gm/imagefiltersgraph.cpp', | 135 '../gm/imagefiltersgraph.cpp', |
136 '../gm/imagefiltersscaled.cpp', | 136 '../gm/imagefiltersscaled.cpp', |
137 '../gm/imagefilterstransformed.cpp', | 137 '../gm/imagefilterstransformed.cpp', |
138 '../gm/internal_links.cpp', | 138 '../gm/internal_links.cpp', |
139 '../gm/lcdtext.cpp', | 139 '../gm/lcdtext.cpp', |
140 '../gm/linepaths.cpp', | 140 '../gm/linepaths.cpp', |
141 '../gm/matrixconvolution.cpp', | 141 '../gm/matrixconvolution.cpp', |
142 '../gm/matriximagefilter.cpp', | 142 '../gm/matriximagefilter.cpp', |
143 '../gm/megalooper.cpp', | 143 '../gm/megalooper.cpp', |
144 '../gm/mixedxfermodes.cpp', | 144 '../gm/mixedxfermodes.cpp', |
| 145 '../gm/mixedtextblobs.cpp', |
145 '../gm/mipmap.cpp', | 146 '../gm/mipmap.cpp', |
146 '../gm/modecolorfilters.cpp', | 147 '../gm/modecolorfilters.cpp', |
147 '../gm/morphology.cpp', | 148 '../gm/morphology.cpp', |
148 '../gm/multipicturedraw.cpp', | 149 '../gm/multipicturedraw.cpp', |
149 '../gm/nested.cpp', | 150 '../gm/nested.cpp', |
150 '../gm/ninepatchstretch.cpp', | 151 '../gm/ninepatchstretch.cpp', |
151 '../gm/nonclosedpaths.cpp', | 152 '../gm/nonclosedpaths.cpp', |
152 '../gm/offsetimagefilter.cpp', | 153 '../gm/offsetimagefilter.cpp', |
153 '../gm/ovals.cpp', | 154 '../gm/ovals.cpp', |
154 '../gm/patch.cpp', | 155 '../gm/patch.cpp', |
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
263 '../gm/shadertext2.cpp', | 264 '../gm/shadertext2.cpp', |
264 '../gm/shadertext3.cpp', | 265 '../gm/shadertext3.cpp', |
265 | 266 |
266 # TODO(reed): Allocates more memory than Android devices are capable of | 267 # TODO(reed): Allocates more memory than Android devices are capable of |
267 # fulfilling. See http://skbug.com/1978 | 268 # fulfilling. See http://skbug.com/1978 |
268 '../gm/verylargebitmap.cpp', | 269 '../gm/verylargebitmap.cpp', |
269 ], | 270 ], |
270 }], | 271 }], |
271 ], | 272 ], |
272 } | 273 } |
OLD | NEW |