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 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
115 '../gm/mixedxfermodes.cpp', | 115 '../gm/mixedxfermodes.cpp', |
116 '../gm/modecolorfilters.cpp', | 116 '../gm/modecolorfilters.cpp', |
117 '../gm/morphology.cpp', | 117 '../gm/morphology.cpp', |
118 '../gm/nested.cpp', | 118 '../gm/nested.cpp', |
119 '../gm/ninepatchstretch.cpp', | 119 '../gm/ninepatchstretch.cpp', |
120 '../gm/nonclosedpaths.cpp', | 120 '../gm/nonclosedpaths.cpp', |
121 '../gm/offsetimagefilter.cpp', | 121 '../gm/offsetimagefilter.cpp', |
122 '../gm/optimizations.cpp', | 122 '../gm/optimizations.cpp', |
123 '../gm/ovals.cpp', | 123 '../gm/ovals.cpp', |
124 '../gm/patheffects.cpp', | 124 '../gm/patheffects.cpp', |
| 125 '../gm/patheffect4bigtext.cpp', |
125 '../gm/pathfill.cpp', | 126 '../gm/pathfill.cpp', |
126 '../gm/pathinterior.cpp', | 127 '../gm/pathinterior.cpp', |
127 '../gm/pathopsinverse.cpp', | 128 '../gm/pathopsinverse.cpp', |
128 '../gm/pathopsskpclip.cpp', | 129 '../gm/pathopsskpclip.cpp', |
129 '../gm/pathreverse.cpp', | 130 '../gm/pathreverse.cpp', |
130 '../gm/peekpixels.cpp', | 131 '../gm/peekpixels.cpp', |
131 '../gm/perlinnoise.cpp', | 132 '../gm/perlinnoise.cpp', |
132 '../gm/pictureimagefilter.cpp', | 133 '../gm/pictureimagefilter.cpp', |
133 '../gm/pictureshader.cpp', | 134 '../gm/pictureshader.cpp', |
134 '../gm/points.cpp', | 135 '../gm/points.cpp', |
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
223 # fulfilling. See http://skbug.com/1978 | 224 # fulfilling. See http://skbug.com/1978 |
224 '../gm/verylargebitmap.cpp', | 225 '../gm/verylargebitmap.cpp', |
225 ], | 226 ], |
226 | 227 |
227 'sources': [ | 228 'sources': [ |
228 '../gm/androidfallback.cpp', | 229 '../gm/androidfallback.cpp', |
229 ], | 230 ], |
230 }], | 231 }], |
231 ], | 232 ], |
232 } | 233 } |
OLD | NEW |