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

Side by Side Diff: gyp/public_headers.gypi

Issue 26916002: Remove SkLumaXfermode. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 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 | Annotate | Revision Log
« no previous file with comments | « gyp/gmslides.gypi ('k') | include/effects/SkLumaXfermode.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 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 'images/SkImageRef_GlobalPool.h', 70 'images/SkImageRef_GlobalPool.h',
71 'images/SkImages.h', 71 'images/SkImages.h',
72 'effects/SkMorphologyImageFilter.h', 72 'effects/SkMorphologyImageFilter.h',
73 'effects/Sk2DPathEffect.h', 73 'effects/Sk2DPathEffect.h',
74 'effects/SkXfermodeImageFilter.h', 74 'effects/SkXfermodeImageFilter.h',
75 'effects/SkArithmeticMode.h', 75 'effects/SkArithmeticMode.h',
76 'effects/SkMergeImageFilter.h', 76 'effects/SkMergeImageFilter.h',
77 'effects/SkPerlinNoiseShader.h', 77 'effects/SkPerlinNoiseShader.h',
78 'effects/SkLerpXfermode.h', 78 'effects/SkLerpXfermode.h',
79 'effects/SkLumaColorFilter.h', 79 'effects/SkLumaColorFilter.h',
80 'effects/SkLumaXfermode.h',
81 'effects/SkRectShaderImageFilter.h', 80 'effects/SkRectShaderImageFilter.h',
82 'effects/SkMagnifierImageFilter.h', 81 'effects/SkMagnifierImageFilter.h',
83 'effects/SkBicubicImageFilter.h', 82 'effects/SkBicubicImageFilter.h',
84 'effects/SkPorterDuff.h', 83 'effects/SkPorterDuff.h',
85 'effects/SkBlurImageFilter.h', 84 'effects/SkBlurImageFilter.h',
86 'effects/SkKernel33MaskFilter.h', 85 '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',
(...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after
306 'lazy/SkLruImageCache.h', 305 'lazy/SkLruImageCache.h',
307 ], 306 ],
308 }, 307 },
309 } 308 }
310 309
311 # Local Variables: 310 # Local Variables:
312 # tab-width:2 311 # tab-width:2
313 # indent-tabs-mode:nil 312 # indent-tabs-mode:nil
314 # End: 313 # End:
315 # vim: set expandtab tabstop=2 shiftwidth=2: 314 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « gyp/gmslides.gypi ('k') | include/effects/SkLumaXfermode.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698