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

Side by Side Diff: gyp/public_headers.gypi

Issue 357793002: Remove SkBicubicImageFilter, and all related tests. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Remove all expected results for now-deleted GM Created 6 years, 6 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/SkBicubicImageFilter.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 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 'effects/Sk2DPathEffect.h', 69 'effects/Sk2DPathEffect.h',
70 'effects/SkXfermodeImageFilter.h', 70 'effects/SkXfermodeImageFilter.h',
71 'effects/SkAlphaThresholdFilter.h', 71 'effects/SkAlphaThresholdFilter.h',
72 'effects/SkArithmeticMode.h', 72 'effects/SkArithmeticMode.h',
73 'effects/SkMergeImageFilter.h', 73 'effects/SkMergeImageFilter.h',
74 'effects/SkPerlinNoiseShader.h', 74 'effects/SkPerlinNoiseShader.h',
75 'effects/SkLerpXfermode.h', 75 'effects/SkLerpXfermode.h',
76 'effects/SkLumaColorFilter.h', 76 'effects/SkLumaColorFilter.h',
77 'effects/SkRectShaderImageFilter.h', 77 'effects/SkRectShaderImageFilter.h',
78 'effects/SkMagnifierImageFilter.h', 78 'effects/SkMagnifierImageFilter.h',
79 'effects/SkBicubicImageFilter.h',
80 'effects/SkPorterDuff.h', 79 'effects/SkPorterDuff.h',
81 'effects/SkBlurImageFilter.h', 80 'effects/SkBlurImageFilter.h',
82 'effects/SkTableMaskFilter.h', 81 'effects/SkTableMaskFilter.h',
83 'effects/SkAvoidXfermode.h', 82 'effects/SkAvoidXfermode.h',
84 'effects/SkBitmapSource.h', 83 'effects/SkBitmapSource.h',
85 'effects/SkCornerPathEffect.h', 84 'effects/SkCornerPathEffect.h',
86 'effects/SkTransparentShader.h', 85 'effects/SkTransparentShader.h',
87 'effects/SkStippleMaskFilter.h', 86 'effects/SkStippleMaskFilter.h',
88 'effects/SkPaintFlagsDrawFilter.h', 87 'effects/SkPaintFlagsDrawFilter.h',
89 'effects/SkOffsetImageFilter.h', 88 'effects/SkOffsetImageFilter.h',
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
280 'views/unix/XkeysToSkKeys.h', 279 'views/unix/XkeysToSkKeys.h',
281 'views/SkKey.h', 280 'views/SkKey.h',
282 'views/SkView.h', 281 'views/SkView.h',
283 'views/SkOSMenu.h', 282 'views/SkOSMenu.h',
284 'views/SkOSWindow_Unix.h', 283 'views/SkOSWindow_Unix.h',
285 'views/SkWidget.h', 284 'views/SkWidget.h',
286 'views/SkOSWindow_Win.h', 285 'views/SkOSWindow_Win.h',
287 ], 286 ],
288 }, 287 },
289 } 288 }
OLDNEW
« no previous file with comments | « gyp/gmslides.gypi ('k') | include/effects/SkBicubicImageFilter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698