| 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 179 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 190 'core/SkBitmap.h', | 190 'core/SkBitmap.h', |
| 191 'core/SkDraw.h', | 191 'core/SkDraw.h', |
| 192 'core/SkPackBits.h', | 192 'core/SkPackBits.h', |
| 193 'core/SkFloatBits.h', | 193 'core/SkFloatBits.h', |
| 194 'core/SkDeque.h', | 194 'core/SkDeque.h', |
| 195 'core/SkTRegistry.h', | 195 'core/SkTRegistry.h', |
| 196 'core/SkTLazy.h', | 196 'core/SkTLazy.h', |
| 197 'core/SkComposeShader.h', | 197 'core/SkComposeShader.h', |
| 198 'core/SkUtils.h', | 198 'core/SkUtils.h', |
| 199 'core/SkImage.h', | 199 'core/SkImage.h', |
| 200 'core/SkTileGridPicture.h', | |
| 201 'core/SkPaintOptionsAndroid.h', | 200 'core/SkPaintOptionsAndroid.h', |
| 202 'core/SkDeviceProperties.h', | 201 'core/SkDeviceProperties.h', |
| 203 'core/SkGraphics.h', | 202 'core/SkGraphics.h', |
| 204 'core/SkCanvas.h', | 203 'core/SkCanvas.h', |
| 205 'core/SkPicture.h', | 204 'core/SkPicture.h', |
| 206 'core/SkClipStack.h', | 205 'core/SkClipStack.h', |
| 207 'core/SkXfermode.h', | 206 'core/SkXfermode.h', |
| 208 'core/SkColorFilter.h', | 207 'core/SkColorFilter.h', |
| 209 'core/SkRegion.h', | 208 'core/SkRegion.h', |
| 210 'core/SkRefCnt.h', | 209 'core/SkRefCnt.h', |
| (...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 284 'views/unix/XkeysToSkKeys.h', | 283 'views/unix/XkeysToSkKeys.h', |
| 285 'views/SkKey.h', | 284 'views/SkKey.h', |
| 286 'views/SkView.h', | 285 'views/SkView.h', |
| 287 'views/SkOSMenu.h', | 286 'views/SkOSMenu.h', |
| 288 'views/SkOSWindow_Unix.h', | 287 'views/SkOSWindow_Unix.h', |
| 289 'views/SkWidget.h', | 288 'views/SkWidget.h', |
| 290 'views/SkOSWindow_Win.h', | 289 'views/SkOSWindow_Win.h', |
| 291 ], | 290 ], |
| 292 }, | 291 }, |
| 293 } | 292 } |
| OLD | NEW |