| 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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 55 'gpu/GrColor.h', | 55 'gpu/GrColor.h', |
| 56 'gpu/GrGlyph.h', | 56 'gpu/GrGlyph.h', |
| 57 'gpu/GrBackendEffectFactory.h', | 57 'gpu/GrBackendEffectFactory.h', |
| 58 'gpu/GrContextFactory.h', | 58 'gpu/GrContextFactory.h', |
| 59 'gpu/GrRenderTarget.h', | 59 'gpu/GrRenderTarget.h', |
| 60 'gpu/GrSurface.h', | 60 'gpu/GrSurface.h', |
| 61 'gpu/GrTypesPriv.h', | 61 'gpu/GrTypesPriv.h', |
| 62 'config/sk_stdint.h', | 62 'config/sk_stdint.h', |
| 63 'config/SkUserConfig.h', | 63 'config/SkUserConfig.h', |
| 64 'pipe/SkGPipe.h', | 64 'pipe/SkGPipe.h', |
| 65 'images/SkImageRef.h', | |
| 66 'images/SkMovie.h', | 65 'images/SkMovie.h', |
| 67 'images/SkPageFlipper.h', | 66 'images/SkPageFlipper.h', |
| 68 'images/SkForceLinking.h', | 67 'images/SkForceLinking.h', |
| 69 'images/SkImageRef_GlobalPool.h', | |
| 70 'images/SkImages.h', | |
| 71 'effects/SkMorphologyImageFilter.h', | 68 'effects/SkMorphologyImageFilter.h', |
| 72 'effects/Sk2DPathEffect.h', | 69 'effects/Sk2DPathEffect.h', |
| 73 'effects/SkXfermodeImageFilter.h', | 70 'effects/SkXfermodeImageFilter.h', |
| 74 'effects/SkAlphaThresholdFilter.h', | 71 'effects/SkAlphaThresholdFilter.h', |
| 75 'effects/SkArithmeticMode.h', | 72 'effects/SkArithmeticMode.h', |
| 76 'effects/SkMergeImageFilter.h', | 73 'effects/SkMergeImageFilter.h', |
| 77 'effects/SkPerlinNoiseShader.h', | 74 'effects/SkPerlinNoiseShader.h', |
| 78 'effects/SkLerpXfermode.h', | 75 'effects/SkLerpXfermode.h', |
| 79 'effects/SkLumaColorFilter.h', | 76 'effects/SkLumaColorFilter.h', |
| 80 'effects/SkRectShaderImageFilter.h', | 77 'effects/SkRectShaderImageFilter.h', |
| (...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 283 'views/unix/XkeysToSkKeys.h', | 280 'views/unix/XkeysToSkKeys.h', |
| 284 'views/SkKey.h', | 281 'views/SkKey.h', |
| 285 'views/SkView.h', | 282 'views/SkView.h', |
| 286 'views/SkOSMenu.h', | 283 'views/SkOSMenu.h', |
| 287 'views/SkOSWindow_Unix.h', | 284 'views/SkOSWindow_Unix.h', |
| 288 'views/SkWidget.h', | 285 'views/SkWidget.h', |
| 289 'views/SkOSWindow_Win.h', | 286 'views/SkOSWindow_Win.h', |
| 290 ], | 287 ], |
| 291 }, | 288 }, |
| 292 } | 289 } |
| OLD | NEW |