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 199 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
210 'core/SkRefCnt.h', | 210 'core/SkRefCnt.h', |
211 'core/SkStream.h', | 211 'core/SkStream.h', |
212 'core/SkFontLCDConfig.h', | 212 'core/SkFontLCDConfig.h', |
213 'core/SkBlitRow.h', | 213 'core/SkBlitRow.h', |
214 'core/SkGeometry.h', | 214 'core/SkGeometry.h', |
215 'core/SkStrokeRec.h', | 215 'core/SkStrokeRec.h', |
216 'core/SkImageDecoder.h', | 216 'core/SkImageDecoder.h', |
217 'core/SkTime.h', | 217 'core/SkTime.h', |
218 'core/SkPathMeasure.h', | 218 'core/SkPathMeasure.h', |
219 'core/SkMaskFilter.h', | 219 'core/SkMaskFilter.h', |
220 'core/SkBounder.h', | |
221 'core/SkFlate.h', | 220 'core/SkFlate.h', |
222 'core/SkTDArray.h', | 221 'core/SkTDArray.h', |
223 'core/SkAnnotation.h', | 222 'core/SkAnnotation.h', |
224 'core/SkChecksum.h', | 223 'core/SkChecksum.h', |
225 'core/SkMath.h', | 224 'core/SkMath.h', |
226 'core/SkDrawLooper.h', | 225 'core/SkDrawLooper.h', |
227 'core/SkFlattenableBuffers.h', | 226 'core/SkFlattenableBuffers.h', |
228 'core/SkTemplates.h', | 227 'core/SkTemplates.h', |
229 'core/SkMask.h', | 228 'core/SkMask.h', |
230 'core/SkMallocPixelRef.h', | 229 'core/SkMallocPixelRef.h', |
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
285 'views/unix/XkeysToSkKeys.h', | 284 'views/unix/XkeysToSkKeys.h', |
286 'views/SkKey.h', | 285 'views/SkKey.h', |
287 'views/SkView.h', | 286 'views/SkView.h', |
288 'views/SkOSMenu.h', | 287 'views/SkOSMenu.h', |
289 'views/SkOSWindow_Unix.h', | 288 'views/SkOSWindow_Unix.h', |
290 'views/SkWidget.h', | 289 'views/SkWidget.h', |
291 'views/SkOSWindow_Win.h', | 290 'views/SkOSWindow_Win.h', |
292 ], | 291 ], |
293 }, | 292 }, |
294 } | 293 } |
OLD | NEW |