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 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
127 '../gm/imageblur.cpp', | 127 '../gm/imageblur.cpp', |
128 '../gm/imageblur2.cpp', | 128 '../gm/imageblur2.cpp', |
129 '../gm/imageblurtiled.cpp', | 129 '../gm/imageblurtiled.cpp', |
130 '../gm/imagemagnifier.cpp', | 130 '../gm/imagemagnifier.cpp', |
131 '../gm/imageresizetiled.cpp', | 131 '../gm/imageresizetiled.cpp', |
132 '../gm/inversepaths.cpp', | 132 '../gm/inversepaths.cpp', |
133 '../gm/lerpmode.cpp', | 133 '../gm/lerpmode.cpp', |
134 '../gm/lighting.cpp', | 134 '../gm/lighting.cpp', |
135 '../gm/lumafilter.cpp', | 135 '../gm/lumafilter.cpp', |
136 '../gm/image.cpp', | 136 '../gm/image.cpp', |
| 137 '../gm/imagefilters.cpp', |
137 '../gm/imagefiltersbase.cpp', | 138 '../gm/imagefiltersbase.cpp', |
138 '../gm/imagefiltersclipped.cpp', | 139 '../gm/imagefiltersclipped.cpp', |
139 '../gm/imagefilterscropped.cpp', | 140 '../gm/imagefilterscropped.cpp', |
140 '../gm/imagefilterscropexpand.cpp', | 141 '../gm/imagefilterscropexpand.cpp', |
141 '../gm/imagefiltersgraph.cpp', | 142 '../gm/imagefiltersgraph.cpp', |
142 '../gm/imagefiltersscaled.cpp', | 143 '../gm/imagefiltersscaled.cpp', |
143 '../gm/imagefilterstransformed.cpp', | 144 '../gm/imagefilterstransformed.cpp', |
144 '../gm/internal_links.cpp', | 145 '../gm/internal_links.cpp', |
145 '../gm/lcdtext.cpp', | 146 '../gm/lcdtext.cpp', |
146 '../gm/linepaths.cpp', | 147 '../gm/linepaths.cpp', |
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
273 '../gm/shadertext2.cpp', | 274 '../gm/shadertext2.cpp', |
274 '../gm/shadertext3.cpp', | 275 '../gm/shadertext3.cpp', |
275 | 276 |
276 # TODO(reed): Allocates more memory than Android devices are capable of | 277 # TODO(reed): Allocates more memory than Android devices are capable of |
277 # fulfilling. See http://skbug.com/1978 | 278 # fulfilling. See http://skbug.com/1978 |
278 '../gm/verylargebitmap.cpp', | 279 '../gm/verylargebitmap.cpp', |
279 ], | 280 ], |
280 }], | 281 }], |
281 ], | 282 ], |
282 } | 283 } |
OLD | NEW |