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 'sources': [ | 10 'sources': [ |
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
152 '../gm/srcmode.cpp', | 152 '../gm/srcmode.cpp', |
153 '../gm/strokefill.cpp', | 153 '../gm/strokefill.cpp', |
154 '../gm/strokerect.cpp', | 154 '../gm/strokerect.cpp', |
155 '../gm/strokerects.cpp', | 155 '../gm/strokerects.cpp', |
156 '../gm/strokes.cpp', | 156 '../gm/strokes.cpp', |
157 '../gm/stroketext.cpp', | 157 '../gm/stroketext.cpp', |
158 '../gm/tablecolorfilter.cpp', | 158 '../gm/tablecolorfilter.cpp', |
159 '../gm/texteffects.cpp', | 159 '../gm/texteffects.cpp', |
160 '../gm/testimagefilters.cpp', | 160 '../gm/testimagefilters.cpp', |
161 '../gm/texdata.cpp', | 161 '../gm/texdata.cpp', |
| 162 '../gm/texturedomaineffect.cpp', |
162 '../gm/thinrects.cpp', | 163 '../gm/thinrects.cpp', |
163 '../gm/thinstrokedrects.cpp', | 164 '../gm/thinstrokedrects.cpp', |
164 '../gm/tileimagefilter.cpp', | 165 '../gm/tileimagefilter.cpp', |
165 '../gm/tilemodes.cpp', | 166 '../gm/tilemodes.cpp', |
166 '../gm/tilemodes_scaled.cpp', | 167 '../gm/tilemodes_scaled.cpp', |
167 '../gm/tinybitmap.cpp', | 168 '../gm/tinybitmap.cpp', |
168 '../gm/twopointradial.cpp', | 169 '../gm/twopointradial.cpp', |
169 '../gm/typeface.cpp', | 170 '../gm/typeface.cpp', |
170 '../gm/vertices.cpp', | 171 '../gm/vertices.cpp', |
171 '../gm/verttext.cpp', | 172 '../gm/verttext.cpp', |
(...skipping 17 matching lines...) Expand all Loading... |
189 # epoger will re-enable by 10 April 2014 | 190 # epoger will re-enable by 10 April 2014 |
190 'conditions': [ | 191 'conditions': [ |
191 [ 'skia_os == "android"', { | 192 [ 'skia_os == "android"', { |
192 'sources!': [ | 193 'sources!': [ |
193 '../gm/imagefilterscropexpand.cpp', | 194 '../gm/imagefilterscropexpand.cpp', |
194 ], | 195 ], |
195 }], | 196 }], |
196 # base class for GMs | 197 # base class for GMs |
197 ], | 198 ], |
198 } | 199 } |
OLD | NEW |