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

Side by Side Diff: gyp/effects.gypi

Issue 2249973003: Add alternative ambient shadow method to Android shadow sample (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Nits (again) Created 4 years, 4 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 | « no previous file | include/effects/SkGaussianEdgeShader.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 26 matching lines...) Expand all
37 '<(skia_src_path)/effects/SkDashPathEffect.cpp', 37 '<(skia_src_path)/effects/SkDashPathEffect.cpp',
38 '<(skia_src_path)/effects/SkDiscretePathEffect.cpp', 38 '<(skia_src_path)/effects/SkDiscretePathEffect.cpp',
39 '<(skia_src_path)/effects/SkDisplacementMapEffect.cpp', 39 '<(skia_src_path)/effects/SkDisplacementMapEffect.cpp',
40 '<(skia_src_path)/effects/SkDropShadowImageFilter.cpp', 40 '<(skia_src_path)/effects/SkDropShadowImageFilter.cpp',
41 '<(skia_src_path)/effects/SkEmbossMask.cpp', 41 '<(skia_src_path)/effects/SkEmbossMask.cpp',
42 '<(skia_src_path)/effects/SkEmbossMask.h', 42 '<(skia_src_path)/effects/SkEmbossMask.h',
43 '<(skia_src_path)/effects/SkEmbossMask_Table.h', 43 '<(skia_src_path)/effects/SkEmbossMask_Table.h',
44 '<(skia_src_path)/effects/SkEmbossMaskFilter.cpp', 44 '<(skia_src_path)/effects/SkEmbossMaskFilter.cpp',
45 '<(skia_src_path)/effects/SkImageSource.cpp', 45 '<(skia_src_path)/effects/SkImageSource.cpp',
46 '<(skia_src_path)/effects/SkGammaColorFilter.cpp', 46 '<(skia_src_path)/effects/SkGammaColorFilter.cpp',
47 '<(skia_src_path)/effects/SkGaussianEdgeShader.cpp',
47 '<(skia_src_path)/effects/SkGpuBlurUtils.h', 48 '<(skia_src_path)/effects/SkGpuBlurUtils.h',
48 '<(skia_src_path)/effects/SkGpuBlurUtils.cpp', 49 '<(skia_src_path)/effects/SkGpuBlurUtils.cpp',
49 '<(skia_src_path)/effects/SkLayerDrawLooper.cpp', 50 '<(skia_src_path)/effects/SkLayerDrawLooper.cpp',
50 '<(skia_src_path)/effects/SkLayerRasterizer.cpp', 51 '<(skia_src_path)/effects/SkLayerRasterizer.cpp',
51 '<(skia_src_path)/effects/SkLightingImageFilter.cpp', 52 '<(skia_src_path)/effects/SkLightingImageFilter.cpp',
52 '<(skia_src_path)/effects/SkLumaColorFilter.cpp', 53 '<(skia_src_path)/effects/SkLumaColorFilter.cpp',
53 '<(skia_src_path)/effects/SkMagnifierImageFilter.cpp', 54 '<(skia_src_path)/effects/SkMagnifierImageFilter.cpp',
54 '<(skia_src_path)/effects/SkMatrixConvolutionImageFilter.cpp', 55 '<(skia_src_path)/effects/SkMatrixConvolutionImageFilter.cpp',
55 '<(skia_src_path)/effects/SkMergeImageFilter.cpp', 56 '<(skia_src_path)/effects/SkMergeImageFilter.cpp',
56 '<(skia_src_path)/effects/SkMorphologyImageFilter.cpp', 57 '<(skia_src_path)/effects/SkMorphologyImageFilter.cpp',
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 '<(skia_include_path)/effects/SkColorFilterImageFilter.h', 100 '<(skia_include_path)/effects/SkColorFilterImageFilter.h',
100 '<(skia_include_path)/effects/SkColorMatrix.h', 101 '<(skia_include_path)/effects/SkColorMatrix.h',
101 '<(skia_include_path)/effects/SkColorMatrixFilter.h', 102 '<(skia_include_path)/effects/SkColorMatrixFilter.h',
102 '<(skia_include_path)/effects/SkCornerPathEffect.h', 103 '<(skia_include_path)/effects/SkCornerPathEffect.h',
103 '<(skia_include_path)/effects/SkDashPathEffect.h', 104 '<(skia_include_path)/effects/SkDashPathEffect.h',
104 '<(skia_include_path)/effects/SkDiscretePathEffect.h', 105 '<(skia_include_path)/effects/SkDiscretePathEffect.h',
105 '<(skia_include_path)/effects/SkDisplacementMapEffect.h', 106 '<(skia_include_path)/effects/SkDisplacementMapEffect.h',
106 '<(skia_include_path)/effects/SkDropShadowImageFilter.h', 107 '<(skia_include_path)/effects/SkDropShadowImageFilter.h',
107 '<(skia_include_path)/effects/SkEmbossMaskFilter.h', 108 '<(skia_include_path)/effects/SkEmbossMaskFilter.h',
108 '<(skia_include_path)/effects/SkGammaColorFilter.h', 109 '<(skia_include_path)/effects/SkGammaColorFilter.h',
110 '<(skia_include_path)/effects/SkGaussianEdgeShader.h',
109 '<(skia_include_path)/effects/SkGradientShader.h', 111 '<(skia_include_path)/effects/SkGradientShader.h',
110 '<(skia_include_path)/effects/SkImageSource.h', 112 '<(skia_include_path)/effects/SkImageSource.h',
111 '<(skia_include_path)/effects/SkLayerDrawLooper.h', 113 '<(skia_include_path)/effects/SkLayerDrawLooper.h',
112 '<(skia_include_path)/effects/SkLayerRasterizer.h', 114 '<(skia_include_path)/effects/SkLayerRasterizer.h',
113 '<(skia_include_path)/effects/SkLightingImageFilter.h', 115 '<(skia_include_path)/effects/SkLightingImageFilter.h',
114 '<(skia_include_path)/effects/SkLumaColorFilter.h', 116 '<(skia_include_path)/effects/SkLumaColorFilter.h',
115 '<(skia_include_path)/effects/SkMagnifierImageFilter.h', 117 '<(skia_include_path)/effects/SkMagnifierImageFilter.h',
116 '<(skia_include_path)/effects/SkMorphologyImageFilter.h', 118 '<(skia_include_path)/effects/SkMorphologyImageFilter.h',
117 '<(skia_include_path)/effects/SkOffsetImageFilter.h', 119 '<(skia_include_path)/effects/SkOffsetImageFilter.h',
118 '<(skia_include_path)/effects/SkPaintFlagsDrawFilter.h', 120 '<(skia_include_path)/effects/SkPaintFlagsDrawFilter.h',
119 '<(skia_include_path)/effects/SkPaintImageFilter.h', 121 '<(skia_include_path)/effects/SkPaintImageFilter.h',
120 '<(skia_include_path)/effects/SkPerlinNoiseShader.h', 122 '<(skia_include_path)/effects/SkPerlinNoiseShader.h',
121 '<(skia_include_path)/effects/SkTableColorFilter.h', 123 '<(skia_include_path)/effects/SkTableColorFilter.h',
122 '<(skia_include_path)/effects/SkTableMaskFilter.h', 124 '<(skia_include_path)/effects/SkTableMaskFilter.h',
123 '<(skia_include_path)/effects/SkTileImageFilter.h', 125 '<(skia_include_path)/effects/SkTileImageFilter.h',
124 '<(skia_include_path)/effects/SkXfermodeImageFilter.h', 126 '<(skia_include_path)/effects/SkXfermodeImageFilter.h',
125 ], 127 ],
126 } 128 }
OLDNEW
« no previous file with comments | « no previous file | include/effects/SkGaussianEdgeShader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698