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

Side by Side Diff: gyp/gmslides.gypi

Issue 115633002: Add AlphaThreshold filter. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Fix tests build Created 6 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 | « gyp/effects.gypi ('k') | gyp/public_headers.gypi » ('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 the golden master slides. 1 # include this gypi to include all the golden master slides.
2 { 2 {
3 'sources': [ 3 'sources': [
4 '../gm/aaclip.cpp', 4 '../gm/aaclip.cpp',
5 '../gm/aarectmodes.cpp', 5 '../gm/aarectmodes.cpp',
6 '../gm/alphagradients.cpp', 6 '../gm/alphagradients.cpp',
7 '../gm/androidfallback.cpp', 7 '../gm/androidfallback.cpp',
8 '../gm/arcofzorro.cpp', 8 '../gm/arcofzorro.cpp',
9 '../gm/arithmode.cpp', 9 '../gm/arithmode.cpp',
10 '../gm/beziereffects.cpp', 10 '../gm/beziereffects.cpp',
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 '../gm/getpostextpath.cpp', 66 '../gm/getpostextpath.cpp',
67 '../gm/giantbitmap.cpp', 67 '../gm/giantbitmap.cpp',
68 '../gm/gradients.cpp', 68 '../gm/gradients.cpp',
69 '../gm/gradients_no_texture.cpp', 69 '../gm/gradients_no_texture.cpp',
70 '../gm/gradientDirtyLaundry.cpp', 70 '../gm/gradientDirtyLaundry.cpp',
71 '../gm/gradient_matrix.cpp', 71 '../gm/gradient_matrix.cpp',
72 '../gm/gradtext.cpp', 72 '../gm/gradtext.cpp',
73 '../gm/hairlines.cpp', 73 '../gm/hairlines.cpp',
74 '../gm/hairmodes.cpp', 74 '../gm/hairmodes.cpp',
75 '../gm/hittestpath.cpp', 75 '../gm/hittestpath.cpp',
76 '../gm/imagealphathreshold.cpp',
76 '../gm/imageblur.cpp', 77 '../gm/imageblur.cpp',
77 '../gm/imagemagnifier.cpp', 78 '../gm/imagemagnifier.cpp',
78 '../gm/inversepaths.cpp', 79 '../gm/inversepaths.cpp',
79 '../gm/lerpmode.cpp', 80 '../gm/lerpmode.cpp',
80 '../gm/lighting.cpp', 81 '../gm/lighting.cpp',
81 '../gm/lumafilter.cpp', 82 '../gm/lumafilter.cpp',
82 '../gm/image.cpp', 83 '../gm/image.cpp',
83 '../gm/imagefiltersbase.cpp', 84 '../gm/imagefiltersbase.cpp',
84 '../gm/imagefilterscropped.cpp', 85 '../gm/imagefilterscropped.cpp',
85 '../gm/imagefiltersgraph.cpp', 86 '../gm/imagefiltersgraph.cpp',
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 '../gm/vertices.cpp', 147 '../gm/vertices.cpp',
147 '../gm/verttext.cpp', 148 '../gm/verttext.cpp',
148 '../gm/verttext2.cpp', 149 '../gm/verttext2.cpp',
149 '../gm/verylargebitmap.cpp', 150 '../gm/verylargebitmap.cpp',
150 '../gm/xfermodeimagefilter.cpp', 151 '../gm/xfermodeimagefilter.cpp',
151 '../gm/xfermodes.cpp', 152 '../gm/xfermodes.cpp',
152 '../gm/xfermodes2.cpp', 153 '../gm/xfermodes2.cpp',
153 '../gm/xfermodes3.cpp', 154 '../gm/xfermodes3.cpp',
154 ], 155 ],
155 } 156 }
OLDNEW
« no previous file with comments | « gyp/effects.gypi ('k') | gyp/public_headers.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698