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

Side by Side Diff: gyp/gmslides.gypi

Issue 942593002: gm to illustrate mipmap layer choice (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 10 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 | « gm/mipmap.cpp ('k') | no next file » | 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 '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 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 '../gm/imagefilterscropexpand.cpp', 126 '../gm/imagefilterscropexpand.cpp',
127 '../gm/imagefiltersgraph.cpp', 127 '../gm/imagefiltersgraph.cpp',
128 '../gm/imagefiltersscaled.cpp', 128 '../gm/imagefiltersscaled.cpp',
129 '../gm/internal_links.cpp', 129 '../gm/internal_links.cpp',
130 '../gm/lcdtext.cpp', 130 '../gm/lcdtext.cpp',
131 '../gm/linepaths.cpp', 131 '../gm/linepaths.cpp',
132 '../gm/matrixconvolution.cpp', 132 '../gm/matrixconvolution.cpp',
133 '../gm/matriximagefilter.cpp', 133 '../gm/matriximagefilter.cpp',
134 '../gm/megalooper.cpp', 134 '../gm/megalooper.cpp',
135 '../gm/mixedxfermodes.cpp', 135 '../gm/mixedxfermodes.cpp',
136 '../gm/mipmap.cpp',
136 '../gm/modecolorfilters.cpp', 137 '../gm/modecolorfilters.cpp',
137 '../gm/morphology.cpp', 138 '../gm/morphology.cpp',
138 '../gm/multipicturedraw.cpp', 139 '../gm/multipicturedraw.cpp',
139 '../gm/nested.cpp', 140 '../gm/nested.cpp',
140 '../gm/ninepatchstretch.cpp', 141 '../gm/ninepatchstretch.cpp',
141 '../gm/nonclosedpaths.cpp', 142 '../gm/nonclosedpaths.cpp',
142 '../gm/offsetimagefilter.cpp', 143 '../gm/offsetimagefilter.cpp',
143 '../gm/ovals.cpp', 144 '../gm/ovals.cpp',
144 '../gm/patch.cpp', 145 '../gm/patch.cpp',
145 '../gm/patchgrid.cpp', 146 '../gm/patchgrid.cpp',
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
252 '../gm/shadertext2.cpp', 253 '../gm/shadertext2.cpp',
253 '../gm/shadertext3.cpp', 254 '../gm/shadertext3.cpp',
254 255
255 # TODO(reed): Allocates more memory than Android devices are capable of 256 # TODO(reed): Allocates more memory than Android devices are capable of
256 # fulfilling. See http://skbug.com/1978 257 # fulfilling. See http://skbug.com/1978
257 '../gm/verylargebitmap.cpp', 258 '../gm/verylargebitmap.cpp',
258 ], 259 ],
259 }], 260 }],
260 ], 261 ],
261 } 262 }
OLDNEW
« no previous file with comments | « gm/mipmap.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698