| 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 229 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 240 'core/SkChunkAlloc.h', | 240 'core/SkChunkAlloc.h', |
| 241 'core/SkUnPreMultiply.h', | 241 'core/SkUnPreMultiply.h', |
| 242 'core/SkReader32.h', | 242 'core/SkReader32.h', |
| 243 'core/SkDevice.h', | 243 'core/SkDevice.h', |
| 244 'core/SkImageFilter.h', | 244 'core/SkImageFilter.h', |
| 245 'core/SkAdvancedTypefaceMetrics.h', | 245 'core/SkAdvancedTypefaceMetrics.h', |
| 246 'core/SkTInternalLList.h', | 246 'core/SkTInternalLList.h', |
| 247 'core/SkTArray.h', | 247 'core/SkTArray.h', |
| 248 'core/SkStringUtils.h', | 248 'core/SkStringUtils.h', |
| 249 'core/SkPreConfig.h', | 249 'core/SkPreConfig.h', |
| 250 'core/SkImageFilterUtils.h', | |
| 251 'core/SkLineClipper.h', | 250 'core/SkLineClipper.h', |
| 252 'core/SkPathEffect.h', | 251 'core/SkPathEffect.h', |
| 253 'core/SkString.h', | 252 'core/SkString.h', |
| 254 'core/SkPixelRef.h', | 253 'core/SkPixelRef.h', |
| 255 'core/SkSize.h', | 254 'core/SkSize.h', |
| 256 'core/SkEmptyShader.h', | 255 'core/SkEmptyShader.h', |
| 257 'core/SkSurface.h', | 256 'core/SkSurface.h', |
| 258 'core/SkPostConfig.h', | 257 'core/SkPostConfig.h', |
| 259 'core/SkShader.h', | 258 'core/SkShader.h', |
| 260 'core/SkWriter32.h', | 259 'core/SkWriter32.h', |
| (...skipping 30 matching lines...) Expand all Loading... |
| 291 'views/unix/XkeysToSkKeys.h', | 290 'views/unix/XkeysToSkKeys.h', |
| 292 'views/SkKey.h', | 291 'views/SkKey.h', |
| 293 'views/SkView.h', | 292 'views/SkView.h', |
| 294 'views/SkOSMenu.h', | 293 'views/SkOSMenu.h', |
| 295 'views/SkOSWindow_Unix.h', | 294 'views/SkOSWindow_Unix.h', |
| 296 'views/SkWidget.h', | 295 'views/SkWidget.h', |
| 297 'views/SkOSWindow_Win.h', | 296 'views/SkOSWindow_Win.h', |
| 298 ], | 297 ], |
| 299 }, | 298 }, |
| 300 } | 299 } |
| OLD | NEW |