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

Side by Side Diff: gyp/effects.gypi

Issue 1153193014: delete (unused) TransparentShader (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 6 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 | « gyp/animator.gyp ('k') | include/core/SkShader.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 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 '<(skia_src_path)/effects/SkOffsetImageFilter.cpp', 53 '<(skia_src_path)/effects/SkOffsetImageFilter.cpp',
54 '<(skia_src_path)/effects/SkPaintFlagsDrawFilter.cpp', 54 '<(skia_src_path)/effects/SkPaintFlagsDrawFilter.cpp',
55 '<(skia_src_path)/effects/SkPerlinNoiseShader.cpp', 55 '<(skia_src_path)/effects/SkPerlinNoiseShader.cpp',
56 '<(skia_src_path)/effects/SkPictureImageFilter.cpp', 56 '<(skia_src_path)/effects/SkPictureImageFilter.cpp',
57 '<(skia_src_path)/effects/SkPixelXorXfermode.cpp', 57 '<(skia_src_path)/effects/SkPixelXorXfermode.cpp',
58 '<(skia_src_path)/effects/SkRectShaderImageFilter.cpp', 58 '<(skia_src_path)/effects/SkRectShaderImageFilter.cpp',
59 '<(skia_src_path)/effects/SkTableColorFilter.cpp', 59 '<(skia_src_path)/effects/SkTableColorFilter.cpp',
60 '<(skia_src_path)/effects/SkTableMaskFilter.cpp', 60 '<(skia_src_path)/effects/SkTableMaskFilter.cpp',
61 '<(skia_src_path)/effects/SkTestImageFilters.cpp', 61 '<(skia_src_path)/effects/SkTestImageFilters.cpp',
62 '<(skia_src_path)/effects/SkTileImageFilter.cpp', 62 '<(skia_src_path)/effects/SkTileImageFilter.cpp',
63 '<(skia_src_path)/effects/SkTransparentShader.cpp',
64 '<(skia_src_path)/effects/SkXfermodeImageFilter.cpp', 63 '<(skia_src_path)/effects/SkXfermodeImageFilter.cpp',
65 64
66 '<(skia_src_path)/effects/gradients/SkClampRange.cpp', 65 '<(skia_src_path)/effects/gradients/SkClampRange.cpp',
67 '<(skia_src_path)/effects/gradients/SkClampRange.h', 66 '<(skia_src_path)/effects/gradients/SkClampRange.h',
68 '<(skia_src_path)/effects/gradients/SkRadialGradient_Table.h', 67 '<(skia_src_path)/effects/gradients/SkRadialGradient_Table.h',
69 '<(skia_src_path)/effects/gradients/SkGradientBitmapCache.cpp', 68 '<(skia_src_path)/effects/gradients/SkGradientBitmapCache.cpp',
70 '<(skia_src_path)/effects/gradients/SkGradientBitmapCache.h', 69 '<(skia_src_path)/effects/gradients/SkGradientBitmapCache.h',
71 '<(skia_src_path)/effects/gradients/SkGradientShader.cpp', 70 '<(skia_src_path)/effects/gradients/SkGradientShader.cpp',
72 '<(skia_src_path)/effects/gradients/SkGradientShaderPriv.h', 71 '<(skia_src_path)/effects/gradients/SkGradientShaderPriv.h',
73 '<(skia_src_path)/effects/gradients/SkLinearGradient.cpp', 72 '<(skia_src_path)/effects/gradients/SkLinearGradient.cpp',
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 '<(skia_include_path)/effects/SkLumaColorFilter.h', 108 '<(skia_include_path)/effects/SkLumaColorFilter.h',
110 '<(skia_include_path)/effects/SkOffsetImageFilter.h', 109 '<(skia_include_path)/effects/SkOffsetImageFilter.h',
111 '<(skia_include_path)/effects/SkMorphologyImageFilter.h', 110 '<(skia_include_path)/effects/SkMorphologyImageFilter.h',
112 '<(skia_include_path)/effects/SkPaintFlagsDrawFilter.h', 111 '<(skia_include_path)/effects/SkPaintFlagsDrawFilter.h',
113 '<(skia_include_path)/effects/SkPerlinNoiseShader.h', 112 '<(skia_include_path)/effects/SkPerlinNoiseShader.h',
114 '<(skia_include_path)/effects/SkPixelXorXfermode.h', 113 '<(skia_include_path)/effects/SkPixelXorXfermode.h',
115 '<(skia_include_path)/effects/SkRectShaderImageFilter.h', 114 '<(skia_include_path)/effects/SkRectShaderImageFilter.h',
116 '<(skia_include_path)/effects/SkTableColorFilter.h', 115 '<(skia_include_path)/effects/SkTableColorFilter.h',
117 '<(skia_include_path)/effects/SkTableMaskFilter.h', 116 '<(skia_include_path)/effects/SkTableMaskFilter.h',
118 '<(skia_include_path)/effects/SkTileImageFilter.h', 117 '<(skia_include_path)/effects/SkTileImageFilter.h',
119 '<(skia_include_path)/effects/SkTransparentShader.h',
120 '<(skia_include_path)/effects/SkMagnifierImageFilter.h', 118 '<(skia_include_path)/effects/SkMagnifierImageFilter.h',
121 ], 119 ],
122 } 120 }
OLDNEW
« no previous file with comments | « gyp/animator.gyp ('k') | include/core/SkShader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698