Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(25)

Side by Side Diff: gyp/public_headers.gypi

Issue 639793002: Revert of Make the Sk GL context class an abstract base class (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « gyp/gpu.gypi ('k') | include/gpu/GrContextFactory.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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',
186 'gpu/gl/SkMesaGLContext.h', 187 'gpu/gl/SkMesaGLContext.h',
187 'gpu/gl/SkGLContext.h', 188 'gpu/gl/SkNativeGLContext.h',
188 'gpu/gl/SkNullGLContext.h', 189 'gpu/gl/SkNullGLContext.h',
189 'images/SkForceLinking.h', 190 'images/SkForceLinking.h',
190 'images/SkMovie.h', 191 'images/SkMovie.h',
191 'images/SkPageFlipper.h', 192 'images/SkPageFlipper.h',
192 'pathops/SkPathOps.h', 193 'pathops/SkPathOps.h',
193 'pdf/SkPDFDevice.h', 194 'pdf/SkPDFDevice.h',
194 'pdf/SkPDFDocument.h', 195 'pdf/SkPDFDocument.h',
195 'pipe/SkGPipe.h', 196 'pipe/SkGPipe.h',
196 'ports/SkFontConfigInterface.h', 197 'ports/SkFontConfigInterface.h',
197 'ports/SkFontMgr.h', 198 'ports/SkFontMgr.h',
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
266 'views/unix/keysym2ucs.h', 267 'views/unix/keysym2ucs.h',
267 'xml/SkBML_WXMLParser.h', 268 'xml/SkBML_WXMLParser.h',
268 'xml/SkBML_XMLParser.h', 269 'xml/SkBML_XMLParser.h',
269 'xml/SkDOM.h', 270 'xml/SkDOM.h',
270 'xml/SkJS.h', 271 'xml/SkJS.h',
271 'xml/SkXMLParser.h', 272 'xml/SkXMLParser.h',
272 'xml/SkXMLWriter.h', 273 'xml/SkXMLWriter.h',
273 ], 274 ],
274 }, 275 },
275 } 276 }
OLDNEW
« no previous file with comments | « gyp/gpu.gypi ('k') | include/gpu/GrContextFactory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698