OLD | NEW |
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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
45 '<(skia_src_path)/effects/SkMatrixConvolutionImageFilter.cpp', | 45 '<(skia_src_path)/effects/SkMatrixConvolutionImageFilter.cpp', |
46 '<(skia_src_path)/effects/SkMergeImageFilter.cpp', | 46 '<(skia_src_path)/effects/SkMergeImageFilter.cpp', |
47 '<(skia_src_path)/effects/SkMorphologyImageFilter.cpp', | 47 '<(skia_src_path)/effects/SkMorphologyImageFilter.cpp', |
48 '<(skia_src_path)/effects/SkOffsetImageFilter.cpp', | 48 '<(skia_src_path)/effects/SkOffsetImageFilter.cpp', |
49 '<(skia_src_path)/effects/SkPaintFlagsDrawFilter.cpp', | 49 '<(skia_src_path)/effects/SkPaintFlagsDrawFilter.cpp', |
50 '<(skia_src_path)/effects/SkPerlinNoiseShader.cpp', | 50 '<(skia_src_path)/effects/SkPerlinNoiseShader.cpp', |
51 '<(skia_src_path)/effects/SkPictureImageFilter.cpp', | 51 '<(skia_src_path)/effects/SkPictureImageFilter.cpp', |
52 '<(skia_src_path)/effects/SkPixelXorXfermode.cpp', | 52 '<(skia_src_path)/effects/SkPixelXorXfermode.cpp', |
53 '<(skia_src_path)/effects/SkPorterDuff.cpp', | 53 '<(skia_src_path)/effects/SkPorterDuff.cpp', |
54 '<(skia_src_path)/effects/SkRectShaderImageFilter.cpp', | 54 '<(skia_src_path)/effects/SkRectShaderImageFilter.cpp', |
| 55 '<(skia_src_path)/effects/SkResizeImageFilter.cpp', |
55 '<(skia_src_path)/effects/SkStippleMaskFilter.cpp', | 56 '<(skia_src_path)/effects/SkStippleMaskFilter.cpp', |
56 '<(skia_src_path)/effects/SkTableColorFilter.cpp', | 57 '<(skia_src_path)/effects/SkTableColorFilter.cpp', |
57 '<(skia_src_path)/effects/SkTableMaskFilter.cpp', | 58 '<(skia_src_path)/effects/SkTableMaskFilter.cpp', |
58 '<(skia_src_path)/effects/SkTestImageFilters.cpp', | 59 '<(skia_src_path)/effects/SkTestImageFilters.cpp', |
59 '<(skia_src_path)/effects/SkTileImageFilter.cpp', | 60 '<(skia_src_path)/effects/SkTileImageFilter.cpp', |
60 '<(skia_src_path)/effects/SkTransparentShader.cpp', | 61 '<(skia_src_path)/effects/SkTransparentShader.cpp', |
61 '<(skia_src_path)/effects/SkXfermodeImageFilter.cpp', | 62 '<(skia_src_path)/effects/SkXfermodeImageFilter.cpp', |
62 | 63 |
63 '<(skia_src_path)/effects/gradients/SkBitmapCache.cpp', | 64 '<(skia_src_path)/effects/gradients/SkBitmapCache.cpp', |
64 '<(skia_src_path)/effects/gradients/SkBitmapCache.h', | 65 '<(skia_src_path)/effects/gradients/SkBitmapCache.h', |
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
113 '<(skia_include_path)/effects/SkPorterDuff.h', | 114 '<(skia_include_path)/effects/SkPorterDuff.h', |
114 '<(skia_include_path)/effects/SkRectShaderImageFilter.h', | 115 '<(skia_include_path)/effects/SkRectShaderImageFilter.h', |
115 '<(skia_include_path)/effects/SkStippleMaskFilter.h', | 116 '<(skia_include_path)/effects/SkStippleMaskFilter.h', |
116 '<(skia_include_path)/effects/SkTableColorFilter.h', | 117 '<(skia_include_path)/effects/SkTableColorFilter.h', |
117 '<(skia_include_path)/effects/SkTableMaskFilter.h', | 118 '<(skia_include_path)/effects/SkTableMaskFilter.h', |
118 '<(skia_include_path)/effects/SkTileImageFilter.h', | 119 '<(skia_include_path)/effects/SkTileImageFilter.h', |
119 '<(skia_include_path)/effects/SkTransparentShader.h', | 120 '<(skia_include_path)/effects/SkTransparentShader.h', |
120 '<(skia_include_path)/effects/SkMagnifierImageFilter.h', | 121 '<(skia_include_path)/effects/SkMagnifierImageFilter.h', |
121 ], | 122 ], |
122 } | 123 } |
OLD | NEW |