| 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 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 134 'effects/SkMagnifierImageFilter.h', | 134 'effects/SkMagnifierImageFilter.h', |
| 135 'effects/SkMatrixConvolutionImageFilter.h', | 135 'effects/SkMatrixConvolutionImageFilter.h', |
| 136 'effects/SkMergeImageFilter.h', | 136 'effects/SkMergeImageFilter.h', |
| 137 'effects/SkMorphologyImageFilter.h', | 137 'effects/SkMorphologyImageFilter.h', |
| 138 'effects/SkOffsetImageFilter.h', | 138 'effects/SkOffsetImageFilter.h', |
| 139 'effects/SkPaintFlagsDrawFilter.h', | 139 'effects/SkPaintFlagsDrawFilter.h', |
| 140 'effects/SkPerlinNoiseShader.h', | 140 'effects/SkPerlinNoiseShader.h', |
| 141 'effects/SkPixelXorXfermode.h', | 141 'effects/SkPixelXorXfermode.h', |
| 142 'effects/SkPorterDuff.h', | 142 'effects/SkPorterDuff.h', |
| 143 'effects/SkRectShaderImageFilter.h', | 143 'effects/SkRectShaderImageFilter.h', |
| 144 'effects/SkStippleMaskFilter.h', | |
| 145 'effects/SkTableColorFilter.h', | 144 'effects/SkTableColorFilter.h', |
| 146 'effects/SkTableMaskFilter.h', | 145 'effects/SkTableMaskFilter.h', |
| 147 'effects/SkTestImageFilters.h', | 146 'effects/SkTestImageFilters.h', |
| 148 'effects/SkTransparentShader.h', | 147 'effects/SkTransparentShader.h', |
| 149 'effects/SkXfermodeImageFilter.h', | 148 'effects/SkXfermodeImageFilter.h', |
| 150 'gpu/GrAARectRenderer.h', | 149 'gpu/GrAARectRenderer.h', |
| 151 'gpu/GrBackendEffectFactory.h', | 150 'gpu/GrBackendEffectFactory.h', |
| 152 'gpu/GrClipData.h', | 151 'gpu/GrClipData.h', |
| 153 'gpu/GrColor.h', | 152 'gpu/GrColor.h', |
| 154 'gpu/GrConfig.h', | 153 'gpu/GrConfig.h', |
| (...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 270 'views/unix/keysym2ucs.h', | 269 'views/unix/keysym2ucs.h', |
| 271 'xml/SkBML_WXMLParser.h', | 270 'xml/SkBML_WXMLParser.h', |
| 272 'xml/SkBML_XMLParser.h', | 271 'xml/SkBML_XMLParser.h', |
| 273 'xml/SkDOM.h', | 272 'xml/SkDOM.h', |
| 274 'xml/SkJS.h', | 273 'xml/SkJS.h', |
| 275 'xml/SkXMLParser.h', | 274 'xml/SkXMLParser.h', |
| 276 'xml/SkXMLWriter.h', | 275 'xml/SkXMLWriter.h', |
| 277 ], | 276 ], |
| 278 }, | 277 }, |
| 279 } | 278 } |
| OLD | NEW |