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 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
89 '../gm/gradients_2pt_conical.cpp', | 89 '../gm/gradients_2pt_conical.cpp', |
90 '../gm/gradients_no_texture.cpp', | 90 '../gm/gradients_no_texture.cpp', |
91 '../gm/gradientDirtyLaundry.cpp', | 91 '../gm/gradientDirtyLaundry.cpp', |
92 '../gm/gradient_matrix.cpp', | 92 '../gm/gradient_matrix.cpp', |
93 '../gm/gradtext.cpp', | 93 '../gm/gradtext.cpp', |
94 '../gm/hairlines.cpp', | 94 '../gm/hairlines.cpp', |
95 '../gm/hairmodes.cpp', | 95 '../gm/hairmodes.cpp', |
96 '../gm/hittestpath.cpp', | 96 '../gm/hittestpath.cpp', |
97 '../gm/imagealphathreshold.cpp', | 97 '../gm/imagealphathreshold.cpp', |
98 '../gm/imageblur.cpp', | 98 '../gm/imageblur.cpp', |
| 99 '../gm/imageblur2.cpp', |
99 '../gm/imageblurtiled.cpp', | 100 '../gm/imageblurtiled.cpp', |
100 '../gm/imagemagnifier.cpp', | 101 '../gm/imagemagnifier.cpp', |
101 '../gm/imageresizetiled.cpp', | 102 '../gm/imageresizetiled.cpp', |
102 '../gm/inversepaths.cpp', | 103 '../gm/inversepaths.cpp', |
103 '../gm/lerpmode.cpp', | 104 '../gm/lerpmode.cpp', |
104 '../gm/lighting.cpp', | 105 '../gm/lighting.cpp', |
105 '../gm/lumafilter.cpp', | 106 '../gm/lumafilter.cpp', |
106 '../gm/image.cpp', | 107 '../gm/image.cpp', |
107 '../gm/imagefiltersbase.cpp', | 108 '../gm/imagefiltersbase.cpp', |
108 '../gm/imagefiltersclipped.cpp', | 109 '../gm/imagefiltersclipped.cpp', |
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
227 '../gm/shadertext2.cpp', | 228 '../gm/shadertext2.cpp', |
228 '../gm/shadertext3.cpp', | 229 '../gm/shadertext3.cpp', |
229 | 230 |
230 # TODO(reed): Allocates more memory than Android devices are capable of | 231 # TODO(reed): Allocates more memory than Android devices are capable of |
231 # fulfilling. See http://skbug.com/1978 | 232 # fulfilling. See http://skbug.com/1978 |
232 '../gm/verylargebitmap.cpp', | 233 '../gm/verylargebitmap.cpp', |
233 ], | 234 ], |
234 }], | 235 }], |
235 ], | 236 ], |
236 } | 237 } |
OLD | NEW |