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

Side by Side Diff: gyp/public_headers.gypi

Issue 462013002: remove SkStippleMaskFilter - no external clients (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 4 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/gmslides.gypi ('k') | include/effects/SkStippleMaskFilter.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 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
134 'effects/SkMagnifierImageFilter.h', 134 'effects/SkMagnifierImageFilter.h',
135 'effects/SkMatrixConvolutionImageFilter.h', 135 'effects/SkMatrixConvolutionImageFilter.h',
136 'effects/SkMergeImageFilter.h', 136 'effects/SkMergeImageFilter.h',
137 'effects/SkMorphologyImageFilter.h', 137 'effects/SkMorphologyImageFilter.h',
138 'effects/SkOffsetImageFilter.h', 138 'effects/SkOffsetImageFilter.h',
139 'effects/SkPaintFlagsDrawFilter.h', 139 'effects/SkPaintFlagsDrawFilter.h',
140 'effects/SkPerlinNoiseShader.h', 140 'effects/SkPerlinNoiseShader.h',
141 'effects/SkPixelXorXfermode.h', 141 'effects/SkPixelXorXfermode.h',
142 'effects/SkPorterDuff.h', 142 'effects/SkPorterDuff.h',
143 'effects/SkRectShaderImageFilter.h', 143 'effects/SkRectShaderImageFilter.h',
144 'effects/SkStippleMaskFilter.h',
145 'effects/SkTableColorFilter.h', 144 'effects/SkTableColorFilter.h',
146 'effects/SkTableMaskFilter.h', 145 'effects/SkTableMaskFilter.h',
147 'effects/SkTestImageFilters.h', 146 'effects/SkTestImageFilters.h',
148 'effects/SkTransparentShader.h', 147 'effects/SkTransparentShader.h',
149 'effects/SkXfermodeImageFilter.h', 148 'effects/SkXfermodeImageFilter.h',
150 'gpu/GrAARectRenderer.h', 149 'gpu/GrAARectRenderer.h',
151 'gpu/GrBackendEffectFactory.h', 150 'gpu/GrBackendEffectFactory.h',
152 'gpu/GrClipData.h', 151 'gpu/GrClipData.h',
153 'gpu/GrColor.h', 152 'gpu/GrColor.h',
154 'gpu/GrConfig.h', 153 'gpu/GrConfig.h',
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
270 'views/unix/keysym2ucs.h', 269 'views/unix/keysym2ucs.h',
271 'xml/SkBML_WXMLParser.h', 270 'xml/SkBML_WXMLParser.h',
272 'xml/SkBML_XMLParser.h', 271 'xml/SkBML_XMLParser.h',
273 'xml/SkDOM.h', 272 'xml/SkDOM.h',
274 'xml/SkJS.h', 273 'xml/SkJS.h',
275 'xml/SkXMLParser.h', 274 'xml/SkXMLParser.h',
276 'xml/SkXMLWriter.h', 275 'xml/SkXMLWriter.h',
277 ], 276 ],
278 }, 277 },
279 } 278 }
OLDNEW
« no previous file with comments | « gyp/gmslides.gypi ('k') | include/effects/SkStippleMaskFilter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698