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 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
118 '../gm/mixedxfermodes.cpp', | 118 '../gm/mixedxfermodes.cpp', |
119 '../gm/modecolorfilters.cpp', | 119 '../gm/modecolorfilters.cpp', |
120 '../gm/morphology.cpp', | 120 '../gm/morphology.cpp', |
121 '../gm/nested.cpp', | 121 '../gm/nested.cpp', |
122 '../gm/ninepatchstretch.cpp', | 122 '../gm/ninepatchstretch.cpp', |
123 '../gm/nonclosedpaths.cpp', | 123 '../gm/nonclosedpaths.cpp', |
124 '../gm/offsetimagefilter.cpp', | 124 '../gm/offsetimagefilter.cpp', |
125 '../gm/optimizations.cpp', | 125 '../gm/optimizations.cpp', |
126 '../gm/ovals.cpp', | 126 '../gm/ovals.cpp', |
127 '../gm/patch.cpp', | 127 '../gm/patch.cpp', |
| 128 '../gm/patchgrid.cpp', |
128 '../gm/patheffects.cpp', | 129 '../gm/patheffects.cpp', |
129 '../gm/pathfill.cpp', | 130 '../gm/pathfill.cpp', |
130 '../gm/pathinterior.cpp', | 131 '../gm/pathinterior.cpp', |
131 '../gm/pathopsinverse.cpp', | 132 '../gm/pathopsinverse.cpp', |
132 '../gm/pathopsskpclip.cpp', | 133 '../gm/pathopsskpclip.cpp', |
133 '../gm/pathreverse.cpp', | 134 '../gm/pathreverse.cpp', |
134 '../gm/peekpixels.cpp', | 135 '../gm/peekpixels.cpp', |
135 '../gm/perlinnoise.cpp', | 136 '../gm/perlinnoise.cpp', |
136 '../gm/pictureimagefilter.cpp', | 137 '../gm/pictureimagefilter.cpp', |
137 '../gm/pictureshader.cpp', | 138 '../gm/pictureshader.cpp', |
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
225 '../gm/shadertext2.cpp', | 226 '../gm/shadertext2.cpp', |
226 '../gm/shadertext3.cpp', | 227 '../gm/shadertext3.cpp', |
227 | 228 |
228 # TODO(reed): Allocates more memory than Android devices are capable of | 229 # TODO(reed): Allocates more memory than Android devices are capable of |
229 # fulfilling. See http://skbug.com/1978 | 230 # fulfilling. See http://skbug.com/1978 |
230 '../gm/verylargebitmap.cpp', | 231 '../gm/verylargebitmap.cpp', |
231 ], | 232 ], |
232 }], | 233 }], |
233 ], | 234 ], |
234 } | 235 } |
OLD | NEW |