| 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', |
| 11 '<(skia_src_path)/effects/Sk2DPathEffect.cpp', | 11 '<(skia_src_path)/effects/Sk2DPathEffect.cpp', |
| 12 '<(skia_src_path)/effects/SkArithmeticImageFilter.cpp', |
| 13 '<(skia_src_path)/effects/SkArithmeticMode.cpp', |
| 12 '<(skia_src_path)/effects/SkAvoidXfermode.cpp', | 14 '<(skia_src_path)/effects/SkAvoidXfermode.cpp', |
| 13 '<(skia_src_path)/effects/SkArithmeticMode.cpp', | |
| 14 '<(skia_src_path)/effects/SkBicubicImageFilter.cpp', | 15 '<(skia_src_path)/effects/SkBicubicImageFilter.cpp', |
| 15 '<(skia_src_path)/effects/SkBitmapSource.cpp', | 16 '<(skia_src_path)/effects/SkBitmapSource.cpp', |
| 16 '<(skia_src_path)/effects/SkBlendImageFilter.cpp', | 17 '<(skia_src_path)/effects/SkBlendImageFilter.cpp', |
| 17 '<(skia_src_path)/effects/SkBlurDrawLooper.cpp', | 18 '<(skia_src_path)/effects/SkBlurDrawLooper.cpp', |
| 18 '<(skia_src_path)/effects/SkBlurMask.cpp', | 19 '<(skia_src_path)/effects/SkBlurMask.cpp', |
| 19 '<(skia_src_path)/effects/SkBlurMask.h', | 20 '<(skia_src_path)/effects/SkBlurMask.h', |
| 20 '<(skia_src_path)/effects/SkBlurImageFilter.cpp', | 21 '<(skia_src_path)/effects/SkBlurImageFilter.cpp', |
| 21 '<(skia_src_path)/effects/SkBlurMaskFilter.cpp', | 22 '<(skia_src_path)/effects/SkBlurMaskFilter.cpp', |
| 22 '<(skia_src_path)/effects/SkColorFilters.cpp', | 23 '<(skia_src_path)/effects/SkColorFilters.cpp', |
| 23 '<(skia_src_path)/effects/SkColorFilterImageFilter.cpp', | 24 '<(skia_src_path)/effects/SkColorFilterImageFilter.cpp', |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 65 '<(skia_src_path)/effects/gradients/SkRadialGradient.h', | 66 '<(skia_src_path)/effects/gradients/SkRadialGradient.h', |
| 66 '<(skia_src_path)/effects/gradients/SkTwoPointRadialGradient.cpp', | 67 '<(skia_src_path)/effects/gradients/SkTwoPointRadialGradient.cpp', |
| 67 '<(skia_src_path)/effects/gradients/SkTwoPointRadialGradient.h', | 68 '<(skia_src_path)/effects/gradients/SkTwoPointRadialGradient.h', |
| 68 '<(skia_src_path)/effects/gradients/SkTwoPointConicalGradient.cpp', | 69 '<(skia_src_path)/effects/gradients/SkTwoPointConicalGradient.cpp', |
| 69 '<(skia_src_path)/effects/gradients/SkTwoPointConicalGradient.h', | 70 '<(skia_src_path)/effects/gradients/SkTwoPointConicalGradient.h', |
| 70 '<(skia_src_path)/effects/gradients/SkSweepGradient.cpp', | 71 '<(skia_src_path)/effects/gradients/SkSweepGradient.cpp', |
| 71 '<(skia_src_path)/effects/gradients/SkSweepGradient.h', | 72 '<(skia_src_path)/effects/gradients/SkSweepGradient.h', |
| 72 | 73 |
| 73 '<(skia_include_path)/effects/Sk1DPathEffect.h', | 74 '<(skia_include_path)/effects/Sk1DPathEffect.h', |
| 74 '<(skia_include_path)/effects/Sk2DPathEffect.h', | 75 '<(skia_include_path)/effects/Sk2DPathEffect.h', |
| 76 '<(skia_include_path)/effects/SkArithmeticImageFilter.h', |
| 77 '<(skia_include_path)/effects/SkArithmeticMode.h', |
| 75 '<(skia_include_path)/effects/SkAvoidXfermode.h', | 78 '<(skia_include_path)/effects/SkAvoidXfermode.h', |
| 76 '<(skia_include_path)/effects/SkArithmeticMode.h', | |
| 77 '<(skia_include_path)/effects/SkBitmapSource.h', | 79 '<(skia_include_path)/effects/SkBitmapSource.h', |
| 78 '<(skia_include_path)/effects/SkBlendImageFilter.h', | 80 '<(skia_include_path)/effects/SkBlendImageFilter.h', |
| 79 '<(skia_include_path)/effects/SkBlurDrawLooper.h', | 81 '<(skia_include_path)/effects/SkBlurDrawLooper.h', |
| 80 '<(skia_include_path)/effects/SkBlurImageFilter.h', | 82 '<(skia_include_path)/effects/SkBlurImageFilter.h', |
| 81 '<(skia_include_path)/effects/SkBlurMaskFilter.h', | 83 '<(skia_include_path)/effects/SkBlurMaskFilter.h', |
| 82 '<(skia_include_path)/effects/SkColorMatrix.h', | 84 '<(skia_include_path)/effects/SkColorMatrix.h', |
| 83 '<(skia_include_path)/effects/SkColorMatrixFilter.h', | 85 '<(skia_include_path)/effects/SkColorMatrixFilter.h', |
| 84 '<(skia_include_path)/effects/SkColorFilterImageFilter.h', | 86 '<(skia_include_path)/effects/SkColorFilterImageFilter.h', |
| 85 '<(skia_include_path)/effects/SkCornerPathEffect.h', | 87 '<(skia_include_path)/effects/SkCornerPathEffect.h', |
| 86 '<(skia_include_path)/effects/SkDashPathEffect.h', | 88 '<(skia_include_path)/effects/SkDashPathEffect.h', |
| (...skipping 20 matching lines...) Expand all Loading... |
| 107 '<(skia_include_path)/effects/SkTransparentShader.h', | 109 '<(skia_include_path)/effects/SkTransparentShader.h', |
| 108 '<(skia_include_path)/effects/SkMagnifierImageFilter.h', | 110 '<(skia_include_path)/effects/SkMagnifierImageFilter.h', |
| 109 ], | 111 ], |
| 110 } | 112 } |
| 111 | 113 |
| 112 # Local Variables: | 114 # Local Variables: |
| 113 # tab-width:2 | 115 # tab-width:2 |
| 114 # indent-tabs-mode:nil | 116 # indent-tabs-mode:nil |
| 115 # End: | 117 # End: |
| 116 # vim: set expandtab tabstop=2 shiftwidth=2: | 118 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |