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 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
52 'gpu/GrUserConfig.h', | 52 'gpu/GrUserConfig.h', |
53 'gpu/SkGrPixelRef.h', | 53 'gpu/SkGrPixelRef.h', |
54 'gpu/GrAARectRenderer.h', | 54 'gpu/GrAARectRenderer.h', |
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 'gpu/GrPoint.h', | |
63 'config/sk_stdint.h', | 62 'config/sk_stdint.h', |
64 'config/SkUserConfig.h', | 63 'config/SkUserConfig.h', |
65 'pipe/SkGPipe.h', | 64 'pipe/SkGPipe.h', |
66 'images/SkImageRef.h', | 65 'images/SkImageRef.h', |
67 'images/SkMovie.h', | 66 'images/SkMovie.h', |
68 'images/SkPageFlipper.h', | 67 'images/SkPageFlipper.h', |
69 'images/SkForceLinking.h', | 68 'images/SkForceLinking.h', |
70 'images/SkImageRef_GlobalPool.h', | 69 'images/SkImageRef_GlobalPool.h', |
71 'images/SkImages.h', | 70 'images/SkImages.h', |
72 'effects/SkMorphologyImageFilter.h', | 71 'effects/SkMorphologyImageFilter.h', |
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
286 'views/unix/XkeysToSkKeys.h', | 285 'views/unix/XkeysToSkKeys.h', |
287 'views/SkKey.h', | 286 'views/SkKey.h', |
288 'views/SkView.h', | 287 'views/SkView.h', |
289 'views/SkOSMenu.h', | 288 'views/SkOSMenu.h', |
290 'views/SkOSWindow_Unix.h', | 289 'views/SkOSWindow_Unix.h', |
291 'views/SkWidget.h', | 290 'views/SkWidget.h', |
292 'views/SkOSWindow_Win.h', | 291 'views/SkOSWindow_Win.h', |
293 ], | 292 ], |
294 }, | 293 }, |
295 } | 294 } |
OLD | NEW |