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

Side by Side Diff: gyp/effects.gypi

Issue 222943002: Pull Gpu shader out of SkTwoPointConicalGradient into own file (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Gpu Support Check Created 6 years, 8 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 | src/effects/gradients/SkTwoPointConicalGradient.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 # 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 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 '<(skia_src_path)/effects/gradients/SkGradientShader.cpp', 70 '<(skia_src_path)/effects/gradients/SkGradientShader.cpp',
71 '<(skia_src_path)/effects/gradients/SkGradientShaderPriv.h', 71 '<(skia_src_path)/effects/gradients/SkGradientShaderPriv.h',
72 '<(skia_src_path)/effects/gradients/SkLinearGradient.cpp', 72 '<(skia_src_path)/effects/gradients/SkLinearGradient.cpp',
73 '<(skia_src_path)/effects/gradients/SkLinearGradient.h', 73 '<(skia_src_path)/effects/gradients/SkLinearGradient.h',
74 '<(skia_src_path)/effects/gradients/SkRadialGradient.cpp', 74 '<(skia_src_path)/effects/gradients/SkRadialGradient.cpp',
75 '<(skia_src_path)/effects/gradients/SkRadialGradient.h', 75 '<(skia_src_path)/effects/gradients/SkRadialGradient.h',
76 '<(skia_src_path)/effects/gradients/SkTwoPointRadialGradient.cpp', 76 '<(skia_src_path)/effects/gradients/SkTwoPointRadialGradient.cpp',
77 '<(skia_src_path)/effects/gradients/SkTwoPointRadialGradient.h', 77 '<(skia_src_path)/effects/gradients/SkTwoPointRadialGradient.h',
78 '<(skia_src_path)/effects/gradients/SkTwoPointConicalGradient.cpp', 78 '<(skia_src_path)/effects/gradients/SkTwoPointConicalGradient.cpp',
79 '<(skia_src_path)/effects/gradients/SkTwoPointConicalGradient.h', 79 '<(skia_src_path)/effects/gradients/SkTwoPointConicalGradient.h',
80 '<(skia_src_path)/effects/gradients/SkTwoPointConicalGradient_gpu.cpp',
81 '<(skia_src_path)/effects/gradients/SkTwoPointConicalGradient_gpu.h',
80 '<(skia_src_path)/effects/gradients/SkSweepGradient.cpp', 82 '<(skia_src_path)/effects/gradients/SkSweepGradient.cpp',
81 '<(skia_src_path)/effects/gradients/SkSweepGradient.h', 83 '<(skia_src_path)/effects/gradients/SkSweepGradient.h',
82 84
83 '<(skia_include_path)/effects/Sk1DPathEffect.h', 85 '<(skia_include_path)/effects/Sk1DPathEffect.h',
84 '<(skia_include_path)/effects/Sk2DPathEffect.h', 86 '<(skia_include_path)/effects/Sk2DPathEffect.h',
85 '<(skia_include_path)/effects/SkXfermodeImageFilter.h', 87 '<(skia_include_path)/effects/SkXfermodeImageFilter.h',
86 '<(skia_include_path)/effects/SkAlphaThresholdFilter.h', 88 '<(skia_include_path)/effects/SkAlphaThresholdFilter.h',
87 '<(skia_include_path)/effects/SkArithmeticMode.h', 89 '<(skia_include_path)/effects/SkArithmeticMode.h',
88 '<(skia_include_path)/effects/SkAvoidXfermode.h', 90 '<(skia_include_path)/effects/SkAvoidXfermode.h',
89 '<(skia_include_path)/effects/SkBitmapSource.h', 91 '<(skia_include_path)/effects/SkBitmapSource.h',
(...skipping 25 matching lines...) Expand all
115 '<(skia_include_path)/effects/SkPorterDuff.h', 117 '<(skia_include_path)/effects/SkPorterDuff.h',
116 '<(skia_include_path)/effects/SkRectShaderImageFilter.h', 118 '<(skia_include_path)/effects/SkRectShaderImageFilter.h',
117 '<(skia_include_path)/effects/SkStippleMaskFilter.h', 119 '<(skia_include_path)/effects/SkStippleMaskFilter.h',
118 '<(skia_include_path)/effects/SkTableColorFilter.h', 120 '<(skia_include_path)/effects/SkTableColorFilter.h',
119 '<(skia_include_path)/effects/SkTableMaskFilter.h', 121 '<(skia_include_path)/effects/SkTableMaskFilter.h',
120 '<(skia_include_path)/effects/SkTileImageFilter.h', 122 '<(skia_include_path)/effects/SkTileImageFilter.h',
121 '<(skia_include_path)/effects/SkTransparentShader.h', 123 '<(skia_include_path)/effects/SkTransparentShader.h',
122 '<(skia_include_path)/effects/SkMagnifierImageFilter.h', 124 '<(skia_include_path)/effects/SkMagnifierImageFilter.h',
123 ], 125 ],
124 } 126 }
OLDNEW
« no previous file with comments | « no previous file | src/effects/gradients/SkTwoPointConicalGradient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698