| 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 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 176 'gpu/SkGr.h', | 176 'gpu/SkGr.h', |
| 177 'gpu/SkGrPixelRef.h', | 177 'gpu/SkGrPixelRef.h', |
| 178 'gpu/SkGrTexturePixelRef.h', | 178 'gpu/SkGrTexturePixelRef.h', |
| 179 'gpu/gl/GrGLConfig.h', | 179 'gpu/gl/GrGLConfig.h', |
| 180 'gpu/gl/GrGLConfig_chrome.h', | 180 'gpu/gl/GrGLConfig_chrome.h', |
| 181 'gpu/gl/GrGLExtensions.h', | 181 'gpu/gl/GrGLExtensions.h', |
| 182 'gpu/gl/GrGLFunctions.h', | 182 'gpu/gl/GrGLFunctions.h', |
| 183 'gpu/gl/GrGLInterface.h', | 183 'gpu/gl/GrGLInterface.h', |
| 184 'gpu/gl/SkANGLEGLContext.h', | 184 'gpu/gl/SkANGLEGLContext.h', |
| 185 'gpu/gl/SkDebugGLContext.h', | 185 'gpu/gl/SkDebugGLContext.h', |
| 186 'gpu/gl/SkGLContextHelper.h', | |
| 187 'gpu/gl/SkMesaGLContext.h', | 186 'gpu/gl/SkMesaGLContext.h', |
| 188 'gpu/gl/SkNativeGLContext.h', | 187 'gpu/gl/SkGLContext.h', |
| 189 'gpu/gl/SkNullGLContext.h', | 188 'gpu/gl/SkNullGLContext.h', |
| 190 'images/SkForceLinking.h', | 189 'images/SkForceLinking.h', |
| 191 'images/SkMovie.h', | 190 'images/SkMovie.h', |
| 192 'images/SkPageFlipper.h', | 191 'images/SkPageFlipper.h', |
| 193 'pathops/SkPathOps.h', | 192 'pathops/SkPathOps.h', |
| 194 'pdf/SkPDFDevice.h', | 193 'pdf/SkPDFDevice.h', |
| 195 'pdf/SkPDFDocument.h', | 194 'pdf/SkPDFDocument.h', |
| 196 'pipe/SkGPipe.h', | 195 'pipe/SkGPipe.h', |
| 197 'ports/SkFontConfigInterface.h', | 196 'ports/SkFontConfigInterface.h', |
| 198 'ports/SkFontMgr.h', | 197 'ports/SkFontMgr.h', |
| (...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 267 'views/unix/keysym2ucs.h', | 266 'views/unix/keysym2ucs.h', |
| 268 'xml/SkBML_WXMLParser.h', | 267 'xml/SkBML_WXMLParser.h', |
| 269 'xml/SkBML_XMLParser.h', | 268 'xml/SkBML_XMLParser.h', |
| 270 'xml/SkDOM.h', | 269 'xml/SkDOM.h', |
| 271 'xml/SkJS.h', | 270 'xml/SkJS.h', |
| 272 'xml/SkXMLParser.h', | 271 'xml/SkXMLParser.h', |
| 273 'xml/SkXMLWriter.h', | 272 'xml/SkXMLWriter.h', |
| 274 ], | 273 ], |
| 275 }, | 274 }, |
| 276 } | 275 } |
| OLD | NEW |