| 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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 55 '<(skia_src_path)/effects/SkMorphologyImageFilter.cpp', | 55 '<(skia_src_path)/effects/SkMorphologyImageFilter.cpp', |
| 56 '<(skia_src_path)/effects/SkOffsetImageFilter.cpp', | 56 '<(skia_src_path)/effects/SkOffsetImageFilter.cpp', |
| 57 '<(skia_src_path)/effects/SkPackBits.cpp', | 57 '<(skia_src_path)/effects/SkPackBits.cpp', |
| 58 '<(skia_src_path)/effects/SkPackBits.h', | 58 '<(skia_src_path)/effects/SkPackBits.h', |
| 59 '<(skia_src_path)/effects/SkPaintFlagsDrawFilter.cpp', | 59 '<(skia_src_path)/effects/SkPaintFlagsDrawFilter.cpp', |
| 60 '<(skia_src_path)/effects/SkPaintImageFilter.cpp', | 60 '<(skia_src_path)/effects/SkPaintImageFilter.cpp', |
| 61 '<(skia_src_path)/effects/SkPerlinNoiseShader.cpp', | 61 '<(skia_src_path)/effects/SkPerlinNoiseShader.cpp', |
| 62 '<(skia_src_path)/effects/SkPictureImageFilter.cpp', | 62 '<(skia_src_path)/effects/SkPictureImageFilter.cpp', |
| 63 '<(skia_src_path)/effects/SkTableColorFilter.cpp', | 63 '<(skia_src_path)/effects/SkTableColorFilter.cpp', |
| 64 '<(skia_src_path)/effects/SkTableMaskFilter.cpp', | 64 '<(skia_src_path)/effects/SkTableMaskFilter.cpp', |
| 65 '<(skia_src_path)/effects/SkTestImageFilters.cpp', | |
| 66 '<(skia_src_path)/effects/SkTileImageFilter.cpp', | 65 '<(skia_src_path)/effects/SkTileImageFilter.cpp', |
| 67 '<(skia_src_path)/effects/SkXfermodeImageFilter.cpp', | 66 '<(skia_src_path)/effects/SkXfermodeImageFilter.cpp', |
| 68 | 67 |
| 69 '<(skia_src_path)/effects/gradients/Sk4fGradientBase.cpp', | 68 '<(skia_src_path)/effects/gradients/Sk4fGradientBase.cpp', |
| 70 '<(skia_src_path)/effects/gradients/Sk4fGradientBase.h', | 69 '<(skia_src_path)/effects/gradients/Sk4fGradientBase.h', |
| 71 '<(skia_src_path)/effects/gradients/Sk4fGradientPriv.h', | 70 '<(skia_src_path)/effects/gradients/Sk4fGradientPriv.h', |
| 72 '<(skia_src_path)/effects/gradients/Sk4fLinearGradient.cpp', | 71 '<(skia_src_path)/effects/gradients/Sk4fLinearGradient.cpp', |
| 73 '<(skia_src_path)/effects/gradients/Sk4fLinearGradient.h', | 72 '<(skia_src_path)/effects/gradients/Sk4fLinearGradient.h', |
| 74 '<(skia_src_path)/effects/gradients/SkClampRange.cpp', | 73 '<(skia_src_path)/effects/gradients/SkClampRange.cpp', |
| 75 '<(skia_src_path)/effects/gradients/SkClampRange.h', | 74 '<(skia_src_path)/effects/gradients/SkClampRange.h', |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 116 '<(skia_include_path)/effects/SkOffsetImageFilter.h', | 115 '<(skia_include_path)/effects/SkOffsetImageFilter.h', |
| 117 '<(skia_include_path)/effects/SkPaintFlagsDrawFilter.h', | 116 '<(skia_include_path)/effects/SkPaintFlagsDrawFilter.h', |
| 118 '<(skia_include_path)/effects/SkPaintImageFilter.h', | 117 '<(skia_include_path)/effects/SkPaintImageFilter.h', |
| 119 '<(skia_include_path)/effects/SkPerlinNoiseShader.h', | 118 '<(skia_include_path)/effects/SkPerlinNoiseShader.h', |
| 120 '<(skia_include_path)/effects/SkTableColorFilter.h', | 119 '<(skia_include_path)/effects/SkTableColorFilter.h', |
| 121 '<(skia_include_path)/effects/SkTableMaskFilter.h', | 120 '<(skia_include_path)/effects/SkTableMaskFilter.h', |
| 122 '<(skia_include_path)/effects/SkTileImageFilter.h', | 121 '<(skia_include_path)/effects/SkTileImageFilter.h', |
| 123 '<(skia_include_path)/effects/SkXfermodeImageFilter.h', | 122 '<(skia_include_path)/effects/SkXfermodeImageFilter.h', |
| 124 ], | 123 ], |
| 125 } | 124 } |
| OLD | NEW |