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

Side by Side Diff: gyp/gmslides.gypi

Issue 986623003: Implement support for non-scale/translate CTM in image filters. Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Update to latest rev of SkMatrixImageFilter move Created 5 years, 9 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 the golden master slides. 1 # include this gypi to include all the golden master slides.
2 { 2 {
3 'include_dirs': [ 3 'include_dirs': [
4 '../gm', 4 '../gm',
5 # include dirs needed by particular GMs 5 # include dirs needed by particular GMs
6 '../src/utils/debugger', 6 '../src/utils/debugger',
7 '../src/images', 7 '../src/images',
8 '../src/lazy', 8 '../src/lazy',
9 ], 9 ],
10 'conditions': [ 10 'conditions': [
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 '../gm/lerpmode.cpp', 121 '../gm/lerpmode.cpp',
122 '../gm/lighting.cpp', 122 '../gm/lighting.cpp',
123 '../gm/lumafilter.cpp', 123 '../gm/lumafilter.cpp',
124 '../gm/image.cpp', 124 '../gm/image.cpp',
125 '../gm/imagefiltersbase.cpp', 125 '../gm/imagefiltersbase.cpp',
126 '../gm/imagefiltersclipped.cpp', 126 '../gm/imagefiltersclipped.cpp',
127 '../gm/imagefilterscropped.cpp', 127 '../gm/imagefilterscropped.cpp',
128 '../gm/imagefilterscropexpand.cpp', 128 '../gm/imagefilterscropexpand.cpp',
129 '../gm/imagefiltersgraph.cpp', 129 '../gm/imagefiltersgraph.cpp',
130 '../gm/imagefiltersscaled.cpp', 130 '../gm/imagefiltersscaled.cpp',
131 '../gm/imagefilterstransformed.cpp',
131 '../gm/internal_links.cpp', 132 '../gm/internal_links.cpp',
132 '../gm/lcdtext.cpp', 133 '../gm/lcdtext.cpp',
133 '../gm/linepaths.cpp', 134 '../gm/linepaths.cpp',
134 '../gm/matrixconvolution.cpp', 135 '../gm/matrixconvolution.cpp',
135 '../gm/matriximagefilter.cpp', 136 '../gm/matriximagefilter.cpp',
136 '../gm/megalooper.cpp', 137 '../gm/megalooper.cpp',
137 '../gm/mixedxfermodes.cpp', 138 '../gm/mixedxfermodes.cpp',
138 '../gm/mipmap.cpp', 139 '../gm/mipmap.cpp',
139 '../gm/modecolorfilters.cpp', 140 '../gm/modecolorfilters.cpp',
140 '../gm/morphology.cpp', 141 '../gm/morphology.cpp',
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
256 '../gm/shadertext2.cpp', 257 '../gm/shadertext2.cpp',
257 '../gm/shadertext3.cpp', 258 '../gm/shadertext3.cpp',
258 259
259 # TODO(reed): Allocates more memory than Android devices are capable of 260 # TODO(reed): Allocates more memory than Android devices are capable of
260 # fulfilling. See http://skbug.com/1978 261 # fulfilling. See http://skbug.com/1978
261 '../gm/verylargebitmap.cpp', 262 '../gm/verylargebitmap.cpp',
262 ], 263 ],
263 }], 264 }],
264 ], 265 ],
265 } 266 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698