| 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 21 matching lines...) Expand all Loading... |
| 32 'core/SkDither.h', | 32 'core/SkDither.h', |
| 33 'core/SkDocument.h', | 33 'core/SkDocument.h', |
| 34 'core/SkDraw.h', | 34 'core/SkDraw.h', |
| 35 'core/SkDrawFilter.h', | 35 'core/SkDrawFilter.h', |
| 36 'core/SkDrawLooper.h', | 36 'core/SkDrawLooper.h', |
| 37 'core/SkEndian.h', | 37 'core/SkEndian.h', |
| 38 'core/SkError.h', | 38 'core/SkError.h', |
| 39 'core/SkFixed.h', | 39 'core/SkFixed.h', |
| 40 'core/SkFlate.h', | 40 'core/SkFlate.h', |
| 41 'core/SkFlattenable.h', | 41 'core/SkFlattenable.h', |
| 42 'core/SkFlattenableBuffers.h', |
| 42 'core/SkFlattenableSerialization.h', | 43 'core/SkFlattenableSerialization.h', |
| 43 'core/SkFloatBits.h', | 44 'core/SkFloatBits.h', |
| 44 'core/SkFloatingPoint.h', | 45 'core/SkFloatingPoint.h', |
| 45 'core/SkFontHost.h', | 46 'core/SkFontHost.h', |
| 46 'core/SkFontLCDConfig.h', | 47 'core/SkFontLCDConfig.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', |
| (...skipping 13 matching lines...) Expand all Loading... |
| 65 'core/SkPath.h', | 66 'core/SkPath.h', |
| 66 'core/SkPathEffect.h', | 67 'core/SkPathEffect.h', |
| 67 'core/SkPathMeasure.h', | 68 'core/SkPathMeasure.h', |
| 68 'core/SkPicture.h', | 69 'core/SkPicture.h', |
| 69 'core/SkPixelRef.h', | 70 'core/SkPixelRef.h', |
| 70 'core/SkPoint.h', | 71 'core/SkPoint.h', |
| 71 'core/SkPostConfig.h', | 72 'core/SkPostConfig.h', |
| 72 'core/SkPreConfig.h', | 73 'core/SkPreConfig.h', |
| 73 'core/SkRRect.h', | 74 'core/SkRRect.h', |
| 74 'core/SkRasterizer.h', | 75 'core/SkRasterizer.h', |
| 76 'core/SkReader32.h', |
| 75 'core/SkRect.h', | 77 'core/SkRect.h', |
| 76 'core/SkRefCnt.h', | 78 'core/SkRefCnt.h', |
| 77 'core/SkRegion.h', | 79 'core/SkRegion.h', |
| 78 'core/SkScalar.h', | 80 'core/SkScalar.h', |
| 79 'core/SkShader.h', | 81 'core/SkShader.h', |
| 80 'core/SkSize.h', | 82 'core/SkSize.h', |
| 81 'core/SkStream.h', | 83 'core/SkStream.h', |
| 82 'core/SkString.h', | 84 'core/SkString.h', |
| 83 'core/SkStringUtils.h', | 85 'core/SkStringUtils.h', |
| 84 'core/SkStrokeRec.h', | 86 'core/SkStrokeRec.h', |
| (...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 267 'views/unix/keysym2ucs.h', | 269 'views/unix/keysym2ucs.h', |
| 268 'xml/SkBML_WXMLParser.h', | 270 'xml/SkBML_WXMLParser.h', |
| 269 'xml/SkBML_XMLParser.h', | 271 'xml/SkBML_XMLParser.h', |
| 270 'xml/SkDOM.h', | 272 'xml/SkDOM.h', |
| 271 'xml/SkJS.h', | 273 'xml/SkJS.h', |
| 272 'xml/SkXMLParser.h', | 274 'xml/SkXMLParser.h', |
| 273 'xml/SkXMLWriter.h', | 275 'xml/SkXMLWriter.h', |
| 274 ], | 276 ], |
| 275 }, | 277 }, |
| 276 } | 278 } |
| OLD | NEW |