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

Side by Side Diff: gyp/effects.gypi

Issue 22258005: Upstreaming DropShadowImageFilter into skia, from Blink (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Upstreaming DropShadowImageFilter into skia, from Blink Created 7 years, 4 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 | « gm/imagefiltersbase.cpp ('k') | include/effects/SkDropShadowImageFilter.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 '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/SkBitmapSource.cpp', 15 '<(skia_src_path)/effects/SkBitmapSource.cpp',
16 '<(skia_src_path)/effects/SkBlurDrawLooper.cpp', 16 '<(skia_src_path)/effects/SkBlurDrawLooper.cpp',
17 '<(skia_src_path)/effects/SkBlurMask.cpp', 17 '<(skia_src_path)/effects/SkBlurMask.cpp',
18 '<(skia_src_path)/effects/SkBlurMask.h', 18 '<(skia_src_path)/effects/SkBlurMask.h',
19 '<(skia_src_path)/effects/SkBlurImageFilter.cpp', 19 '<(skia_src_path)/effects/SkBlurImageFilter.cpp',
20 '<(skia_src_path)/effects/SkBlurMaskFilter.cpp', 20 '<(skia_src_path)/effects/SkBlurMaskFilter.cpp',
21 '<(skia_src_path)/effects/SkColorFilters.cpp', 21 '<(skia_src_path)/effects/SkColorFilters.cpp',
22 '<(skia_src_path)/effects/SkColorFilterImageFilter.cpp', 22 '<(skia_src_path)/effects/SkColorFilterImageFilter.cpp',
23 '<(skia_src_path)/effects/SkColorMatrix.cpp', 23 '<(skia_src_path)/effects/SkColorMatrix.cpp',
24 '<(skia_src_path)/effects/SkColorMatrixFilter.cpp', 24 '<(skia_src_path)/effects/SkColorMatrixFilter.cpp',
25 '<(skia_src_path)/effects/SkCornerPathEffect.cpp', 25 '<(skia_src_path)/effects/SkCornerPathEffect.cpp',
26 '<(skia_src_path)/effects/SkDashPathEffect.cpp', 26 '<(skia_src_path)/effects/SkDashPathEffect.cpp',
27 '<(skia_src_path)/effects/SkDiscretePathEffect.cpp', 27 '<(skia_src_path)/effects/SkDiscretePathEffect.cpp',
28 '<(skia_src_path)/effects/SkDisplacementMapEffect.cpp', 28 '<(skia_src_path)/effects/SkDisplacementMapEffect.cpp',
29 '<(skia_src_path)/effects/SkDropShadowImageFilter.cpp',
29 '<(skia_src_path)/effects/SkEmbossMask.cpp', 30 '<(skia_src_path)/effects/SkEmbossMask.cpp',
30 '<(skia_src_path)/effects/SkEmbossMask.h', 31 '<(skia_src_path)/effects/SkEmbossMask.h',
31 '<(skia_src_path)/effects/SkEmbossMask_Table.h', 32 '<(skia_src_path)/effects/SkEmbossMask_Table.h',
32 '<(skia_src_path)/effects/SkEmbossMaskFilter.cpp', 33 '<(skia_src_path)/effects/SkEmbossMaskFilter.cpp',
33 '<(skia_src_path)/effects/SkGpuBlurUtils.h', 34 '<(skia_src_path)/effects/SkGpuBlurUtils.h',
34 '<(skia_src_path)/effects/SkGpuBlurUtils.cpp', 35 '<(skia_src_path)/effects/SkGpuBlurUtils.cpp',
35 '<(skia_src_path)/effects/SkKernel33MaskFilter.cpp', 36 '<(skia_src_path)/effects/SkKernel33MaskFilter.cpp',
36 '<(skia_src_path)/effects/SkLayerDrawLooper.cpp', 37 '<(skia_src_path)/effects/SkLayerDrawLooper.cpp',
37 '<(skia_src_path)/effects/SkLayerRasterizer.cpp', 38 '<(skia_src_path)/effects/SkLayerRasterizer.cpp',
38 '<(skia_src_path)/effects/SkLerpXfermode.cpp', 39 '<(skia_src_path)/effects/SkLerpXfermode.cpp',
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 '<(skia_include_path)/effects/SkBlurImageFilter.h', 83 '<(skia_include_path)/effects/SkBlurImageFilter.h',
83 '<(skia_include_path)/effects/SkBlurMaskFilter.h', 84 '<(skia_include_path)/effects/SkBlurMaskFilter.h',
84 '<(skia_include_path)/effects/SkColorMatrix.h', 85 '<(skia_include_path)/effects/SkColorMatrix.h',
85 '<(skia_include_path)/effects/SkColorMatrixFilter.h', 86 '<(skia_include_path)/effects/SkColorMatrixFilter.h',
86 '<(skia_include_path)/effects/SkColorFilterImageFilter.h', 87 '<(skia_include_path)/effects/SkColorFilterImageFilter.h',
87 '<(skia_include_path)/effects/SkCornerPathEffect.h', 88 '<(skia_include_path)/effects/SkCornerPathEffect.h',
88 '<(skia_include_path)/effects/SkDashPathEffect.h', 89 '<(skia_include_path)/effects/SkDashPathEffect.h',
89 '<(skia_include_path)/effects/SkDiscretePathEffect.h', 90 '<(skia_include_path)/effects/SkDiscretePathEffect.h',
90 '<(skia_include_path)/effects/SkDisplacementMapEffect.h', 91 '<(skia_include_path)/effects/SkDisplacementMapEffect.h',
91 '<(skia_include_path)/effects/SkDrawExtraPathEffect.h', 92 '<(skia_include_path)/effects/SkDrawExtraPathEffect.h',
93 '<(skia_include_path)/effects/SkDropShadowImageFilter.h',
92 '<(skia_include_path)/effects/SkEmbossMaskFilter.h', 94 '<(skia_include_path)/effects/SkEmbossMaskFilter.h',
93 '<(skia_include_path)/effects/SkGradientShader.h', 95 '<(skia_include_path)/effects/SkGradientShader.h',
94 '<(skia_include_path)/effects/SkKernel33MaskFilter.h', 96 '<(skia_include_path)/effects/SkKernel33MaskFilter.h',
95 '<(skia_include_path)/effects/SkLayerDrawLooper.h', 97 '<(skia_include_path)/effects/SkLayerDrawLooper.h',
96 '<(skia_include_path)/effects/SkLayerRasterizer.h', 98 '<(skia_include_path)/effects/SkLayerRasterizer.h',
97 '<(skia_include_path)/effects/SkLerpXfermode.h', 99 '<(skia_include_path)/effects/SkLerpXfermode.h',
98 '<(skia_include_path)/effects/SkLightingImageFilter.h', 100 '<(skia_include_path)/effects/SkLightingImageFilter.h',
99 '<(skia_include_path)/effects/SkOffsetImageFilter.h', 101 '<(skia_include_path)/effects/SkOffsetImageFilter.h',
100 '<(skia_include_path)/effects/SkMorphologyImageFilter.h', 102 '<(skia_include_path)/effects/SkMorphologyImageFilter.h',
101 '<(skia_include_path)/effects/SkPaintFlagsDrawFilter.h', 103 '<(skia_include_path)/effects/SkPaintFlagsDrawFilter.h',
102 '<(skia_include_path)/effects/SkPerlinNoiseShader.h', 104 '<(skia_include_path)/effects/SkPerlinNoiseShader.h',
103 '<(skia_include_path)/effects/SkPixelXorXfermode.h', 105 '<(skia_include_path)/effects/SkPixelXorXfermode.h',
104 '<(skia_include_path)/effects/SkPorterDuff.h', 106 '<(skia_include_path)/effects/SkPorterDuff.h',
105 '<(skia_include_path)/effects/SkRectShaderImageFilter.h', 107 '<(skia_include_path)/effects/SkRectShaderImageFilter.h',
106 '<(skia_include_path)/effects/SkStippleMaskFilter.h', 108 '<(skia_include_path)/effects/SkStippleMaskFilter.h',
107 '<(skia_include_path)/effects/SkTableColorFilter.h', 109 '<(skia_include_path)/effects/SkTableColorFilter.h',
108 '<(skia_include_path)/effects/SkTableMaskFilter.h', 110 '<(skia_include_path)/effects/SkTableMaskFilter.h',
109 '<(skia_include_path)/effects/SkTransparentShader.h', 111 '<(skia_include_path)/effects/SkTransparentShader.h',
110 '<(skia_include_path)/effects/SkMagnifierImageFilter.h', 112 '<(skia_include_path)/effects/SkMagnifierImageFilter.h',
111 ], 113 ],
112 } 114 }
113 115
114 # Local Variables: 116 # Local Variables:
115 # tab-width:2 117 # tab-width:2
116 # indent-tabs-mode:nil 118 # indent-tabs-mode:nil
117 # End: 119 # End:
118 # vim: set expandtab tabstop=2 shiftwidth=2: 120 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « gm/imagefiltersbase.cpp ('k') | include/effects/SkDropShadowImageFilter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698