| 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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 43 '<(skia_src_path)/effects/SkMatrixConvolutionImageFilter.cpp', | 43 '<(skia_src_path)/effects/SkMatrixConvolutionImageFilter.cpp', |
| 44 '<(skia_src_path)/effects/SkMergeImageFilter.cpp', | 44 '<(skia_src_path)/effects/SkMergeImageFilter.cpp', |
| 45 '<(skia_src_path)/effects/SkMorphologyImageFilter.cpp', | 45 '<(skia_src_path)/effects/SkMorphologyImageFilter.cpp', |
| 46 '<(skia_src_path)/effects/SkOffsetImageFilter.cpp', | 46 '<(skia_src_path)/effects/SkOffsetImageFilter.cpp', |
| 47 '<(skia_src_path)/effects/SkPaintFlagsDrawFilter.cpp', | 47 '<(skia_src_path)/effects/SkPaintFlagsDrawFilter.cpp', |
| 48 '<(skia_src_path)/effects/SkPerlinNoiseShader.cpp', | 48 '<(skia_src_path)/effects/SkPerlinNoiseShader.cpp', |
| 49 '<(skia_src_path)/effects/SkPictureImageFilter.cpp', | 49 '<(skia_src_path)/effects/SkPictureImageFilter.cpp', |
| 50 '<(skia_src_path)/effects/SkPixelXorXfermode.cpp', | 50 '<(skia_src_path)/effects/SkPixelXorXfermode.cpp', |
| 51 '<(skia_src_path)/effects/SkPorterDuff.cpp', | 51 '<(skia_src_path)/effects/SkPorterDuff.cpp', |
| 52 '<(skia_src_path)/effects/SkRectShaderImageFilter.cpp', | 52 '<(skia_src_path)/effects/SkRectShaderImageFilter.cpp', |
| 53 '<(skia_src_path)/effects/SkStippleMaskFilter.cpp', | |
| 54 '<(skia_src_path)/effects/SkTableColorFilter.cpp', | 53 '<(skia_src_path)/effects/SkTableColorFilter.cpp', |
| 55 '<(skia_src_path)/effects/SkTableMaskFilter.cpp', | 54 '<(skia_src_path)/effects/SkTableMaskFilter.cpp', |
| 56 '<(skia_src_path)/effects/SkTestImageFilters.cpp', | 55 '<(skia_src_path)/effects/SkTestImageFilters.cpp', |
| 57 '<(skia_src_path)/effects/SkTileImageFilter.cpp', | 56 '<(skia_src_path)/effects/SkTileImageFilter.cpp', |
| 58 '<(skia_src_path)/effects/SkMatrixImageFilter.cpp', | 57 '<(skia_src_path)/effects/SkMatrixImageFilter.cpp', |
| 59 '<(skia_src_path)/effects/SkTransparentShader.cpp', | 58 '<(skia_src_path)/effects/SkTransparentShader.cpp', |
| 60 '<(skia_src_path)/effects/SkXfermodeImageFilter.cpp', | 59 '<(skia_src_path)/effects/SkXfermodeImageFilter.cpp', |
| 61 | 60 |
| 62 '<(skia_src_path)/effects/gradients/SkBitmapCache.cpp', | 61 '<(skia_src_path)/effects/gradients/SkBitmapCache.cpp', |
| 63 '<(skia_src_path)/effects/gradients/SkBitmapCache.h', | 62 '<(skia_src_path)/effects/gradients/SkBitmapCache.h', |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 105 '<(skia_include_path)/effects/SkLerpXfermode.h', | 104 '<(skia_include_path)/effects/SkLerpXfermode.h', |
| 106 '<(skia_include_path)/effects/SkLightingImageFilter.h', | 105 '<(skia_include_path)/effects/SkLightingImageFilter.h', |
| 107 '<(skia_include_path)/effects/SkLumaColorFilter.h', | 106 '<(skia_include_path)/effects/SkLumaColorFilter.h', |
| 108 '<(skia_include_path)/effects/SkOffsetImageFilter.h', | 107 '<(skia_include_path)/effects/SkOffsetImageFilter.h', |
| 109 '<(skia_include_path)/effects/SkMorphologyImageFilter.h', | 108 '<(skia_include_path)/effects/SkMorphologyImageFilter.h', |
| 110 '<(skia_include_path)/effects/SkPaintFlagsDrawFilter.h', | 109 '<(skia_include_path)/effects/SkPaintFlagsDrawFilter.h', |
| 111 '<(skia_include_path)/effects/SkPerlinNoiseShader.h', | 110 '<(skia_include_path)/effects/SkPerlinNoiseShader.h', |
| 112 '<(skia_include_path)/effects/SkPixelXorXfermode.h', | 111 '<(skia_include_path)/effects/SkPixelXorXfermode.h', |
| 113 '<(skia_include_path)/effects/SkPorterDuff.h', | 112 '<(skia_include_path)/effects/SkPorterDuff.h', |
| 114 '<(skia_include_path)/effects/SkRectShaderImageFilter.h', | 113 '<(skia_include_path)/effects/SkRectShaderImageFilter.h', |
| 115 '<(skia_include_path)/effects/SkStippleMaskFilter.h', | |
| 116 '<(skia_include_path)/effects/SkTableColorFilter.h', | 114 '<(skia_include_path)/effects/SkTableColorFilter.h', |
| 117 '<(skia_include_path)/effects/SkTableMaskFilter.h', | 115 '<(skia_include_path)/effects/SkTableMaskFilter.h', |
| 118 '<(skia_include_path)/effects/SkTileImageFilter.h', | 116 '<(skia_include_path)/effects/SkTileImageFilter.h', |
| 119 '<(skia_include_path)/effects/SkTransparentShader.h', | 117 '<(skia_include_path)/effects/SkTransparentShader.h', |
| 120 '<(skia_include_path)/effects/SkMagnifierImageFilter.h', | 118 '<(skia_include_path)/effects/SkMagnifierImageFilter.h', |
| 121 ], | 119 ], |
| 122 } | 120 } |
| OLD | NEW |