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 26 matching lines...) Expand all Loading... |
37 'gpu/GrKey.h', | 37 'gpu/GrKey.h', |
38 'gpu/GrOvalRenderer.h', | 38 'gpu/GrOvalRenderer.h', |
39 'gpu/GrEffectUnitTest.h', | 39 'gpu/GrEffectUnitTest.h', |
40 'gpu/GrConfig.h', | 40 'gpu/GrConfig.h', |
41 'gpu/GrPaint.h', | 41 'gpu/GrPaint.h', |
42 'gpu/GrPathRendererChain.h', | 42 'gpu/GrPathRendererChain.h', |
43 'gpu/GrTBackendEffectFactory.h', | 43 'gpu/GrTBackendEffectFactory.h', |
44 'gpu/GrDrawEffect.h', | 44 'gpu/GrDrawEffect.h', |
45 'gpu/GrTextContext.h', | 45 'gpu/GrTextContext.h', |
46 'gpu/GrEffect.h', | 46 'gpu/GrEffect.h', |
47 'gpu/GrNoncopyable.h', | |
48 'gpu/SkGrTexturePixelRef.h', | 47 'gpu/SkGrTexturePixelRef.h', |
49 'gpu/GrTextureAccess.h', | 48 'gpu/GrTextureAccess.h', |
50 'gpu/GrRect.h', | 49 'gpu/GrRect.h', |
51 'gpu/GrEffectStage.h', | 50 'gpu/GrEffectStage.h', |
52 'gpu/GrClipData.h', | 51 'gpu/GrClipData.h', |
53 'gpu/GrUserConfig.h', | 52 'gpu/GrUserConfig.h', |
54 'gpu/SkGrPixelRef.h', | 53 'gpu/SkGrPixelRef.h', |
55 'gpu/GrAARectRenderer.h', | 54 'gpu/GrAARectRenderer.h', |
56 'gpu/GrColor.h', | 55 'gpu/GrColor.h', |
57 'gpu/GrGlyph.h', | 56 'gpu/GrGlyph.h', |
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
306 'lazy/SkLruImageCache.h', | 305 'lazy/SkLruImageCache.h', |
307 ], | 306 ], |
308 }, | 307 }, |
309 } | 308 } |
310 | 309 |
311 # Local Variables: | 310 # Local Variables: |
312 # tab-width:2 | 311 # tab-width:2 |
313 # indent-tabs-mode:nil | 312 # indent-tabs-mode:nil |
314 # End: | 313 # End: |
315 # vim: set expandtab tabstop=2 shiftwidth=2: | 314 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |