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

Side by Side Diff: gyp/effects.gypi

Issue 858813002: remove dead header (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 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 | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 '<(skia_src_path)/effects/gradients/SkTwoPointConicalGradient_gpu.cpp', 79 '<(skia_src_path)/effects/gradients/SkTwoPointConicalGradient_gpu.cpp',
80 '<(skia_src_path)/effects/gradients/SkTwoPointConicalGradient_gpu.h', 80 '<(skia_src_path)/effects/gradients/SkTwoPointConicalGradient_gpu.h',
81 '<(skia_src_path)/effects/gradients/SkSweepGradient.cpp', 81 '<(skia_src_path)/effects/gradients/SkSweepGradient.cpp',
82 '<(skia_src_path)/effects/gradients/SkSweepGradient.h', 82 '<(skia_src_path)/effects/gradients/SkSweepGradient.h',
83 83
84 '<(skia_include_path)/effects/Sk1DPathEffect.h', 84 '<(skia_include_path)/effects/Sk1DPathEffect.h',
85 '<(skia_include_path)/effects/Sk2DPathEffect.h', 85 '<(skia_include_path)/effects/Sk2DPathEffect.h',
86 '<(skia_include_path)/effects/SkXfermodeImageFilter.h', 86 '<(skia_include_path)/effects/SkXfermodeImageFilter.h',
87 '<(skia_include_path)/effects/SkAlphaThresholdFilter.h', 87 '<(skia_include_path)/effects/SkAlphaThresholdFilter.h',
88 '<(skia_include_path)/effects/SkArithmeticMode.h', 88 '<(skia_include_path)/effects/SkArithmeticMode.h',
89 '<(skia_include_path)/effects/SkAvoidXfermode.h',
90 '<(skia_include_path)/effects/SkBitmapSource.h', 89 '<(skia_include_path)/effects/SkBitmapSource.h',
91 '<(skia_include_path)/effects/SkBlurDrawLooper.h', 90 '<(skia_include_path)/effects/SkBlurDrawLooper.h',
92 '<(skia_include_path)/effects/SkBlurImageFilter.h', 91 '<(skia_include_path)/effects/SkBlurImageFilter.h',
93 '<(skia_include_path)/effects/SkBlurMaskFilter.h', 92 '<(skia_include_path)/effects/SkBlurMaskFilter.h',
94 '<(skia_include_path)/effects/SkColorCubeFilter.h', 93 '<(skia_include_path)/effects/SkColorCubeFilter.h',
95 '<(skia_include_path)/effects/SkColorMatrix.h', 94 '<(skia_include_path)/effects/SkColorMatrix.h',
96 '<(skia_include_path)/effects/SkColorMatrixFilter.h', 95 '<(skia_include_path)/effects/SkColorMatrixFilter.h',
97 '<(skia_include_path)/effects/SkColorFilterImageFilter.h', 96 '<(skia_include_path)/effects/SkColorFilterImageFilter.h',
98 '<(skia_include_path)/effects/SkCornerPathEffect.h', 97 '<(skia_include_path)/effects/SkCornerPathEffect.h',
99 '<(skia_include_path)/effects/SkDashPathEffect.h', 98 '<(skia_include_path)/effects/SkDashPathEffect.h',
(...skipping 15 matching lines...) Expand all
115 '<(skia_include_path)/effects/SkPixelXorXfermode.h', 114 '<(skia_include_path)/effects/SkPixelXorXfermode.h',
116 '<(skia_include_path)/effects/SkPorterDuff.h', 115 '<(skia_include_path)/effects/SkPorterDuff.h',
117 '<(skia_include_path)/effects/SkRectShaderImageFilter.h', 116 '<(skia_include_path)/effects/SkRectShaderImageFilter.h',
118 '<(skia_include_path)/effects/SkTableColorFilter.h', 117 '<(skia_include_path)/effects/SkTableColorFilter.h',
119 '<(skia_include_path)/effects/SkTableMaskFilter.h', 118 '<(skia_include_path)/effects/SkTableMaskFilter.h',
120 '<(skia_include_path)/effects/SkTileImageFilter.h', 119 '<(skia_include_path)/effects/SkTileImageFilter.h',
121 '<(skia_include_path)/effects/SkTransparentShader.h', 120 '<(skia_include_path)/effects/SkTransparentShader.h',
122 '<(skia_include_path)/effects/SkMagnifierImageFilter.h', 121 '<(skia_include_path)/effects/SkMagnifierImageFilter.h',
123 ], 122 ],
124 } 123 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698