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

Side by Side Diff: gyp/public_headers.gypi

Issue 23904003: Remove GrRefCnt.h in favor of SkRefCnt.h (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: rm GrRefCnt.h Created 7 years, 3 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 | Annotate | Revision Log
« no previous file with comments | « gyp/gpu.gypi ('k') | include/core/SkRefCnt.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 'pdf/SkPDFDevice.h', 10 'pdf/SkPDFDevice.h',
(...skipping 16 matching lines...) Expand all
27 'gpu/gl/GrGLConfig.h', 27 'gpu/gl/GrGLConfig.h',
28 'gpu/gl/GrGLInterface.h', 28 'gpu/gl/GrGLInterface.h',
29 'gpu/gl/SkNullGLContext.h', 29 'gpu/gl/SkNullGLContext.h',
30 'gpu/gl/GrGLFunctions.h', 30 'gpu/gl/GrGLFunctions.h',
31 'gpu/gl/SkGLContextHelper.h', 31 'gpu/gl/SkGLContextHelper.h',
32 'gpu/gl/GrGLExtensions.h', 32 'gpu/gl/GrGLExtensions.h',
33 'gpu/SkGpuDevice.h', 33 'gpu/SkGpuDevice.h',
34 'gpu/GrTypes.h', 34 'gpu/GrTypes.h',
35 'gpu/GrFontScaler.h', 35 'gpu/GrFontScaler.h',
36 'gpu/GrResource.h', 36 'gpu/GrResource.h',
37 'gpu/GrRefCnt.h',
38 'gpu/GrKey.h', 37 'gpu/GrKey.h',
39 'gpu/GrOvalRenderer.h', 38 'gpu/GrOvalRenderer.h',
40 'gpu/GrEffectUnitTest.h', 39 'gpu/GrEffectUnitTest.h',
41 'gpu/GrConfig.h', 40 'gpu/GrConfig.h',
42 'gpu/GrPaint.h', 41 'gpu/GrPaint.h',
43 'gpu/GrPathRendererChain.h', 42 'gpu/GrPathRendererChain.h',
44 'gpu/GrTBackendEffectFactory.h', 43 'gpu/GrTBackendEffectFactory.h',
45 'gpu/GrDrawEffect.h', 44 'gpu/GrDrawEffect.h',
46 'gpu/GrTextContext.h', 45 'gpu/GrTextContext.h',
47 'gpu/GrEffect.h', 46 'gpu/GrEffect.h',
(...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after
307 'lazy/SkLruImageCache.h', 306 'lazy/SkLruImageCache.h',
308 ], 307 ],
309 }, 308 },
310 } 309 }
311 310
312 # Local Variables: 311 # Local Variables:
313 # tab-width:2 312 # tab-width:2
314 # indent-tabs-mode:nil 313 # indent-tabs-mode:nil
315 # End: 314 # End:
316 # vim: set expandtab tabstop=2 shiftwidth=2: 315 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « gyp/gpu.gypi ('k') | include/core/SkRefCnt.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698