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

Side by Side Diff: gyp/gmslides.gypi

Issue 136863006: Implement a resize image filter. This is needed for the "filterRes" feature in SVG filter effects, … (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Add registration to fix cross-process pipe tests. 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 | Annotate | Revision Log
« no previous file with comments | « gyp/effects.gypi ('k') | include/effects/SkResizeImageFilter.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 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 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 '../gm/pathopsinverse.cpp', 104 '../gm/pathopsinverse.cpp',
105 '../gm/pathopsskpclip.cpp', 105 '../gm/pathopsskpclip.cpp',
106 '../gm/pathreverse.cpp', 106 '../gm/pathreverse.cpp',
107 '../gm/perlinnoise.cpp', 107 '../gm/perlinnoise.cpp',
108 '../gm/pictureimagefilter.cpp', 108 '../gm/pictureimagefilter.cpp',
109 '../gm/points.cpp', 109 '../gm/points.cpp',
110 '../gm/poly2poly.cpp', 110 '../gm/poly2poly.cpp',
111 '../gm/polygons.cpp', 111 '../gm/polygons.cpp',
112 '../gm/quadpaths.cpp', 112 '../gm/quadpaths.cpp',
113 '../gm/rects.cpp', 113 '../gm/rects.cpp',
114 '../gm/resizeimagefilter.cpp',
114 '../gm/rrect.cpp', 115 '../gm/rrect.cpp',
115 '../gm/rrects.cpp', 116 '../gm/rrects.cpp',
116 '../gm/roundrects.cpp', 117 '../gm/roundrects.cpp',
117 '../gm/samplerstress.cpp', 118 '../gm/samplerstress.cpp',
118 # '../gm/scalebitmap.cpp', 119 # '../gm/scalebitmap.cpp',
119 '../gm/shaderbounds.cpp', 120 '../gm/shaderbounds.cpp',
120 '../gm/selftest.cpp', 121 '../gm/selftest.cpp',
121 '../gm/shadertext.cpp', 122 '../gm/shadertext.cpp',
122 '../gm/shadertext2.cpp', 123 '../gm/shadertext2.cpp',
123 '../gm/shadertext3.cpp', 124 '../gm/shadertext3.cpp',
(...skipping 23 matching lines...) Expand all
147 '../gm/vertices.cpp', 148 '../gm/vertices.cpp',
148 '../gm/verttext.cpp', 149 '../gm/verttext.cpp',
149 '../gm/verttext2.cpp', 150 '../gm/verttext2.cpp',
150 '../gm/verylargebitmap.cpp', 151 '../gm/verylargebitmap.cpp',
151 '../gm/xfermodeimagefilter.cpp', 152 '../gm/xfermodeimagefilter.cpp',
152 '../gm/xfermodes.cpp', 153 '../gm/xfermodes.cpp',
153 '../gm/xfermodes2.cpp', 154 '../gm/xfermodes2.cpp',
154 '../gm/xfermodes3.cpp', 155 '../gm/xfermodes3.cpp',
155 ], 156 ],
156 } 157 }
OLDNEW
« no previous file with comments | « gyp/effects.gypi ('k') | include/effects/SkResizeImageFilter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698