| 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 209 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 220 'core/SkTime.h', | 220 'core/SkTime.h', |
| 221 'core/SkPathMeasure.h', | 221 'core/SkPathMeasure.h', |
| 222 'core/SkMaskFilter.h', | 222 'core/SkMaskFilter.h', |
| 223 'core/SkBounder.h', | 223 'core/SkBounder.h', |
| 224 'core/SkFlate.h', | 224 'core/SkFlate.h', |
| 225 'core/SkTDArray.h', | 225 'core/SkTDArray.h', |
| 226 'core/SkAnnotation.h', | 226 'core/SkAnnotation.h', |
| 227 'core/SkChecksum.h', | 227 'core/SkChecksum.h', |
| 228 'core/SkMath.h', | 228 'core/SkMath.h', |
| 229 'core/SkDrawLooper.h', | 229 'core/SkDrawLooper.h', |
| 230 'core/SkThread_platform.h', | |
| 231 'core/SkFlattenableBuffers.h', | 230 'core/SkFlattenableBuffers.h', |
| 232 'core/SkTemplates.h', | 231 'core/SkTemplates.h', |
| 233 'core/SkMask.h', | 232 'core/SkMask.h', |
| 234 'core/SkMallocPixelRef.h', | 233 'core/SkMallocPixelRef.h', |
| 235 'core/SkWeakRefCnt.h', | 234 'core/SkWeakRefCnt.h', |
| 236 'core/SkTypes.h', | 235 'core/SkTypes.h', |
| 237 'core/SkThread.h', | 236 'core/SkThread.h', |
| 238 'core/SkData.h', | 237 'core/SkData.h', |
| 239 'core/SkPoint.h', | 238 'core/SkPoint.h', |
| 240 'core/SkColorShader.h', | 239 'core/SkColorShader.h', |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 292 'views/unix/XkeysToSkKeys.h', | 291 'views/unix/XkeysToSkKeys.h', |
| 293 'views/SkKey.h', | 292 'views/SkKey.h', |
| 294 'views/SkView.h', | 293 'views/SkView.h', |
| 295 'views/SkOSMenu.h', | 294 'views/SkOSMenu.h', |
| 296 'views/SkOSWindow_Unix.h', | 295 'views/SkOSWindow_Unix.h', |
| 297 'views/SkWidget.h', | 296 'views/SkWidget.h', |
| 298 'views/SkOSWindow_Win.h', | 297 'views/SkOSWindow_Win.h', |
| 299 ], | 298 ], |
| 300 }, | 299 }, |
| 301 } | 300 } |
| OLD | NEW |