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 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
120 '../gm/ovals.cpp', | 120 '../gm/ovals.cpp', |
121 '../gm/patheffects.cpp', | 121 '../gm/patheffects.cpp', |
122 '../gm/pathfill.cpp', | 122 '../gm/pathfill.cpp', |
123 '../gm/pathinterior.cpp', | 123 '../gm/pathinterior.cpp', |
124 '../gm/pathopsinverse.cpp', | 124 '../gm/pathopsinverse.cpp', |
125 '../gm/pathopsskpclip.cpp', | 125 '../gm/pathopsskpclip.cpp', |
126 '../gm/pathreverse.cpp', | 126 '../gm/pathreverse.cpp', |
127 '../gm/peekpixels.cpp', | 127 '../gm/peekpixels.cpp', |
128 '../gm/perlinnoise.cpp', | 128 '../gm/perlinnoise.cpp', |
129 '../gm/pictureimagefilter.cpp', | 129 '../gm/pictureimagefilter.cpp', |
| 130 '../gm/pictureshader.cpp', |
130 '../gm/points.cpp', | 131 '../gm/points.cpp', |
131 '../gm/poly2poly.cpp', | 132 '../gm/poly2poly.cpp', |
132 '../gm/polygons.cpp', | 133 '../gm/polygons.cpp', |
133 '../gm/quadpaths.cpp', | 134 '../gm/quadpaths.cpp', |
134 '../gm/rects.cpp', | 135 '../gm/rects.cpp', |
135 '../gm/resizeimagefilter.cpp', | 136 '../gm/resizeimagefilter.cpp', |
136 '../gm/rrect.cpp', | 137 '../gm/rrect.cpp', |
137 '../gm/rrects.cpp', | 138 '../gm/rrects.cpp', |
138 '../gm/roundrects.cpp', | 139 '../gm/roundrects.cpp', |
139 '../gm/samplerstress.cpp', | 140 '../gm/samplerstress.cpp', |
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
219 # fulfilling. See http://skbug.com/1978 | 220 # fulfilling. See http://skbug.com/1978 |
220 '../gm/verylargebitmap.cpp', | 221 '../gm/verylargebitmap.cpp', |
221 ], | 222 ], |
222 | 223 |
223 'sources': [ | 224 'sources': [ |
224 '../gm/androidfallback.cpp', | 225 '../gm/androidfallback.cpp', |
225 ], | 226 ], |
226 }], | 227 }], |
227 ], | 228 ], |
228 } | 229 } |
OLD | NEW |