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

Side by Side Diff: gyp/public_headers.gypi

Issue 280233002: remove unused Kernel33MaskFilter (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: add fix in experimental Created 6 years, 7 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/effects.gypi ('k') | include/effects/SkKernel33MaskFilter.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 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 'effects/SkArithmeticMode.h', 76 'effects/SkArithmeticMode.h',
77 'effects/SkMergeImageFilter.h', 77 'effects/SkMergeImageFilter.h',
78 'effects/SkPerlinNoiseShader.h', 78 'effects/SkPerlinNoiseShader.h',
79 'effects/SkLerpXfermode.h', 79 'effects/SkLerpXfermode.h',
80 'effects/SkLumaColorFilter.h', 80 'effects/SkLumaColorFilter.h',
81 'effects/SkRectShaderImageFilter.h', 81 'effects/SkRectShaderImageFilter.h',
82 'effects/SkMagnifierImageFilter.h', 82 'effects/SkMagnifierImageFilter.h',
83 'effects/SkBicubicImageFilter.h', 83 'effects/SkBicubicImageFilter.h',
84 'effects/SkPorterDuff.h', 84 'effects/SkPorterDuff.h',
85 'effects/SkBlurImageFilter.h', 85 'effects/SkBlurImageFilter.h',
86 'effects/SkKernel33MaskFilter.h',
87 'effects/SkTableMaskFilter.h', 86 'effects/SkTableMaskFilter.h',
88 'effects/SkAvoidXfermode.h', 87 'effects/SkAvoidXfermode.h',
89 'effects/SkBitmapSource.h', 88 'effects/SkBitmapSource.h',
90 'effects/SkCornerPathEffect.h', 89 'effects/SkCornerPathEffect.h',
91 'effects/SkTransparentShader.h', 90 'effects/SkTransparentShader.h',
92 'effects/SkStippleMaskFilter.h', 91 'effects/SkStippleMaskFilter.h',
93 'effects/SkPaintFlagsDrawFilter.h', 92 'effects/SkPaintFlagsDrawFilter.h',
94 'effects/SkOffsetImageFilter.h', 93 'effects/SkOffsetImageFilter.h',
95 'effects/SkDiscretePathEffect.h', 94 'effects/SkDiscretePathEffect.h',
96 'effects/SkTableColorFilter.h', 95 'effects/SkTableColorFilter.h',
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
289 'views/unix/XkeysToSkKeys.h', 288 'views/unix/XkeysToSkKeys.h',
290 'views/SkKey.h', 289 'views/SkKey.h',
291 'views/SkView.h', 290 'views/SkView.h',
292 'views/SkOSMenu.h', 291 'views/SkOSMenu.h',
293 'views/SkOSWindow_Unix.h', 292 'views/SkOSWindow_Unix.h',
294 'views/SkWidget.h', 293 'views/SkWidget.h',
295 'views/SkOSWindow_Win.h', 294 'views/SkOSWindow_Win.h',
296 ], 295 ],
297 }, 296 },
298 } 297 }
OLDNEW
« no previous file with comments | « gyp/effects.gypi ('k') | include/effects/SkKernel33MaskFilter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698