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

Side by Side Diff: gyp/effects.gypi

Issue 23021015: Initial error handling code (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: New serialization method Created 7 years, 3 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 | Annotate | Revision Log
OLDNEW
1 # Include this gypi to include all 'effects' files 1 # Include this gypi to include all 'effects' files
2 # The parent gyp/gypi file must define: 2 # The parent gyp/gypi file must define:
3 # 'skia_src_path' e.g. skia/trunk/src 3 # 'skia_src_path' e.g. skia/trunk/src
4 # 'skia_include_path' e.g. skia/trunk/include 4 # 'skia_include_path' e.g. skia/trunk/include
5 # 5 #
6 # The skia build defines these in common_variables.gypi. 6 # The skia build defines these in common_variables.gypi.
7 # 7 #
8 { 8 {
9 'sources': [ 9 'sources': [
10 '<(skia_src_path)/effects/Sk1DPathEffect.cpp', 10 '<(skia_src_path)/effects/Sk1DPathEffect.cpp',
(...skipping 15 matching lines...) Expand all
26 '<(skia_src_path)/effects/SkComposeImageFilter.cpp', 26 '<(skia_src_path)/effects/SkComposeImageFilter.cpp',
27 '<(skia_src_path)/effects/SkCornerPathEffect.cpp', 27 '<(skia_src_path)/effects/SkCornerPathEffect.cpp',
28 '<(skia_src_path)/effects/SkDashPathEffect.cpp', 28 '<(skia_src_path)/effects/SkDashPathEffect.cpp',
29 '<(skia_src_path)/effects/SkDiscretePathEffect.cpp', 29 '<(skia_src_path)/effects/SkDiscretePathEffect.cpp',
30 '<(skia_src_path)/effects/SkDisplacementMapEffect.cpp', 30 '<(skia_src_path)/effects/SkDisplacementMapEffect.cpp',
31 '<(skia_src_path)/effects/SkDropShadowImageFilter.cpp', 31 '<(skia_src_path)/effects/SkDropShadowImageFilter.cpp',
32 '<(skia_src_path)/effects/SkEmbossMask.cpp', 32 '<(skia_src_path)/effects/SkEmbossMask.cpp',
33 '<(skia_src_path)/effects/SkEmbossMask.h', 33 '<(skia_src_path)/effects/SkEmbossMask.h',
34 '<(skia_src_path)/effects/SkEmbossMask_Table.h', 34 '<(skia_src_path)/effects/SkEmbossMask_Table.h',
35 '<(skia_src_path)/effects/SkEmbossMaskFilter.cpp', 35 '<(skia_src_path)/effects/SkEmbossMaskFilter.cpp',
36 '<(skia_src_path)/effects/SkFlattenableUtils.cpp',
36 '<(skia_src_path)/effects/SkGpuBlurUtils.h', 37 '<(skia_src_path)/effects/SkGpuBlurUtils.h',
37 '<(skia_src_path)/effects/SkGpuBlurUtils.cpp', 38 '<(skia_src_path)/effects/SkGpuBlurUtils.cpp',
38 '<(skia_src_path)/effects/SkKernel33MaskFilter.cpp', 39 '<(skia_src_path)/effects/SkKernel33MaskFilter.cpp',
39 '<(skia_src_path)/effects/SkLayerDrawLooper.cpp', 40 '<(skia_src_path)/effects/SkLayerDrawLooper.cpp',
40 '<(skia_src_path)/effects/SkLayerRasterizer.cpp', 41 '<(skia_src_path)/effects/SkLayerRasterizer.cpp',
41 '<(skia_src_path)/effects/SkLerpXfermode.cpp', 42 '<(skia_src_path)/effects/SkLerpXfermode.cpp',
42 '<(skia_src_path)/effects/SkLightingImageFilter.cpp', 43 '<(skia_src_path)/effects/SkLightingImageFilter.cpp',
43 '<(skia_src_path)/effects/SkLumaXfermode.cpp', 44 '<(skia_src_path)/effects/SkLumaXfermode.cpp',
44 '<(skia_src_path)/effects/SkMagnifierImageFilter.cpp', 45 '<(skia_src_path)/effects/SkMagnifierImageFilter.cpp',
45 '<(skia_src_path)/effects/SkMatrixConvolutionImageFilter.cpp', 46 '<(skia_src_path)/effects/SkMatrixConvolutionImageFilter.cpp',
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 '<(skia_include_path)/effects/SkColorMatrix.h', 90 '<(skia_include_path)/effects/SkColorMatrix.h',
90 '<(skia_include_path)/effects/SkColorMatrixFilter.h', 91 '<(skia_include_path)/effects/SkColorMatrixFilter.h',
91 '<(skia_include_path)/effects/SkColorFilterImageFilter.h', 92 '<(skia_include_path)/effects/SkColorFilterImageFilter.h',
92 '<(skia_include_path)/effects/SkCornerPathEffect.h', 93 '<(skia_include_path)/effects/SkCornerPathEffect.h',
93 '<(skia_include_path)/effects/SkDashPathEffect.h', 94 '<(skia_include_path)/effects/SkDashPathEffect.h',
94 '<(skia_include_path)/effects/SkDiscretePathEffect.h', 95 '<(skia_include_path)/effects/SkDiscretePathEffect.h',
95 '<(skia_include_path)/effects/SkDisplacementMapEffect.h', 96 '<(skia_include_path)/effects/SkDisplacementMapEffect.h',
96 '<(skia_include_path)/effects/SkDrawExtraPathEffect.h', 97 '<(skia_include_path)/effects/SkDrawExtraPathEffect.h',
97 '<(skia_include_path)/effects/SkDropShadowImageFilter.h', 98 '<(skia_include_path)/effects/SkDropShadowImageFilter.h',
98 '<(skia_include_path)/effects/SkEmbossMaskFilter.h', 99 '<(skia_include_path)/effects/SkEmbossMaskFilter.h',
100 '<(skia_include_path)/effects/SkFlattenableUtils.h',
99 '<(skia_include_path)/effects/SkGradientShader.h', 101 '<(skia_include_path)/effects/SkGradientShader.h',
100 '<(skia_include_path)/effects/SkKernel33MaskFilter.h', 102 '<(skia_include_path)/effects/SkKernel33MaskFilter.h',
101 '<(skia_include_path)/effects/SkLayerDrawLooper.h', 103 '<(skia_include_path)/effects/SkLayerDrawLooper.h',
102 '<(skia_include_path)/effects/SkLayerRasterizer.h', 104 '<(skia_include_path)/effects/SkLayerRasterizer.h',
103 '<(skia_include_path)/effects/SkLerpXfermode.h', 105 '<(skia_include_path)/effects/SkLerpXfermode.h',
104 '<(skia_include_path)/effects/SkLightingImageFilter.h', 106 '<(skia_include_path)/effects/SkLightingImageFilter.h',
105 '<(skia_include_path)/effects/SkLumaXfermode.h', 107 '<(skia_include_path)/effects/SkLumaXfermode.h',
106 '<(skia_include_path)/effects/SkOffsetImageFilter.h', 108 '<(skia_include_path)/effects/SkOffsetImageFilter.h',
107 '<(skia_include_path)/effects/SkMorphologyImageFilter.h', 109 '<(skia_include_path)/effects/SkMorphologyImageFilter.h',
108 '<(skia_include_path)/effects/SkPaintFlagsDrawFilter.h', 110 '<(skia_include_path)/effects/SkPaintFlagsDrawFilter.h',
109 '<(skia_include_path)/effects/SkPerlinNoiseShader.h', 111 '<(skia_include_path)/effects/SkPerlinNoiseShader.h',
110 '<(skia_include_path)/effects/SkPixelXorXfermode.h', 112 '<(skia_include_path)/effects/SkPixelXorXfermode.h',
111 '<(skia_include_path)/effects/SkPorterDuff.h', 113 '<(skia_include_path)/effects/SkPorterDuff.h',
112 '<(skia_include_path)/effects/SkRectShaderImageFilter.h', 114 '<(skia_include_path)/effects/SkRectShaderImageFilter.h',
113 '<(skia_include_path)/effects/SkStippleMaskFilter.h', 115 '<(skia_include_path)/effects/SkStippleMaskFilter.h',
114 '<(skia_include_path)/effects/SkTableColorFilter.h', 116 '<(skia_include_path)/effects/SkTableColorFilter.h',
115 '<(skia_include_path)/effects/SkTableMaskFilter.h', 117 '<(skia_include_path)/effects/SkTableMaskFilter.h',
116 '<(skia_include_path)/effects/SkTransparentShader.h', 118 '<(skia_include_path)/effects/SkTransparentShader.h',
117 '<(skia_include_path)/effects/SkMagnifierImageFilter.h', 119 '<(skia_include_path)/effects/SkMagnifierImageFilter.h',
118 ], 120 ],
119 } 121 }
120 122
121 # Local Variables: 123 # Local Variables:
122 # tab-width:2 124 # tab-width:2
123 # indent-tabs-mode:nil 125 # indent-tabs-mode:nil
124 # End: 126 # End:
125 # vim: set expandtab tabstop=2 shiftwidth=2: 127 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « gyp/core.gypi ('k') | include/core/SkAnnotation.h » ('j') | include/core/SkAnnotation.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698