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 182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
193 'core/SkBitmap.h', | 193 'core/SkBitmap.h', |
194 'core/SkDraw.h', | 194 'core/SkDraw.h', |
195 'core/SkPackBits.h', | 195 'core/SkPackBits.h', |
196 'core/SkFloatBits.h', | 196 'core/SkFloatBits.h', |
197 'core/SkDeque.h', | 197 'core/SkDeque.h', |
198 'core/SkTRegistry.h', | 198 'core/SkTRegistry.h', |
199 'core/SkTLazy.h', | 199 'core/SkTLazy.h', |
200 'core/SkComposeShader.h', | 200 'core/SkComposeShader.h', |
201 'core/SkUtils.h', | 201 'core/SkUtils.h', |
202 'core/SkImage.h', | 202 'core/SkImage.h', |
| 203 'core/SkQuadTreePicture.h', |
203 'core/SkTileGridPicture.h', | 204 'core/SkTileGridPicture.h', |
204 'core/SkPaintOptionsAndroid.h', | 205 'core/SkPaintOptionsAndroid.h', |
205 'core/SkDeviceProperties.h', | 206 'core/SkDeviceProperties.h', |
206 'core/SkGraphics.h', | 207 'core/SkGraphics.h', |
207 'core/SkCanvas.h', | 208 'core/SkCanvas.h', |
208 'core/SkPicture.h', | 209 'core/SkPicture.h', |
209 'core/SkClipStack.h', | 210 'core/SkClipStack.h', |
210 'core/SkXfermode.h', | 211 'core/SkXfermode.h', |
211 'core/SkColorFilter.h', | 212 'core/SkColorFilter.h', |
212 'core/SkRegion.h', | 213 'core/SkRegion.h', |
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
291 'views/unix/XkeysToSkKeys.h', | 292 'views/unix/XkeysToSkKeys.h', |
292 'views/SkKey.h', | 293 'views/SkKey.h', |
293 'views/SkView.h', | 294 'views/SkView.h', |
294 'views/SkOSMenu.h', | 295 'views/SkOSMenu.h', |
295 'views/SkOSWindow_Unix.h', | 296 'views/SkOSWindow_Unix.h', |
296 'views/SkWidget.h', | 297 'views/SkWidget.h', |
297 'views/SkOSWindow_Win.h', | 298 'views/SkOSWindow_Win.h', |
298 ], | 299 ], |
299 }, | 300 }, |
300 } | 301 } |
OLD | NEW |