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

Side by Side Diff: gyp/effects.gypi

Issue 1747753002: move drawextrapatheffect header into animator (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 9 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/SkDrawExtraPathEffect.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 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 '<(skia_include_path)/effects/SkBlurImageFilter.h', 95 '<(skia_include_path)/effects/SkBlurImageFilter.h',
96 '<(skia_include_path)/effects/SkBlurMaskFilter.h', 96 '<(skia_include_path)/effects/SkBlurMaskFilter.h',
97 '<(skia_include_path)/effects/SkColorCubeFilter.h', 97 '<(skia_include_path)/effects/SkColorCubeFilter.h',
98 '<(skia_include_path)/effects/SkColorFilterImageFilter.h', 98 '<(skia_include_path)/effects/SkColorFilterImageFilter.h',
99 '<(skia_include_path)/effects/SkColorMatrix.h', 99 '<(skia_include_path)/effects/SkColorMatrix.h',
100 '<(skia_include_path)/effects/SkColorMatrixFilter.h', 100 '<(skia_include_path)/effects/SkColorMatrixFilter.h',
101 '<(skia_include_path)/effects/SkCornerPathEffect.h', 101 '<(skia_include_path)/effects/SkCornerPathEffect.h',
102 '<(skia_include_path)/effects/SkDashPathEffect.h', 102 '<(skia_include_path)/effects/SkDashPathEffect.h',
103 '<(skia_include_path)/effects/SkDiscretePathEffect.h', 103 '<(skia_include_path)/effects/SkDiscretePathEffect.h',
104 '<(skia_include_path)/effects/SkDisplacementMapEffect.h', 104 '<(skia_include_path)/effects/SkDisplacementMapEffect.h',
105 '<(skia_include_path)/effects/SkDrawExtraPathEffect.h',
106 '<(skia_include_path)/effects/SkDropShadowImageFilter.h', 105 '<(skia_include_path)/effects/SkDropShadowImageFilter.h',
107 '<(skia_include_path)/effects/SkEmbossMaskFilter.h', 106 '<(skia_include_path)/effects/SkEmbossMaskFilter.h',
108 '<(skia_include_path)/effects/SkGradientShader.h', 107 '<(skia_include_path)/effects/SkGradientShader.h',
109 '<(skia_include_path)/effects/SkImageSource.h', 108 '<(skia_include_path)/effects/SkImageSource.h',
110 '<(skia_include_path)/effects/SkLayerDrawLooper.h', 109 '<(skia_include_path)/effects/SkLayerDrawLooper.h',
111 '<(skia_include_path)/effects/SkLayerRasterizer.h', 110 '<(skia_include_path)/effects/SkLayerRasterizer.h',
112 '<(skia_include_path)/effects/SkLightingImageFilter.h', 111 '<(skia_include_path)/effects/SkLightingImageFilter.h',
113 '<(skia_include_path)/effects/SkLumaColorFilter.h', 112 '<(skia_include_path)/effects/SkLumaColorFilter.h',
114 '<(skia_include_path)/effects/SkMagnifierImageFilter.h', 113 '<(skia_include_path)/effects/SkMagnifierImageFilter.h',
115 '<(skia_include_path)/effects/SkMorphologyImageFilter.h', 114 '<(skia_include_path)/effects/SkMorphologyImageFilter.h',
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 '<(skia_include_path)/client/android/SkAvoidXfermode.h', 124 '<(skia_include_path)/client/android/SkAvoidXfermode.h',
126 '<(skia_include_path)/client/android/SkPixelXorXfermode.h', 125 '<(skia_include_path)/client/android/SkPixelXorXfermode.h',
127 ], 126 ],
128 } 127 }
OLDNEW
« no previous file with comments | « no previous file | include/effects/SkDrawExtraPathEffect.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698