| 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 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 152 'utils/win/SkTScopedComPtr.h', | 152 'utils/win/SkTScopedComPtr.h', |
| 153 'xml/SkDOM.h', | 153 'xml/SkDOM.h', |
| 154 'xml/SkJS.h', | 154 'xml/SkJS.h', |
| 155 'xml/SkXMLParser.h', | 155 'xml/SkXMLParser.h', |
| 156 'xml/SkBML_XMLParser.h', | 156 'xml/SkBML_XMLParser.h', |
| 157 'xml/SkBML_WXMLParser.h', | 157 'xml/SkBML_WXMLParser.h', |
| 158 'xml/SkXMLWriter.h', | 158 'xml/SkXMLWriter.h', |
| 159 'device/xps/SkXPSDevice.h', | 159 'device/xps/SkXPSDevice.h', |
| 160 'device/xps/SkConstexprMath.h', | 160 'device/xps/SkConstexprMath.h', |
| 161 'ports/SkTypeface_win.h', | 161 'ports/SkTypeface_win.h', |
| 162 'ports/SkHarfBuzzFont.h', | |
| 163 'ports/SkFontConfigInterface.h', | 162 'ports/SkFontConfigInterface.h', |
| 164 'ports/SkTypeface_mac.h', | 163 'ports/SkTypeface_mac.h', |
| 165 'ports/SkTypeface_android.h', | 164 'ports/SkTypeface_android.h', |
| 166 'ports/SkFontStyle.h', | 165 'ports/SkFontStyle.h', |
| 167 'ports/SkFontMgr.h', | 166 'ports/SkFontMgr.h', |
| 168 'text/SkTextLayout.h', | 167 'text/SkTextLayout.h', |
| 169 'core/SkColor.h', | 168 'core/SkColor.h', |
| 170 'core/SkFontHost.h', | 169 'core/SkFontHost.h', |
| 171 'core/SkMetaData.h', | 170 'core/SkMetaData.h', |
| 172 'core/SkRRect.h', | 171 'core/SkRRect.h', |
| (...skipping 111 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 |