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 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
114 '../gm/nonclosedpaths.cpp', | 114 '../gm/nonclosedpaths.cpp', |
115 '../gm/offsetimagefilter.cpp', | 115 '../gm/offsetimagefilter.cpp', |
116 '../gm/optimizations.cpp', | 116 '../gm/optimizations.cpp', |
117 '../gm/ovals.cpp', | 117 '../gm/ovals.cpp', |
118 '../gm/patheffects.cpp', | 118 '../gm/patheffects.cpp', |
119 '../gm/pathfill.cpp', | 119 '../gm/pathfill.cpp', |
120 '../gm/pathinterior.cpp', | 120 '../gm/pathinterior.cpp', |
121 '../gm/pathopsinverse.cpp', | 121 '../gm/pathopsinverse.cpp', |
122 '../gm/pathopsskpclip.cpp', | 122 '../gm/pathopsskpclip.cpp', |
123 '../gm/pathreverse.cpp', | 123 '../gm/pathreverse.cpp', |
| 124 '../gm/peekpixels.cpp', |
124 '../gm/perlinnoise.cpp', | 125 '../gm/perlinnoise.cpp', |
125 '../gm/pictureimagefilter.cpp', | 126 '../gm/pictureimagefilter.cpp', |
126 '../gm/points.cpp', | 127 '../gm/points.cpp', |
127 '../gm/poly2poly.cpp', | 128 '../gm/poly2poly.cpp', |
128 '../gm/polygons.cpp', | 129 '../gm/polygons.cpp', |
129 '../gm/quadpaths.cpp', | 130 '../gm/quadpaths.cpp', |
130 '../gm/rects.cpp', | 131 '../gm/rects.cpp', |
131 '../gm/resizeimagefilter.cpp', | 132 '../gm/resizeimagefilter.cpp', |
132 '../gm/rrect.cpp', | 133 '../gm/rrect.cpp', |
133 '../gm/rrects.cpp', | 134 '../gm/rrects.cpp', |
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
174 # Files needed by particular GMs | 175 # Files needed by particular GMs |
175 '../src/utils/debugger/SkDrawCommand.h', | 176 '../src/utils/debugger/SkDrawCommand.h', |
176 '../src/utils/debugger/SkDrawCommand.cpp', | 177 '../src/utils/debugger/SkDrawCommand.cpp', |
177 '../src/utils/debugger/SkDebugCanvas.h', | 178 '../src/utils/debugger/SkDebugCanvas.h', |
178 '../src/utils/debugger/SkDebugCanvas.cpp', | 179 '../src/utils/debugger/SkDebugCanvas.cpp', |
179 '../src/utils/debugger/SkObjectParser.h', | 180 '../src/utils/debugger/SkObjectParser.h', |
180 '../src/utils/debugger/SkObjectParser.cpp', | 181 '../src/utils/debugger/SkObjectParser.cpp', |
181 | 182 |
182 ], | 183 ], |
183 } | 184 } |
OLD | NEW |