| 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 'animator/SkAnimator.h', | 10 'animator/SkAnimator.h', |
| (...skipping 10 matching lines...) Expand all Loading... |
| 21 'core/SkColor.h', | 21 'core/SkColor.h', |
| 22 'core/SkColorFilter.h', | 22 'core/SkColorFilter.h', |
| 23 'core/SkColorPriv.h', | 23 'core/SkColorPriv.h', |
| 24 'core/SkColorShader.h', | 24 'core/SkColorShader.h', |
| 25 'core/SkColorTable.h', | 25 'core/SkColorTable.h', |
| 26 'core/SkComposeShader.h', | 26 'core/SkComposeShader.h', |
| 27 'core/SkData.h', | 27 'core/SkData.h', |
| 28 'core/SkDataTable.h', | 28 'core/SkDataTable.h', |
| 29 'core/SkDeque.h', | 29 'core/SkDeque.h', |
| 30 'core/SkDevice.h', | 30 'core/SkDevice.h', |
| 31 'core/SkDeviceProperties.h', | |
| 32 'core/SkDither.h', | 31 'core/SkDither.h', |
| 33 'core/SkDocument.h', | 32 'core/SkDocument.h', |
| 34 'core/SkDraw.h', | 33 'core/SkDraw.h', |
| 35 'core/SkDrawFilter.h', | 34 'core/SkDrawFilter.h', |
| 36 'core/SkDrawLooper.h', | 35 'core/SkDrawLooper.h', |
| 37 'core/SkEndian.h', | 36 'core/SkEndian.h', |
| 38 'core/SkError.h', | 37 'core/SkError.h', |
| 39 'core/SkFixed.h', | 38 'core/SkFixed.h', |
| 40 'core/SkFlate.h', | 39 'core/SkFlate.h', |
| 41 'core/SkFlattenable.h', | 40 'core/SkFlattenable.h', |
| (...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 268 'views/unix/keysym2ucs.h', | 267 'views/unix/keysym2ucs.h', |
| 269 'xml/SkBML_WXMLParser.h', | 268 'xml/SkBML_WXMLParser.h', |
| 270 'xml/SkBML_XMLParser.h', | 269 'xml/SkBML_XMLParser.h', |
| 271 'xml/SkDOM.h', | 270 'xml/SkDOM.h', |
| 272 'xml/SkJS.h', | 271 'xml/SkJS.h', |
| 273 'xml/SkXMLParser.h', | 272 'xml/SkXMLParser.h', |
| 274 'xml/SkXMLWriter.h', | 273 'xml/SkXMLWriter.h', |
| 275 ], | 274 ], |
| 276 }, | 275 }, |
| 277 } | 276 } |
| OLD | NEW |