| 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 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 66 'core/SkPath.h', | 66 'core/SkPath.h', |
| 67 'core/SkPathEffect.h', | 67 'core/SkPathEffect.h', |
| 68 'core/SkPathMeasure.h', | 68 'core/SkPathMeasure.h', |
| 69 'core/SkPicture.h', | 69 'core/SkPicture.h', |
| 70 'core/SkPixelRef.h', | 70 'core/SkPixelRef.h', |
| 71 'core/SkPoint.h', | 71 'core/SkPoint.h', |
| 72 'core/SkPostConfig.h', | 72 'core/SkPostConfig.h', |
| 73 'core/SkPreConfig.h', | 73 'core/SkPreConfig.h', |
| 74 'core/SkRRect.h', | 74 'core/SkRRect.h', |
| 75 'core/SkRasterizer.h', | 75 'core/SkRasterizer.h', |
| 76 'core/SkReader32.h', | |
| 77 'core/SkRect.h', | 76 'core/SkRect.h', |
| 78 'core/SkRefCnt.h', | 77 'core/SkRefCnt.h', |
| 79 'core/SkRegion.h', | 78 'core/SkRegion.h', |
| 80 'core/SkScalar.h', | 79 'core/SkScalar.h', |
| 81 'core/SkShader.h', | 80 'core/SkShader.h', |
| 82 'core/SkSize.h', | 81 'core/SkSize.h', |
| 83 'core/SkStream.h', | 82 'core/SkStream.h', |
| 84 'core/SkString.h', | 83 'core/SkString.h', |
| 85 'core/SkStringUtils.h', | 84 'core/SkStringUtils.h', |
| 86 'core/SkStrokeRec.h', | 85 'core/SkStrokeRec.h', |
| (...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 269 'views/unix/keysym2ucs.h', | 268 'views/unix/keysym2ucs.h', |
| 270 'xml/SkBML_WXMLParser.h', | 269 'xml/SkBML_WXMLParser.h', |
| 271 'xml/SkBML_XMLParser.h', | 270 'xml/SkBML_XMLParser.h', |
| 272 'xml/SkDOM.h', | 271 'xml/SkDOM.h', |
| 273 'xml/SkJS.h', | 272 'xml/SkJS.h', |
| 274 'xml/SkXMLParser.h', | 273 'xml/SkXMLParser.h', |
| 275 'xml/SkXMLWriter.h', | 274 'xml/SkXMLWriter.h', |
| 276 ], | 275 ], |
| 277 }, | 276 }, |
| 278 } | 277 } |
| OLD | NEW |