OLD | NEW |
1 # Copyright 2015 Google Inc. | 1 # Copyright 2015 Google Inc. |
2 # | 2 # |
3 # Use of this source code is governed by a BSD-style license that can be | 3 # Use of this source code is governed by a BSD-style license that can be |
4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
5 # Include this gypi to include all 'effects' files | 5 # Include this gypi to include all 'effects' files |
6 # The parent gyp/gypi file must define: | 6 # The parent gyp/gypi file must define: |
7 # 'skia_src_path' e.g. skia/trunk/src | 7 # 'skia_src_path' e.g. skia/trunk/src |
8 # 'skia_include_path' e.g. skia/trunk/include | 8 # 'skia_include_path' e.g. skia/trunk/include |
9 # | 9 # |
10 # The skia build defines these in common_variables.gypi. | 10 # The skia build defines these in common_variables.gypi. |
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
67 '<(skia_src_path)/effects/gradients/SkClampRange.h', | 67 '<(skia_src_path)/effects/gradients/SkClampRange.h', |
68 '<(skia_src_path)/effects/gradients/SkRadialGradient_Table.h', | 68 '<(skia_src_path)/effects/gradients/SkRadialGradient_Table.h', |
69 '<(skia_src_path)/effects/gradients/SkGradientBitmapCache.cpp', | 69 '<(skia_src_path)/effects/gradients/SkGradientBitmapCache.cpp', |
70 '<(skia_src_path)/effects/gradients/SkGradientBitmapCache.h', | 70 '<(skia_src_path)/effects/gradients/SkGradientBitmapCache.h', |
71 '<(skia_src_path)/effects/gradients/SkGradientShader.cpp', | 71 '<(skia_src_path)/effects/gradients/SkGradientShader.cpp', |
72 '<(skia_src_path)/effects/gradients/SkGradientShaderPriv.h', | 72 '<(skia_src_path)/effects/gradients/SkGradientShaderPriv.h', |
73 '<(skia_src_path)/effects/gradients/SkLinearGradient.cpp', | 73 '<(skia_src_path)/effects/gradients/SkLinearGradient.cpp', |
74 '<(skia_src_path)/effects/gradients/SkLinearGradient.h', | 74 '<(skia_src_path)/effects/gradients/SkLinearGradient.h', |
75 '<(skia_src_path)/effects/gradients/SkRadialGradient.cpp', | 75 '<(skia_src_path)/effects/gradients/SkRadialGradient.cpp', |
76 '<(skia_src_path)/effects/gradients/SkRadialGradient.h', | 76 '<(skia_src_path)/effects/gradients/SkRadialGradient.h', |
77 '<(skia_src_path)/effects/gradients/SkTwoPointRadialGradient.cpp', | |
78 '<(skia_src_path)/effects/gradients/SkTwoPointRadialGradient.h', | |
79 '<(skia_src_path)/effects/gradients/SkTwoPointConicalGradient.cpp', | 77 '<(skia_src_path)/effects/gradients/SkTwoPointConicalGradient.cpp', |
80 '<(skia_src_path)/effects/gradients/SkTwoPointConicalGradient.h', | 78 '<(skia_src_path)/effects/gradients/SkTwoPointConicalGradient.h', |
81 '<(skia_src_path)/effects/gradients/SkTwoPointConicalGradient_gpu.cpp', | 79 '<(skia_src_path)/effects/gradients/SkTwoPointConicalGradient_gpu.cpp', |
82 '<(skia_src_path)/effects/gradients/SkTwoPointConicalGradient_gpu.h', | 80 '<(skia_src_path)/effects/gradients/SkTwoPointConicalGradient_gpu.h', |
83 '<(skia_src_path)/effects/gradients/SkSweepGradient.cpp', | 81 '<(skia_src_path)/effects/gradients/SkSweepGradient.cpp', |
84 '<(skia_src_path)/effects/gradients/SkSweepGradient.h', | 82 '<(skia_src_path)/effects/gradients/SkSweepGradient.h', |
85 | 83 |
86 '<(skia_include_path)/effects/Sk1DPathEffect.h', | 84 '<(skia_include_path)/effects/Sk1DPathEffect.h', |
87 '<(skia_include_path)/effects/Sk2DPathEffect.h', | 85 '<(skia_include_path)/effects/Sk2DPathEffect.h', |
88 '<(skia_include_path)/effects/SkXfermodeImageFilter.h', | 86 '<(skia_include_path)/effects/SkXfermodeImageFilter.h', |
(...skipping 26 matching lines...) Expand all Loading... |
115 '<(skia_include_path)/effects/SkPerlinNoiseShader.h', | 113 '<(skia_include_path)/effects/SkPerlinNoiseShader.h', |
116 '<(skia_include_path)/effects/SkPixelXorXfermode.h', | 114 '<(skia_include_path)/effects/SkPixelXorXfermode.h', |
117 '<(skia_include_path)/effects/SkRectShaderImageFilter.h', | 115 '<(skia_include_path)/effects/SkRectShaderImageFilter.h', |
118 '<(skia_include_path)/effects/SkTableColorFilter.h', | 116 '<(skia_include_path)/effects/SkTableColorFilter.h', |
119 '<(skia_include_path)/effects/SkTableMaskFilter.h', | 117 '<(skia_include_path)/effects/SkTableMaskFilter.h', |
120 '<(skia_include_path)/effects/SkTileImageFilter.h', | 118 '<(skia_include_path)/effects/SkTileImageFilter.h', |
121 '<(skia_include_path)/effects/SkTransparentShader.h', | 119 '<(skia_include_path)/effects/SkTransparentShader.h', |
122 '<(skia_include_path)/effects/SkMagnifierImageFilter.h', | 120 '<(skia_include_path)/effects/SkMagnifierImageFilter.h', |
123 ], | 121 ], |
124 } | 122 } |
OLD | NEW |