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

Side by Side Diff: gyp/effects.gypi

Issue 24157005: Moving 4 SkImageFilter derived classes from blink to skia (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Merged offset filters together Created 7 years, 3 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
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',
11 '<(skia_src_path)/effects/Sk2DPathEffect.cpp', 11 '<(skia_src_path)/effects/Sk2DPathEffect.cpp',
12 '<(skia_src_path)/effects/SkArithmeticMode.cpp', 12 '<(skia_src_path)/effects/SkArithmeticMode.cpp',
13 '<(skia_src_path)/effects/SkAvoidXfermode.cpp', 13 '<(skia_src_path)/effects/SkAvoidXfermode.cpp',
14 '<(skia_src_path)/effects/SkBicubicImageFilter.cpp', 14 '<(skia_src_path)/effects/SkBicubicImageFilter.cpp',
15 '<(skia_src_path)/effects/SkBitmapAlphaThresholdShader.cpp', 15 '<(skia_src_path)/effects/SkBitmapAlphaThresholdShader.cpp',
16 '<(skia_src_path)/effects/SkBitmapSource.cpp', 16 '<(skia_src_path)/effects/SkBitmapSource.cpp',
17 '<(skia_src_path)/effects/SkBlurDrawLooper.cpp', 17 '<(skia_src_path)/effects/SkBlurDrawLooper.cpp',
18 '<(skia_src_path)/effects/SkBlurMask.cpp', 18 '<(skia_src_path)/effects/SkBlurMask.cpp',
19 '<(skia_src_path)/effects/SkBlurMask.h', 19 '<(skia_src_path)/effects/SkBlurMask.h',
20 '<(skia_src_path)/effects/SkBlurImageFilter.cpp', 20 '<(skia_src_path)/effects/SkBlurImageFilter.cpp',
21 '<(skia_src_path)/effects/SkBlurMaskFilter.cpp', 21 '<(skia_src_path)/effects/SkBlurMaskFilter.cpp',
22 '<(skia_src_path)/effects/SkColorFilters.cpp', 22 '<(skia_src_path)/effects/SkColorFilters.cpp',
23 '<(skia_src_path)/effects/SkColorFilterImageFilter.cpp', 23 '<(skia_src_path)/effects/SkColorFilterImageFilter.cpp',
24 '<(skia_src_path)/effects/SkColorMatrix.cpp', 24 '<(skia_src_path)/effects/SkColorMatrix.cpp',
25 '<(skia_src_path)/effects/SkColorMatrixFilter.cpp', 25 '<(skia_src_path)/effects/SkColorMatrixFilter.cpp',
26 '<(skia_src_path)/effects/SkComposeImageFilter.cpp', 26 '<(skia_src_path)/effects/SkComposeImageFilter.cpp',
27 '<(skia_src_path)/effects/SkCompositeImageFilter.cpp',
27 '<(skia_src_path)/effects/SkCornerPathEffect.cpp', 28 '<(skia_src_path)/effects/SkCornerPathEffect.cpp',
28 '<(skia_src_path)/effects/SkDashPathEffect.cpp', 29 '<(skia_src_path)/effects/SkDashPathEffect.cpp',
29 '<(skia_src_path)/effects/SkDiscretePathEffect.cpp', 30 '<(skia_src_path)/effects/SkDiscretePathEffect.cpp',
30 '<(skia_src_path)/effects/SkDisplacementMapEffect.cpp', 31 '<(skia_src_path)/effects/SkDisplacementMapEffect.cpp',
31 '<(skia_src_path)/effects/SkDropShadowImageFilter.cpp', 32 '<(skia_src_path)/effects/SkDropShadowImageFilter.cpp',
32 '<(skia_src_path)/effects/SkEmbossMask.cpp', 33 '<(skia_src_path)/effects/SkEmbossMask.cpp',
33 '<(skia_src_path)/effects/SkEmbossMask.h', 34 '<(skia_src_path)/effects/SkEmbossMask.h',
34 '<(skia_src_path)/effects/SkEmbossMask_Table.h', 35 '<(skia_src_path)/effects/SkEmbossMask_Table.h',
35 '<(skia_src_path)/effects/SkEmbossMaskFilter.cpp', 36 '<(skia_src_path)/effects/SkEmbossMaskFilter.cpp',
37 '<(skia_src_path)/effects/SkFloodImageFilter.cpp',
36 '<(skia_src_path)/effects/SkGpuBlurUtils.h', 38 '<(skia_src_path)/effects/SkGpuBlurUtils.h',
37 '<(skia_src_path)/effects/SkGpuBlurUtils.cpp', 39 '<(skia_src_path)/effects/SkGpuBlurUtils.cpp',
38 '<(skia_src_path)/effects/SkKernel33MaskFilter.cpp', 40 '<(skia_src_path)/effects/SkKernel33MaskFilter.cpp',
39 '<(skia_src_path)/effects/SkLayerDrawLooper.cpp', 41 '<(skia_src_path)/effects/SkLayerDrawLooper.cpp',
40 '<(skia_src_path)/effects/SkLayerRasterizer.cpp', 42 '<(skia_src_path)/effects/SkLayerRasterizer.cpp',
41 '<(skia_src_path)/effects/SkLerpXfermode.cpp', 43 '<(skia_src_path)/effects/SkLerpXfermode.cpp',
42 '<(skia_src_path)/effects/SkLightingImageFilter.cpp', 44 '<(skia_src_path)/effects/SkLightingImageFilter.cpp',
43 '<(skia_src_path)/effects/SkLumaXfermode.cpp', 45 '<(skia_src_path)/effects/SkLumaXfermode.cpp',
44 '<(skia_src_path)/effects/SkMagnifierImageFilter.cpp', 46 '<(skia_src_path)/effects/SkMagnifierImageFilter.cpp',
45 '<(skia_src_path)/effects/SkMatrixConvolutionImageFilter.cpp', 47 '<(skia_src_path)/effects/SkMatrixConvolutionImageFilter.cpp',
46 '<(skia_src_path)/effects/SkMergeImageFilter.cpp', 48 '<(skia_src_path)/effects/SkMergeImageFilter.cpp',
47 '<(skia_src_path)/effects/SkMorphologyImageFilter.cpp', 49 '<(skia_src_path)/effects/SkMorphologyImageFilter.cpp',
48 '<(skia_src_path)/effects/SkOffsetImageFilter.cpp', 50 '<(skia_src_path)/effects/SkOffsetImageFilter.cpp',
49 '<(skia_src_path)/effects/SkPaintFlagsDrawFilter.cpp', 51 '<(skia_src_path)/effects/SkPaintFlagsDrawFilter.cpp',
50 '<(skia_src_path)/effects/SkPerlinNoiseShader.cpp', 52 '<(skia_src_path)/effects/SkPerlinNoiseShader.cpp',
51 '<(skia_src_path)/effects/SkPixelXorXfermode.cpp', 53 '<(skia_src_path)/effects/SkPixelXorXfermode.cpp',
52 '<(skia_src_path)/effects/SkPorterDuff.cpp', 54 '<(skia_src_path)/effects/SkPorterDuff.cpp',
53 '<(skia_src_path)/effects/SkRectShaderImageFilter.cpp', 55 '<(skia_src_path)/effects/SkRectShaderImageFilter.cpp',
54 '<(skia_src_path)/effects/SkStippleMaskFilter.cpp', 56 '<(skia_src_path)/effects/SkStippleMaskFilter.cpp',
55 '<(skia_src_path)/effects/SkTableColorFilter.cpp', 57 '<(skia_src_path)/effects/SkTableColorFilter.cpp',
56 '<(skia_src_path)/effects/SkTableMaskFilter.cpp', 58 '<(skia_src_path)/effects/SkTableMaskFilter.cpp',
57 '<(skia_src_path)/effects/SkTestImageFilters.cpp', 59 '<(skia_src_path)/effects/SkTestImageFilters.cpp',
60 '<(skia_src_path)/effects/SkTileImageFilter.cpp',
58 '<(skia_src_path)/effects/SkTransparentShader.cpp', 61 '<(skia_src_path)/effects/SkTransparentShader.cpp',
59 '<(skia_src_path)/effects/SkXfermodeImageFilter.cpp', 62 '<(skia_src_path)/effects/SkXfermodeImageFilter.cpp',
60 63
61 '<(skia_src_path)/effects/gradients/SkBitmapCache.cpp', 64 '<(skia_src_path)/effects/gradients/SkBitmapCache.cpp',
62 '<(skia_src_path)/effects/gradients/SkBitmapCache.h', 65 '<(skia_src_path)/effects/gradients/SkBitmapCache.h',
63 '<(skia_src_path)/effects/gradients/SkClampRange.cpp', 66 '<(skia_src_path)/effects/gradients/SkClampRange.cpp',
64 '<(skia_src_path)/effects/gradients/SkClampRange.h', 67 '<(skia_src_path)/effects/gradients/SkClampRange.h',
65 '<(skia_src_path)/effects/gradients/SkRadialGradient_Table.h', 68 '<(skia_src_path)/effects/gradients/SkRadialGradient_Table.h',
66 '<(skia_src_path)/effects/gradients/SkGradientShader.cpp', 69 '<(skia_src_path)/effects/gradients/SkGradientShader.cpp',
67 '<(skia_src_path)/effects/gradients/SkGradientShaderPriv.h', 70 '<(skia_src_path)/effects/gradients/SkGradientShaderPriv.h',
(...skipping 14 matching lines...) Expand all
82 '<(skia_include_path)/effects/SkArithmeticMode.h', 85 '<(skia_include_path)/effects/SkArithmeticMode.h',
83 '<(skia_include_path)/effects/SkAvoidXfermode.h', 86 '<(skia_include_path)/effects/SkAvoidXfermode.h',
84 '<(skia_include_path)/effects/SkBitmapAlphaThresholdShader.h', 87 '<(skia_include_path)/effects/SkBitmapAlphaThresholdShader.h',
85 '<(skia_include_path)/effects/SkBitmapSource.h', 88 '<(skia_include_path)/effects/SkBitmapSource.h',
86 '<(skia_include_path)/effects/SkBlurDrawLooper.h', 89 '<(skia_include_path)/effects/SkBlurDrawLooper.h',
87 '<(skia_include_path)/effects/SkBlurImageFilter.h', 90 '<(skia_include_path)/effects/SkBlurImageFilter.h',
88 '<(skia_include_path)/effects/SkBlurMaskFilter.h', 91 '<(skia_include_path)/effects/SkBlurMaskFilter.h',
89 '<(skia_include_path)/effects/SkColorMatrix.h', 92 '<(skia_include_path)/effects/SkColorMatrix.h',
90 '<(skia_include_path)/effects/SkColorMatrixFilter.h', 93 '<(skia_include_path)/effects/SkColorMatrixFilter.h',
91 '<(skia_include_path)/effects/SkColorFilterImageFilter.h', 94 '<(skia_include_path)/effects/SkColorFilterImageFilter.h',
95 '<(skia_include_path)/effects/SkCompositeImageFilter.h',
92 '<(skia_include_path)/effects/SkCornerPathEffect.h', 96 '<(skia_include_path)/effects/SkCornerPathEffect.h',
93 '<(skia_include_path)/effects/SkDashPathEffect.h', 97 '<(skia_include_path)/effects/SkDashPathEffect.h',
94 '<(skia_include_path)/effects/SkDiscretePathEffect.h', 98 '<(skia_include_path)/effects/SkDiscretePathEffect.h',
95 '<(skia_include_path)/effects/SkDisplacementMapEffect.h', 99 '<(skia_include_path)/effects/SkDisplacementMapEffect.h',
96 '<(skia_include_path)/effects/SkDrawExtraPathEffect.h', 100 '<(skia_include_path)/effects/SkDrawExtraPathEffect.h',
97 '<(skia_include_path)/effects/SkDropShadowImageFilter.h', 101 '<(skia_include_path)/effects/SkDropShadowImageFilter.h',
98 '<(skia_include_path)/effects/SkEmbossMaskFilter.h', 102 '<(skia_include_path)/effects/SkEmbossMaskFilter.h',
103 '<(skia_include_path)/effects/SkFloodImageFilter.h',
99 '<(skia_include_path)/effects/SkGradientShader.h', 104 '<(skia_include_path)/effects/SkGradientShader.h',
100 '<(skia_include_path)/effects/SkKernel33MaskFilter.h', 105 '<(skia_include_path)/effects/SkKernel33MaskFilter.h',
101 '<(skia_include_path)/effects/SkLayerDrawLooper.h', 106 '<(skia_include_path)/effects/SkLayerDrawLooper.h',
102 '<(skia_include_path)/effects/SkLayerRasterizer.h', 107 '<(skia_include_path)/effects/SkLayerRasterizer.h',
103 '<(skia_include_path)/effects/SkLerpXfermode.h', 108 '<(skia_include_path)/effects/SkLerpXfermode.h',
104 '<(skia_include_path)/effects/SkLightingImageFilter.h', 109 '<(skia_include_path)/effects/SkLightingImageFilter.h',
105 '<(skia_include_path)/effects/SkLumaXfermode.h', 110 '<(skia_include_path)/effects/SkLumaXfermode.h',
106 '<(skia_include_path)/effects/SkOffsetImageFilter.h', 111 '<(skia_include_path)/effects/SkOffsetImageFilter.h',
107 '<(skia_include_path)/effects/SkMorphologyImageFilter.h', 112 '<(skia_include_path)/effects/SkMorphologyImageFilter.h',
108 '<(skia_include_path)/effects/SkPaintFlagsDrawFilter.h', 113 '<(skia_include_path)/effects/SkPaintFlagsDrawFilter.h',
109 '<(skia_include_path)/effects/SkPerlinNoiseShader.h', 114 '<(skia_include_path)/effects/SkPerlinNoiseShader.h',
110 '<(skia_include_path)/effects/SkPixelXorXfermode.h', 115 '<(skia_include_path)/effects/SkPixelXorXfermode.h',
111 '<(skia_include_path)/effects/SkPorterDuff.h', 116 '<(skia_include_path)/effects/SkPorterDuff.h',
112 '<(skia_include_path)/effects/SkRectShaderImageFilter.h', 117 '<(skia_include_path)/effects/SkRectShaderImageFilter.h',
113 '<(skia_include_path)/effects/SkStippleMaskFilter.h', 118 '<(skia_include_path)/effects/SkStippleMaskFilter.h',
114 '<(skia_include_path)/effects/SkTableColorFilter.h', 119 '<(skia_include_path)/effects/SkTableColorFilter.h',
115 '<(skia_include_path)/effects/SkTableMaskFilter.h', 120 '<(skia_include_path)/effects/SkTableMaskFilter.h',
121 '<(skia_include_path)/effects/SkTileImageFilter.h',
116 '<(skia_include_path)/effects/SkTransparentShader.h', 122 '<(skia_include_path)/effects/SkTransparentShader.h',
117 '<(skia_include_path)/effects/SkMagnifierImageFilter.h', 123 '<(skia_include_path)/effects/SkMagnifierImageFilter.h',
118 ], 124 ],
119 } 125 }
120 126
121 # Local Variables: 127 # Local Variables:
122 # tab-width:2 128 # tab-width:2
123 # indent-tabs-mode:nil 129 # indent-tabs-mode:nil
124 # End: 130 # End:
125 # vim: set expandtab tabstop=2 shiftwidth=2: 131 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | include/effects/SkCompositeImageFilter.h » ('j') | include/effects/SkTileImageFilter.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698