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

Side by Side Diff: gyp/effects.gypi

Issue 451723003: SkPatchGrid interface (after SkPatch/SkPicture rebase). (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 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
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 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 61
62 '<(skia_src_path)/effects/gradients/SkBitmapCache.cpp', 62 '<(skia_src_path)/effects/gradients/SkBitmapCache.cpp',
63 '<(skia_src_path)/effects/gradients/SkBitmapCache.h', 63 '<(skia_src_path)/effects/gradients/SkBitmapCache.h',
64 '<(skia_src_path)/effects/gradients/SkClampRange.cpp', 64 '<(skia_src_path)/effects/gradients/SkClampRange.cpp',
65 '<(skia_src_path)/effects/gradients/SkClampRange.h', 65 '<(skia_src_path)/effects/gradients/SkClampRange.h',
66 '<(skia_src_path)/effects/gradients/SkRadialGradient_Table.h', 66 '<(skia_src_path)/effects/gradients/SkRadialGradient_Table.h',
67 '<(skia_src_path)/effects/gradients/SkGradientShader.cpp', 67 '<(skia_src_path)/effects/gradients/SkGradientShader.cpp',
68 '<(skia_src_path)/effects/gradients/SkGradientShaderPriv.h', 68 '<(skia_src_path)/effects/gradients/SkGradientShaderPriv.h',
69 '<(skia_src_path)/effects/gradients/SkLinearGradient.cpp', 69 '<(skia_src_path)/effects/gradients/SkLinearGradient.cpp',
70 '<(skia_src_path)/effects/gradients/SkLinearGradient.h', 70 '<(skia_src_path)/effects/gradients/SkLinearGradient.h',
71 '<(skia_src_path)/effects/gradients/SkMeshGradient.cpp',
72 '<(skia_src_path)/effects/gradients/SkMeshGradient.h',
71 '<(skia_src_path)/effects/gradients/SkRadialGradient.cpp', 73 '<(skia_src_path)/effects/gradients/SkRadialGradient.cpp',
72 '<(skia_src_path)/effects/gradients/SkRadialGradient.h', 74 '<(skia_src_path)/effects/gradients/SkRadialGradient.h',
73 '<(skia_src_path)/effects/gradients/SkTwoPointRadialGradient.cpp', 75 '<(skia_src_path)/effects/gradients/SkTwoPointRadialGradient.cpp',
74 '<(skia_src_path)/effects/gradients/SkTwoPointRadialGradient.h', 76 '<(skia_src_path)/effects/gradients/SkTwoPointRadialGradient.h',
75 '<(skia_src_path)/effects/gradients/SkTwoPointConicalGradient.cpp', 77 '<(skia_src_path)/effects/gradients/SkTwoPointConicalGradient.cpp',
76 '<(skia_src_path)/effects/gradients/SkTwoPointConicalGradient.h', 78 '<(skia_src_path)/effects/gradients/SkTwoPointConicalGradient.h',
77 '<(skia_src_path)/effects/gradients/SkTwoPointConicalGradient_gpu.cpp', 79 '<(skia_src_path)/effects/gradients/SkTwoPointConicalGradient_gpu.cpp',
78 '<(skia_src_path)/effects/gradients/SkTwoPointConicalGradient_gpu.h', 80 '<(skia_src_path)/effects/gradients/SkTwoPointConicalGradient_gpu.h',
79 '<(skia_src_path)/effects/gradients/SkSweepGradient.cpp', 81 '<(skia_src_path)/effects/gradients/SkSweepGradient.cpp',
80 '<(skia_src_path)/effects/gradients/SkSweepGradient.h', 82 '<(skia_src_path)/effects/gradients/SkSweepGradient.h',
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 '<(skia_include_path)/effects/SkPorterDuff.h', 115 '<(skia_include_path)/effects/SkPorterDuff.h',
114 '<(skia_include_path)/effects/SkRectShaderImageFilter.h', 116 '<(skia_include_path)/effects/SkRectShaderImageFilter.h',
115 '<(skia_include_path)/effects/SkStippleMaskFilter.h', 117 '<(skia_include_path)/effects/SkStippleMaskFilter.h',
116 '<(skia_include_path)/effects/SkTableColorFilter.h', 118 '<(skia_include_path)/effects/SkTableColorFilter.h',
117 '<(skia_include_path)/effects/SkTableMaskFilter.h', 119 '<(skia_include_path)/effects/SkTableMaskFilter.h',
118 '<(skia_include_path)/effects/SkTileImageFilter.h', 120 '<(skia_include_path)/effects/SkTileImageFilter.h',
119 '<(skia_include_path)/effects/SkTransparentShader.h', 121 '<(skia_include_path)/effects/SkTransparentShader.h',
120 '<(skia_include_path)/effects/SkMagnifierImageFilter.h', 122 '<(skia_include_path)/effects/SkMagnifierImageFilter.h',
121 ], 123 ],
122 } 124 }
OLDNEW
« no previous file with comments | « gm/patch.cpp ('k') | gyp/gmslides.gypi » ('j') | src/effects/gradients/SkMeshGradient.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698