| 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 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 110 'effects/SkColorFilterImageFilter.h', | 110 'effects/SkColorFilterImageFilter.h', |
| 111 'effects/SkLayerDrawLooper.h', | 111 'effects/SkLayerDrawLooper.h', |
| 112 'effects/SkLightingImageFilter.h', | 112 'effects/SkLightingImageFilter.h', |
| 113 'effects/SkDropShadowImageFilter.h', | 113 'effects/SkDropShadowImageFilter.h', |
| 114 'effects/SkMatrixConvolutionImageFilter.h', | 114 'effects/SkMatrixConvolutionImageFilter.h', |
| 115 'utils/win/SkAutoCoInitialize.h', | 115 'utils/win/SkAutoCoInitialize.h', |
| 116 'utils/win/SkHRESULT.h', | 116 'utils/win/SkHRESULT.h', |
| 117 'utils/win/SkIStream.h', | 117 'utils/win/SkIStream.h', |
| 118 'utils/win/SkTScopedComPtr.h', | 118 'utils/win/SkTScopedComPtr.h', |
| 119 'utils/SkBoundaryPatch.h', | 119 'utils/SkBoundaryPatch.h', |
| 120 'utils/SkUnitMappers.h', | |
| 121 'utils/SkPictureUtils.h', | 120 'utils/SkPictureUtils.h', |
| 122 'utils/SkRandom.h', | 121 'utils/SkRandom.h', |
| 123 'utils/SkMeshUtils.h', | 122 'utils/SkMeshUtils.h', |
| 124 'utils/SkCullPoints.h', | 123 'utils/SkCullPoints.h', |
| 125 'utils/SkCamera.h', | 124 'utils/SkCamera.h', |
| 126 'utils/SkLua.h', | 125 'utils/SkLua.h', |
| 127 'utils/SkParsePaint.h', | 126 'utils/SkParsePaint.h', |
| 128 'utils/SkCountdown.h', | 127 'utils/SkCountdown.h', |
| 129 'utils/SkRunnable.h', | 128 'utils/SkRunnable.h', |
| 130 'utils/SkParse.h', | 129 'utils/SkParse.h', |
| (...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 251 'core/SkString.h', | 250 'core/SkString.h', |
| 252 'core/SkPixelRef.h', | 251 'core/SkPixelRef.h', |
| 253 'core/SkSize.h', | 252 'core/SkSize.h', |
| 254 'core/SkEmptyShader.h', | 253 'core/SkEmptyShader.h', |
| 255 'core/SkSurface.h', | 254 'core/SkSurface.h', |
| 256 'core/SkPostConfig.h', | 255 'core/SkPostConfig.h', |
| 257 'core/SkShader.h', | 256 'core/SkShader.h', |
| 258 'core/SkWriter32.h', | 257 'core/SkWriter32.h', |
| 259 'core/SkError.h', | 258 'core/SkError.h', |
| 260 'core/SkPath.h', | 259 'core/SkPath.h', |
| 261 'core/SkUnitMapper.h', | |
| 262 'core/SkFlattenable.h', | 260 'core/SkFlattenable.h', |
| 263 'core/SkTSearch.h', | 261 'core/SkTSearch.h', |
| 264 'core/SkRect.h', | 262 'core/SkRect.h', |
| 265 'pathops/SkPathOps.h', | 263 'pathops/SkPathOps.h', |
| 266 'views/SkTouchGesture.h', | 264 'views/SkTouchGesture.h', |
| 267 'views/SkEvent.h', | 265 'views/SkEvent.h', |
| 268 'views/SkOSWindow_NaCl.h', | 266 'views/SkOSWindow_NaCl.h', |
| 269 'views/SkTextBox.h', | 267 'views/SkTextBox.h', |
| 270 'views/SkViewInflate.h', | 268 'views/SkViewInflate.h', |
| 271 'views/SkOSWindow_iOS.h', | 269 'views/SkOSWindow_iOS.h', |
| (...skipping 16 matching lines...) Expand all Loading... |
| 288 'views/unix/XkeysToSkKeys.h', | 286 'views/unix/XkeysToSkKeys.h', |
| 289 'views/SkKey.h', | 287 'views/SkKey.h', |
| 290 'views/SkView.h', | 288 'views/SkView.h', |
| 291 'views/SkOSMenu.h', | 289 'views/SkOSMenu.h', |
| 292 'views/SkOSWindow_Unix.h', | 290 'views/SkOSWindow_Unix.h', |
| 293 'views/SkWidget.h', | 291 'views/SkWidget.h', |
| 294 'views/SkOSWindow_Win.h', | 292 'views/SkOSWindow_Win.h', |
| 295 ], | 293 ], |
| 296 }, | 294 }, |
| 297 } | 295 } |
| OLD | NEW |