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 'pdf/SkPDFDevice.h', | 10 'pdf/SkPDFDevice.h', |
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
106 'effects/SkDisplacementMapEffect.h', | 106 'effects/SkDisplacementMapEffect.h', |
107 'effects/SkPixelXorXfermode.h', | 107 'effects/SkPixelXorXfermode.h', |
108 'effects/SkColorMatrixFilter.h', | 108 'effects/SkColorMatrixFilter.h', |
109 'effects/SkColorMatrix.h', | 109 'effects/SkColorMatrix.h', |
110 'effects/SkBlurDrawLooper.h', | 110 'effects/SkBlurDrawLooper.h', |
111 'effects/SkColorFilterImageFilter.h', | 111 'effects/SkColorFilterImageFilter.h', |
112 'effects/SkLayerDrawLooper.h', | 112 'effects/SkLayerDrawLooper.h', |
113 'effects/SkLightingImageFilter.h', | 113 'effects/SkLightingImageFilter.h', |
114 'effects/SkDropShadowImageFilter.h', | 114 'effects/SkDropShadowImageFilter.h', |
115 'effects/SkMatrixConvolutionImageFilter.h', | 115 'effects/SkMatrixConvolutionImageFilter.h', |
| 116 'effects/SkValidateImageFilter.h', |
116 'utils/win/SkAutoCoInitialize.h', | 117 'utils/win/SkAutoCoInitialize.h', |
117 'utils/win/SkHRESULT.h', | 118 'utils/win/SkHRESULT.h', |
118 'utils/win/SkIStream.h', | 119 'utils/win/SkIStream.h', |
119 'utils/win/SkTScopedComPtr.h', | 120 'utils/win/SkTScopedComPtr.h', |
120 'utils/SkBoundaryPatch.h', | 121 'utils/SkBoundaryPatch.h', |
121 'utils/SkUnitMappers.h', | 122 'utils/SkUnitMappers.h', |
122 'utils/SkPictureUtils.h', | 123 'utils/SkPictureUtils.h', |
123 'utils/SkRandom.h', | 124 'utils/SkRandom.h', |
124 'utils/SkMeshUtils.h', | 125 'utils/SkMeshUtils.h', |
125 'utils/SkCullPoints.h', | 126 'utils/SkCullPoints.h', |
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
289 'views/unix/XkeysToSkKeys.h', | 290 'views/unix/XkeysToSkKeys.h', |
290 'views/SkKey.h', | 291 'views/SkKey.h', |
291 'views/SkView.h', | 292 'views/SkView.h', |
292 'views/SkOSMenu.h', | 293 'views/SkOSMenu.h', |
293 'views/SkOSWindow_Unix.h', | 294 'views/SkOSWindow_Unix.h', |
294 'views/SkWidget.h', | 295 'views/SkWidget.h', |
295 'views/SkOSWindow_Win.h', | 296 'views/SkOSWindow_Win.h', |
296 ], | 297 ], |
297 }, | 298 }, |
298 } | 299 } |
OLD | NEW |