OLD | NEW |
1 # include this gypi to include all the golden master slides. | 1 # include this gypi to include all the golden master slides. |
2 { | 2 { |
3 'include_dirs': [ | 3 'include_dirs': [ |
4 '../gm', | 4 '../gm', |
5 # include dirs needed by particular GMs | 5 # include dirs needed by particular GMs |
6 '../src/utils/debugger', | 6 '../src/utils/debugger', |
7 '../src/images', | 7 '../src/images', |
8 '../src/lazy', | 8 '../src/lazy', |
9 ], | 9 ], |
10 'conditions': [ | 10 'conditions': [ |
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
191 '../gm/textblob.cpp', | 191 '../gm/textblob.cpp', |
192 '../gm/textblobshader.cpp', | 192 '../gm/textblobshader.cpp', |
193 '../gm/texturedomaineffect.cpp', | 193 '../gm/texturedomaineffect.cpp', |
194 '../gm/thinrects.cpp', | 194 '../gm/thinrects.cpp', |
195 '../gm/thinstrokedrects.cpp', | 195 '../gm/thinstrokedrects.cpp', |
196 '../gm/tiledscaledbitmap.cpp', | 196 '../gm/tiledscaledbitmap.cpp', |
197 '../gm/tileimagefilter.cpp', | 197 '../gm/tileimagefilter.cpp', |
198 '../gm/tilemodes.cpp', | 198 '../gm/tilemodes.cpp', |
199 '../gm/tilemodes_scaled.cpp', | 199 '../gm/tilemodes_scaled.cpp', |
200 '../gm/tinybitmap.cpp', | 200 '../gm/tinybitmap.cpp', |
| 201 '../gm/transparency.cpp', |
201 '../gm/twopointradial.cpp', | 202 '../gm/twopointradial.cpp', |
202 '../gm/typeface.cpp', | 203 '../gm/typeface.cpp', |
203 '../gm/vertices.cpp', | 204 '../gm/vertices.cpp', |
204 '../gm/verttext.cpp', | 205 '../gm/verttext.cpp', |
205 '../gm/verttext2.cpp', | 206 '../gm/verttext2.cpp', |
206 '../gm/verylargebitmap.cpp', | 207 '../gm/verylargebitmap.cpp', |
207 '../gm/xfermodeimagefilter.cpp', | 208 '../gm/xfermodeimagefilter.cpp', |
208 '../gm/xfermodes.cpp', | 209 '../gm/xfermodes.cpp', |
209 '../gm/xfermodes2.cpp', | 210 '../gm/xfermodes2.cpp', |
210 '../gm/xfermodes3.cpp', | 211 '../gm/xfermodes3.cpp', |
211 '../gm/yuvtorgbeffect.cpp', | 212 '../gm/yuvtorgbeffect.cpp', |
212 | 213 |
213 # Files needed by particular GMs | 214 # Files needed by particular GMs |
| 215 '../gm/checkerboard.h', |
| 216 '../gm/checkerboard.cpp', |
214 '../src/utils/debugger/SkDrawCommand.h', | 217 '../src/utils/debugger/SkDrawCommand.h', |
215 '../src/utils/debugger/SkDrawCommand.cpp', | 218 '../src/utils/debugger/SkDrawCommand.cpp', |
216 '../src/utils/debugger/SkDebugCanvas.h', | 219 '../src/utils/debugger/SkDebugCanvas.h', |
217 '../src/utils/debugger/SkDebugCanvas.cpp', | 220 '../src/utils/debugger/SkDebugCanvas.cpp', |
218 '../src/utils/debugger/SkObjectParser.h', | 221 '../src/utils/debugger/SkObjectParser.h', |
219 '../src/utils/debugger/SkObjectParser.cpp', | 222 '../src/utils/debugger/SkObjectParser.cpp', |
220 ], | 223 ], |
221 }], | 224 }], |
222 # TODO: Several GMs are known to cause particular problems on Android, so | 225 # TODO: Several GMs are known to cause particular problems on Android, so |
223 # we disable them on Android. See http://skbug.com/2326 | 226 # we disable them on Android. See http://skbug.com/2326 |
(...skipping 20 matching lines...) Expand all Loading... |
244 '../gm/shadertext2.cpp', | 247 '../gm/shadertext2.cpp', |
245 '../gm/shadertext3.cpp', | 248 '../gm/shadertext3.cpp', |
246 | 249 |
247 # TODO(reed): Allocates more memory than Android devices are capable of | 250 # TODO(reed): Allocates more memory than Android devices are capable of |
248 # fulfilling. See http://skbug.com/1978 | 251 # fulfilling. See http://skbug.com/1978 |
249 '../gm/verylargebitmap.cpp', | 252 '../gm/verylargebitmap.cpp', |
250 ], | 253 ], |
251 }], | 254 }], |
252 ], | 255 ], |
253 } | 256 } |
OLD | NEW |