| 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 234 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 245 'core/SkReader32.h', | 245 'core/SkReader32.h', |
| 246 'core/SkDevice.h', | 246 'core/SkDevice.h', |
| 247 'core/SkImageFilter.h', | 247 'core/SkImageFilter.h', |
| 248 'core/SkAdvancedTypefaceMetrics.h', | 248 'core/SkAdvancedTypefaceMetrics.h', |
| 249 'core/SkTInternalLList.h', | 249 'core/SkTInternalLList.h', |
| 250 'core/SkTArray.h', | 250 'core/SkTArray.h', |
| 251 'core/SkStringUtils.h', | 251 'core/SkStringUtils.h', |
| 252 'core/SkPreConfig.h', | 252 'core/SkPreConfig.h', |
| 253 'core/SkImageFilterUtils.h', | 253 'core/SkImageFilterUtils.h', |
| 254 'core/SkLineClipper.h', | 254 'core/SkLineClipper.h', |
| 255 'core/SkDataSet.h', | |
| 256 'core/SkPathEffect.h', | 255 'core/SkPathEffect.h', |
| 257 'core/SkString.h', | 256 'core/SkString.h', |
| 258 'core/SkPixelRef.h', | 257 'core/SkPixelRef.h', |
| 259 'core/SkSize.h', | 258 'core/SkSize.h', |
| 260 'core/SkEmptyShader.h', | 259 'core/SkEmptyShader.h', |
| 261 'core/SkSurface.h', | 260 'core/SkSurface.h', |
| 262 'core/SkPostConfig.h', | 261 'core/SkPostConfig.h', |
| 263 'core/SkShader.h', | 262 'core/SkShader.h', |
| 264 'core/SkWriter32.h', | 263 'core/SkWriter32.h', |
| 265 'core/SkError.h', | 264 'core/SkError.h', |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 305 'lazy/SkLruImageCache.h', | 304 'lazy/SkLruImageCache.h', |
| 306 ], | 305 ], |
| 307 }, | 306 }, |
| 308 } | 307 } |
| 309 | 308 |
| 310 # Local Variables: | 309 # Local Variables: |
| 311 # tab-width:2 | 310 # tab-width:2 |
| 312 # indent-tabs-mode:nil | 311 # indent-tabs-mode:nil |
| 313 # End: | 312 # End: |
| 314 # vim: set expandtab tabstop=2 shiftwidth=2: | 313 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |