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 200 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
211 'core/SkColorFilter.h', | 211 'core/SkColorFilter.h', |
212 'core/SkRegion.h', | 212 'core/SkRegion.h', |
213 'core/SkRefCnt.h', | 213 'core/SkRefCnt.h', |
214 'core/SkStream.h', | 214 'core/SkStream.h', |
215 'core/SkFontLCDConfig.h', | 215 'core/SkFontLCDConfig.h', |
216 'core/SkBlitRow.h', | 216 'core/SkBlitRow.h', |
217 'core/SkGeometry.h', | 217 'core/SkGeometry.h', |
218 'core/SkStrokeRec.h', | 218 'core/SkStrokeRec.h', |
219 'core/SkImageDecoder.h', | 219 'core/SkImageDecoder.h', |
220 'core/SkTime.h', | 220 'core/SkTime.h', |
221 'core/SkImageTypes.h', | |
222 'core/SkScalarCompare.h', | 221 'core/SkScalarCompare.h', |
223 'core/SkPathMeasure.h', | 222 'core/SkPathMeasure.h', |
224 'core/SkMaskFilter.h', | 223 'core/SkMaskFilter.h', |
225 'core/SkBounder.h', | 224 'core/SkBounder.h', |
226 'core/SkFlate.h', | 225 'core/SkFlate.h', |
227 'core/SkTDArray.h', | 226 'core/SkTDArray.h', |
228 'core/SkAnnotation.h', | 227 'core/SkAnnotation.h', |
229 'core/SkChecksum.h', | 228 'core/SkChecksum.h', |
230 'core/SkMath.h', | 229 'core/SkMath.h', |
231 'core/SkDrawLooper.h', | 230 'core/SkDrawLooper.h', |
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
304 'lazy/SkLruImageCache.h', | 303 'lazy/SkLruImageCache.h', |
305 ], | 304 ], |
306 }, | 305 }, |
307 } | 306 } |
308 | 307 |
309 # Local Variables: | 308 # Local Variables: |
310 # tab-width:2 | 309 # tab-width:2 |
311 # indent-tabs-mode:nil | 310 # indent-tabs-mode:nil |
312 # End: | 311 # End: |
313 # vim: set expandtab tabstop=2 shiftwidth=2: | 312 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |