| 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 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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/SkResizeImageFilter.cpp', |
| 56 '<(skia_src_path)/effects/SkStippleMaskFilter.cpp', | 56 '<(skia_src_path)/effects/SkStippleMaskFilter.cpp', |
| 57 '<(skia_src_path)/effects/SkTableColorFilter.cpp', | 57 '<(skia_src_path)/effects/SkTableColorFilter.cpp', |
| 58 '<(skia_src_path)/effects/SkTableMaskFilter.cpp', | 58 '<(skia_src_path)/effects/SkTableMaskFilter.cpp', |
| 59 '<(skia_src_path)/effects/SkTestImageFilters.cpp', | 59 '<(skia_src_path)/effects/SkTestImageFilters.cpp', |
| 60 '<(skia_src_path)/effects/SkTileImageFilter.cpp', | 60 '<(skia_src_path)/effects/SkTileImageFilter.cpp', |
| 61 '<(skia_src_path)/effects/SkTransparentShader.cpp', | 61 '<(skia_src_path)/effects/SkTransparentShader.cpp', |
| 62 '<(skia_src_path)/effects/SkValidateImageFilter.cpp', |
| 62 '<(skia_src_path)/effects/SkXfermodeImageFilter.cpp', | 63 '<(skia_src_path)/effects/SkXfermodeImageFilter.cpp', |
| 63 | 64 |
| 64 '<(skia_src_path)/effects/gradients/SkBitmapCache.cpp', | 65 '<(skia_src_path)/effects/gradients/SkBitmapCache.cpp', |
| 65 '<(skia_src_path)/effects/gradients/SkBitmapCache.h', | 66 '<(skia_src_path)/effects/gradients/SkBitmapCache.h', |
| 66 '<(skia_src_path)/effects/gradients/SkClampRange.cpp', | 67 '<(skia_src_path)/effects/gradients/SkClampRange.cpp', |
| 67 '<(skia_src_path)/effects/gradients/SkClampRange.h', | 68 '<(skia_src_path)/effects/gradients/SkClampRange.h', |
| 68 '<(skia_src_path)/effects/gradients/SkRadialGradient_Table.h', | 69 '<(skia_src_path)/effects/gradients/SkRadialGradient_Table.h', |
| 69 '<(skia_src_path)/effects/gradients/SkGradientShader.cpp', | 70 '<(skia_src_path)/effects/gradients/SkGradientShader.cpp', |
| 70 '<(skia_src_path)/effects/gradients/SkGradientShaderPriv.h', | 71 '<(skia_src_path)/effects/gradients/SkGradientShaderPriv.h', |
| 71 '<(skia_src_path)/effects/gradients/SkLinearGradient.cpp', | 72 '<(skia_src_path)/effects/gradients/SkLinearGradient.cpp', |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 112 '<(skia_include_path)/effects/SkPerlinNoiseShader.h', | 113 '<(skia_include_path)/effects/SkPerlinNoiseShader.h', |
| 113 '<(skia_include_path)/effects/SkPixelXorXfermode.h', | 114 '<(skia_include_path)/effects/SkPixelXorXfermode.h', |
| 114 '<(skia_include_path)/effects/SkPorterDuff.h', | 115 '<(skia_include_path)/effects/SkPorterDuff.h', |
| 115 '<(skia_include_path)/effects/SkRectShaderImageFilter.h', | 116 '<(skia_include_path)/effects/SkRectShaderImageFilter.h', |
| 116 '<(skia_include_path)/effects/SkStippleMaskFilter.h', | 117 '<(skia_include_path)/effects/SkStippleMaskFilter.h', |
| 117 '<(skia_include_path)/effects/SkTableColorFilter.h', | 118 '<(skia_include_path)/effects/SkTableColorFilter.h', |
| 118 '<(skia_include_path)/effects/SkTableMaskFilter.h', | 119 '<(skia_include_path)/effects/SkTableMaskFilter.h', |
| 119 '<(skia_include_path)/effects/SkTileImageFilter.h', | 120 '<(skia_include_path)/effects/SkTileImageFilter.h', |
| 120 '<(skia_include_path)/effects/SkTransparentShader.h', | 121 '<(skia_include_path)/effects/SkTransparentShader.h', |
| 121 '<(skia_include_path)/effects/SkMagnifierImageFilter.h', | 122 '<(skia_include_path)/effects/SkMagnifierImageFilter.h', |
| 123 '<(skia_include_path)/effects/SkValidateImageFilter.h', |
| 122 ], | 124 ], |
| 123 } | 125 } |
| OLD | NEW |