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

Side by Side Diff: gyp/effects.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 | « experimental/webtry/templates/template.cpp ('k') | gyp/public_headers.gypi » ('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 'effects' files 1 # Include this gypi to include all 'effects' files
2 # The parent gyp/gypi file must define: 2 # The parent gyp/gypi file must define:
3 # 'skia_src_path' e.g. skia/trunk/src 3 # 'skia_src_path' e.g. skia/trunk/src
4 # 'skia_include_path' e.g. skia/trunk/include 4 # 'skia_include_path' e.g. skia/trunk/include
5 # 5 #
6 # The skia build defines these in common_variables.gypi. 6 # The skia build defines these in common_variables.gypi.
7 # 7 #
8 { 8 {
9 'sources': [ 9 'sources': [
10 '<(skia_src_path)/effects/Sk1DPathEffect.cpp', 10 '<(skia_src_path)/effects/Sk1DPathEffect.cpp',
(...skipping 17 matching lines...) Expand all
28 '<(skia_src_path)/effects/SkDashPathEffect.cpp', 28 '<(skia_src_path)/effects/SkDashPathEffect.cpp',
29 '<(skia_src_path)/effects/SkDiscretePathEffect.cpp', 29 '<(skia_src_path)/effects/SkDiscretePathEffect.cpp',
30 '<(skia_src_path)/effects/SkDisplacementMapEffect.cpp', 30 '<(skia_src_path)/effects/SkDisplacementMapEffect.cpp',
31 '<(skia_src_path)/effects/SkDropShadowImageFilter.cpp', 31 '<(skia_src_path)/effects/SkDropShadowImageFilter.cpp',
32 '<(skia_src_path)/effects/SkEmbossMask.cpp', 32 '<(skia_src_path)/effects/SkEmbossMask.cpp',
33 '<(skia_src_path)/effects/SkEmbossMask.h', 33 '<(skia_src_path)/effects/SkEmbossMask.h',
34 '<(skia_src_path)/effects/SkEmbossMask_Table.h', 34 '<(skia_src_path)/effects/SkEmbossMask_Table.h',
35 '<(skia_src_path)/effects/SkEmbossMaskFilter.cpp', 35 '<(skia_src_path)/effects/SkEmbossMaskFilter.cpp',
36 '<(skia_src_path)/effects/SkGpuBlurUtils.h', 36 '<(skia_src_path)/effects/SkGpuBlurUtils.h',
37 '<(skia_src_path)/effects/SkGpuBlurUtils.cpp', 37 '<(skia_src_path)/effects/SkGpuBlurUtils.cpp',
38 '<(skia_src_path)/effects/SkKernel33MaskFilter.cpp',
39 '<(skia_src_path)/effects/SkLayerDrawLooper.cpp', 38 '<(skia_src_path)/effects/SkLayerDrawLooper.cpp',
40 '<(skia_src_path)/effects/SkLayerRasterizer.cpp', 39 '<(skia_src_path)/effects/SkLayerRasterizer.cpp',
41 '<(skia_src_path)/effects/SkLerpXfermode.cpp', 40 '<(skia_src_path)/effects/SkLerpXfermode.cpp',
42 '<(skia_src_path)/effects/SkLightingImageFilter.cpp', 41 '<(skia_src_path)/effects/SkLightingImageFilter.cpp',
43 '<(skia_src_path)/effects/SkLumaColorFilter.cpp', 42 '<(skia_src_path)/effects/SkLumaColorFilter.cpp',
44 '<(skia_src_path)/effects/SkMagnifierImageFilter.cpp', 43 '<(skia_src_path)/effects/SkMagnifierImageFilter.cpp',
45 '<(skia_src_path)/effects/SkMatrixConvolutionImageFilter.cpp', 44 '<(skia_src_path)/effects/SkMatrixConvolutionImageFilter.cpp',
46 '<(skia_src_path)/effects/SkMergeImageFilter.cpp', 45 '<(skia_src_path)/effects/SkMergeImageFilter.cpp',
47 '<(skia_src_path)/effects/SkMorphologyImageFilter.cpp', 46 '<(skia_src_path)/effects/SkMorphologyImageFilter.cpp',
48 '<(skia_src_path)/effects/SkOffsetImageFilter.cpp', 47 '<(skia_src_path)/effects/SkOffsetImageFilter.cpp',
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 '<(skia_include_path)/effects/SkPorterDuff.h', 115 '<(skia_include_path)/effects/SkPorterDuff.h',
117 '<(skia_include_path)/effects/SkRectShaderImageFilter.h', 116 '<(skia_include_path)/effects/SkRectShaderImageFilter.h',
118 '<(skia_include_path)/effects/SkStippleMaskFilter.h', 117 '<(skia_include_path)/effects/SkStippleMaskFilter.h',
119 '<(skia_include_path)/effects/SkTableColorFilter.h', 118 '<(skia_include_path)/effects/SkTableColorFilter.h',
120 '<(skia_include_path)/effects/SkTableMaskFilter.h', 119 '<(skia_include_path)/effects/SkTableMaskFilter.h',
121 '<(skia_include_path)/effects/SkTileImageFilter.h', 120 '<(skia_include_path)/effects/SkTileImageFilter.h',
122 '<(skia_include_path)/effects/SkTransparentShader.h', 121 '<(skia_include_path)/effects/SkTransparentShader.h',
123 '<(skia_include_path)/effects/SkMagnifierImageFilter.h', 122 '<(skia_include_path)/effects/SkMagnifierImageFilter.h',
124 ], 123 ],
125 } 124 }
OLDNEW
« no previous file with comments | « experimental/webtry/templates/template.cpp ('k') | gyp/public_headers.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698