OLD | NEW |
1 # Include this gypi to include all public header files that exist in the | 1 # Include this gypi to include all public header files that exist in the |
2 # include directory. | 2 # include directory. |
3 # | 3 # |
4 # The list is computed by running 'find include -name *.h' in the root dir of | 4 # The list is computed by running 'find include -name *.h' in the root dir of |
5 # the project. | 5 # the project. |
6 # | 6 # |
7 { | 7 { |
8 'variables': { | 8 'variables': { |
9 'header_filenames': [ | 9 'header_filenames': [ |
10 'animator/SkAnimator.h', | 10 'animator/SkAnimator.h', |
(...skipping 26 matching lines...) Expand all Loading... |
37 'core/SkError.h', | 37 'core/SkError.h', |
38 'core/SkFixed.h', | 38 'core/SkFixed.h', |
39 'core/SkFlate.h', | 39 'core/SkFlate.h', |
40 'core/SkFlattenable.h', | 40 'core/SkFlattenable.h', |
41 'core/SkFlattenableBuffers.h', | 41 'core/SkFlattenableBuffers.h', |
42 'core/SkFlattenableSerialization.h', | 42 'core/SkFlattenableSerialization.h', |
43 'core/SkFloatBits.h', | 43 'core/SkFloatBits.h', |
44 'core/SkFloatingPoint.h', | 44 'core/SkFloatingPoint.h', |
45 'core/SkFontHost.h', | 45 'core/SkFontHost.h', |
46 'core/SkFontLCDConfig.h', | 46 'core/SkFontLCDConfig.h', |
| 47 'core/SkFontStyle.h', |
47 'core/SkGeometry.h', | 48 'core/SkGeometry.h', |
48 'core/SkGraphics.h', | 49 'core/SkGraphics.h', |
49 'core/SkImage.h', | 50 'core/SkImage.h', |
50 'core/SkImageDecoder.h', | 51 'core/SkImageDecoder.h', |
51 'core/SkImageEncoder.h', | 52 'core/SkImageEncoder.h', |
52 'core/SkImageFilter.h', | 53 'core/SkImageFilter.h', |
53 'core/SkInstCnt.h', | 54 'core/SkInstCnt.h', |
54 'core/SkLineClipper.h', | 55 'core/SkLineClipper.h', |
55 'core/SkMallocPixelRef.h', | 56 'core/SkMallocPixelRef.h', |
56 'core/SkMask.h', | 57 'core/SkMask.h', |
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
188 'gpu/gl/SkNullGLContext.h', | 189 'gpu/gl/SkNullGLContext.h', |
189 'images/SkForceLinking.h', | 190 'images/SkForceLinking.h', |
190 'images/SkMovie.h', | 191 'images/SkMovie.h', |
191 'images/SkPageFlipper.h', | 192 'images/SkPageFlipper.h', |
192 'pathops/SkPathOps.h', | 193 'pathops/SkPathOps.h', |
193 'pdf/SkPDFDevice.h', | 194 'pdf/SkPDFDevice.h', |
194 'pdf/SkPDFDocument.h', | 195 'pdf/SkPDFDocument.h', |
195 'pipe/SkGPipe.h', | 196 'pipe/SkGPipe.h', |
196 'ports/SkFontConfigInterface.h', | 197 'ports/SkFontConfigInterface.h', |
197 'ports/SkFontMgr.h', | 198 'ports/SkFontMgr.h', |
198 'ports/SkFontStyle.h', | |
199 'ports/SkTypeface_android.h', | 199 'ports/SkTypeface_android.h', |
200 'ports/SkTypeface_mac.h', | 200 'ports/SkTypeface_mac.h', |
201 'ports/SkTypeface_win.h', | 201 'ports/SkTypeface_win.h', |
202 'svg/SkSVGAttribute.h', | 202 'svg/SkSVGAttribute.h', |
203 'svg/SkSVGBase.h', | 203 'svg/SkSVGBase.h', |
204 'svg/SkSVGPaintState.h', | 204 'svg/SkSVGPaintState.h', |
205 'svg/SkSVGParser.h', | 205 'svg/SkSVGParser.h', |
206 'svg/SkSVGTypes.h', | 206 'svg/SkSVGTypes.h', |
207 'utils/SkBoundaryPatch.h', | 207 'utils/SkBoundaryPatch.h', |
208 'utils/SkCamera.h', | 208 'utils/SkCamera.h', |
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
266 'views/unix/keysym2ucs.h', | 266 'views/unix/keysym2ucs.h', |
267 'xml/SkBML_WXMLParser.h', | 267 'xml/SkBML_WXMLParser.h', |
268 'xml/SkBML_XMLParser.h', | 268 'xml/SkBML_XMLParser.h', |
269 'xml/SkDOM.h', | 269 'xml/SkDOM.h', |
270 'xml/SkJS.h', | 270 'xml/SkJS.h', |
271 'xml/SkXMLParser.h', | 271 'xml/SkXMLParser.h', |
272 'xml/SkXMLWriter.h', | 272 'xml/SkXMLWriter.h', |
273 ], | 273 ], |
274 }, | 274 }, |
275 } | 275 } |
OLD | NEW |