Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(184)

Side by Side Diff: gyp/effects.gypi

Issue 1611633002: Remove SkLerpXfermode (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Remove recent usages Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « gm/lerpmode.cpp ('k') | include/core/SkScalar.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 27 matching lines...) Expand all
38 '<(skia_src_path)/effects/SkDropShadowImageFilter.cpp', 38 '<(skia_src_path)/effects/SkDropShadowImageFilter.cpp',
39 '<(skia_src_path)/effects/SkEmbossMask.cpp', 39 '<(skia_src_path)/effects/SkEmbossMask.cpp',
40 '<(skia_src_path)/effects/SkEmbossMask.h', 40 '<(skia_src_path)/effects/SkEmbossMask.h',
41 '<(skia_src_path)/effects/SkEmbossMask_Table.h', 41 '<(skia_src_path)/effects/SkEmbossMask_Table.h',
42 '<(skia_src_path)/effects/SkEmbossMaskFilter.cpp', 42 '<(skia_src_path)/effects/SkEmbossMaskFilter.cpp',
43 '<(skia_src_path)/effects/SkImageSource.cpp', 43 '<(skia_src_path)/effects/SkImageSource.cpp',
44 '<(skia_src_path)/effects/SkGpuBlurUtils.h', 44 '<(skia_src_path)/effects/SkGpuBlurUtils.h',
45 '<(skia_src_path)/effects/SkGpuBlurUtils.cpp', 45 '<(skia_src_path)/effects/SkGpuBlurUtils.cpp',
46 '<(skia_src_path)/effects/SkLayerDrawLooper.cpp', 46 '<(skia_src_path)/effects/SkLayerDrawLooper.cpp',
47 '<(skia_src_path)/effects/SkLayerRasterizer.cpp', 47 '<(skia_src_path)/effects/SkLayerRasterizer.cpp',
48 '<(skia_src_path)/effects/SkLerpXfermode.cpp',
49 '<(skia_src_path)/effects/SkLightingImageFilter.cpp', 48 '<(skia_src_path)/effects/SkLightingImageFilter.cpp',
50 '<(skia_src_path)/effects/SkLumaColorFilter.cpp', 49 '<(skia_src_path)/effects/SkLumaColorFilter.cpp',
51 '<(skia_src_path)/effects/SkMagnifierImageFilter.cpp', 50 '<(skia_src_path)/effects/SkMagnifierImageFilter.cpp',
52 '<(skia_src_path)/effects/SkMatrixConvolutionImageFilter.cpp', 51 '<(skia_src_path)/effects/SkMatrixConvolutionImageFilter.cpp',
53 '<(skia_src_path)/effects/SkMergeImageFilter.cpp', 52 '<(skia_src_path)/effects/SkMergeImageFilter.cpp',
54 '<(skia_src_path)/effects/SkMorphologyImageFilter.cpp', 53 '<(skia_src_path)/effects/SkMorphologyImageFilter.cpp',
55 '<(skia_src_path)/effects/SkOffsetImageFilter.cpp', 54 '<(skia_src_path)/effects/SkOffsetImageFilter.cpp',
56 '<(skia_src_path)/effects/SkPaintFlagsDrawFilter.cpp', 55 '<(skia_src_path)/effects/SkPaintFlagsDrawFilter.cpp',
57 '<(skia_src_path)/effects/SkPaintImageFilter.cpp', 56 '<(skia_src_path)/effects/SkPaintImageFilter.cpp',
58 '<(skia_src_path)/effects/SkPerlinNoiseShader.cpp', 57 '<(skia_src_path)/effects/SkPerlinNoiseShader.cpp',
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 '<(skia_include_path)/effects/SkDashPathEffect.h', 96 '<(skia_include_path)/effects/SkDashPathEffect.h',
98 '<(skia_include_path)/effects/SkDiscretePathEffect.h', 97 '<(skia_include_path)/effects/SkDiscretePathEffect.h',
99 '<(skia_include_path)/effects/SkDisplacementMapEffect.h', 98 '<(skia_include_path)/effects/SkDisplacementMapEffect.h',
100 '<(skia_include_path)/effects/SkDrawExtraPathEffect.h', 99 '<(skia_include_path)/effects/SkDrawExtraPathEffect.h',
101 '<(skia_include_path)/effects/SkDropShadowImageFilter.h', 100 '<(skia_include_path)/effects/SkDropShadowImageFilter.h',
102 '<(skia_include_path)/effects/SkEmbossMaskFilter.h', 101 '<(skia_include_path)/effects/SkEmbossMaskFilter.h',
103 '<(skia_include_path)/effects/SkGradientShader.h', 102 '<(skia_include_path)/effects/SkGradientShader.h',
104 '<(skia_include_path)/effects/SkImageSource.h', 103 '<(skia_include_path)/effects/SkImageSource.h',
105 '<(skia_include_path)/effects/SkLayerDrawLooper.h', 104 '<(skia_include_path)/effects/SkLayerDrawLooper.h',
106 '<(skia_include_path)/effects/SkLayerRasterizer.h', 105 '<(skia_include_path)/effects/SkLayerRasterizer.h',
107 '<(skia_include_path)/effects/SkLerpXfermode.h',
108 '<(skia_include_path)/effects/SkLightingImageFilter.h', 106 '<(skia_include_path)/effects/SkLightingImageFilter.h',
109 '<(skia_include_path)/effects/SkLumaColorFilter.h', 107 '<(skia_include_path)/effects/SkLumaColorFilter.h',
110 '<(skia_include_path)/effects/SkMagnifierImageFilter.h', 108 '<(skia_include_path)/effects/SkMagnifierImageFilter.h',
111 '<(skia_include_path)/effects/SkMorphologyImageFilter.h', 109 '<(skia_include_path)/effects/SkMorphologyImageFilter.h',
112 '<(skia_include_path)/effects/SkOffsetImageFilter.h', 110 '<(skia_include_path)/effects/SkOffsetImageFilter.h',
113 '<(skia_include_path)/effects/SkPaintFlagsDrawFilter.h', 111 '<(skia_include_path)/effects/SkPaintFlagsDrawFilter.h',
114 '<(skia_include_path)/effects/SkPaintImageFilter.h', 112 '<(skia_include_path)/effects/SkPaintImageFilter.h',
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/SkTableColorFilter.h', 115 '<(skia_include_path)/effects/SkTableColorFilter.h',
118 '<(skia_include_path)/effects/SkTableMaskFilter.h', 116 '<(skia_include_path)/effects/SkTableMaskFilter.h',
119 '<(skia_include_path)/effects/SkTileImageFilter.h', 117 '<(skia_include_path)/effects/SkTileImageFilter.h',
120 '<(skia_include_path)/effects/SkXfermodeImageFilter.h', 118 '<(skia_include_path)/effects/SkXfermodeImageFilter.h',
121 ], 119 ],
122 } 120 }
OLDNEW
« no previous file with comments | « gm/lerpmode.cpp ('k') | include/core/SkScalar.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698