| 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 191 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 202 'core/SkComposeShader.h', | 202 'core/SkComposeShader.h', |
| 203 'core/SkUtils.h', | 203 'core/SkUtils.h', |
| 204 'core/SkImage.h', | 204 'core/SkImage.h', |
| 205 'core/SkTileGridPicture.h', | 205 'core/SkTileGridPicture.h', |
| 206 'core/SkPaintOptionsAndroid.h', | 206 'core/SkPaintOptionsAndroid.h', |
| 207 'core/SkDeviceProperties.h', | 207 'core/SkDeviceProperties.h', |
| 208 'core/SkGraphics.h', | 208 'core/SkGraphics.h', |
| 209 'core/SkCanvas.h', | 209 'core/SkCanvas.h', |
| 210 'core/SkPicture.h', | 210 'core/SkPicture.h', |
| 211 'core/SkClipStack.h', | 211 'core/SkClipStack.h', |
| 212 'core/SkTScopedPtr.h', | |
| 213 'core/SkXfermode.h', | 212 'core/SkXfermode.h', |
| 214 'core/SkColorFilter.h', | 213 'core/SkColorFilter.h', |
| 215 'core/SkRegion.h', | 214 'core/SkRegion.h', |
| 216 'core/SkRefCnt.h', | 215 'core/SkRefCnt.h', |
| 217 'core/SkStream.h', | 216 'core/SkStream.h', |
| 218 'core/SkFontLCDConfig.h', | 217 'core/SkFontLCDConfig.h', |
| 219 'core/SkBlitRow.h', | 218 'core/SkBlitRow.h', |
| 220 'core/SkGeometry.h', | 219 'core/SkGeometry.h', |
| 221 'core/SkStrokeRec.h', | 220 'core/SkStrokeRec.h', |
| 222 'core/SkImageDecoder.h', | 221 'core/SkImageDecoder.h', |
| (...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 308 'lazy/SkLruImageCache.h', | 307 'lazy/SkLruImageCache.h', |
| 309 ], | 308 ], |
| 310 }, | 309 }, |
| 311 } | 310 } |
| 312 | 311 |
| 313 # Local Variables: | 312 # Local Variables: |
| 314 # tab-width:2 | 313 # tab-width:2 |
| 315 # indent-tabs-mode:nil | 314 # indent-tabs-mode:nil |
| 316 # End: | 315 # End: |
| 317 # vim: set expandtab tabstop=2 shiftwidth=2: | 316 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |