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

Side by Side Diff: gyp/gmslides.gypi

Issue 934283002: gm to test hairlines which fill RenderTarget (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: nits 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/stlouisarch.cpp ('k') | src/gpu/GrAAHairLinePathRenderer.cpp » ('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 '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 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
171 '../gm/selftest.cpp', 171 '../gm/selftest.cpp',
172 '../gm/shadertext.cpp', 172 '../gm/shadertext.cpp',
173 '../gm/shadertext2.cpp', 173 '../gm/shadertext2.cpp',
174 '../gm/shadertext3.cpp', 174 '../gm/shadertext3.cpp',
175 '../gm/shadows.cpp', 175 '../gm/shadows.cpp',
176 '../gm/shallowgradient.cpp', 176 '../gm/shallowgradient.cpp',
177 '../gm/simpleaaclip.cpp', 177 '../gm/simpleaaclip.cpp',
178 '../gm/skbug1719.cpp', 178 '../gm/skbug1719.cpp',
179 '../gm/smallarc.cpp', 179 '../gm/smallarc.cpp',
180 '../gm/smallimage.cpp', 180 '../gm/smallimage.cpp',
181 '../gm/stringart.cpp',
182 '../gm/spritebitmap.cpp', 181 '../gm/spritebitmap.cpp',
183 '../gm/srcmode.cpp', 182 '../gm/srcmode.cpp',
183 '../gm/stlouisarch.cpp',
184 '../gm/stringart.cpp',
184 '../gm/strokefill.cpp', 185 '../gm/strokefill.cpp',
185 '../gm/strokerect.cpp', 186 '../gm/strokerect.cpp',
186 '../gm/strokerects.cpp', 187 '../gm/strokerects.cpp',
187 '../gm/strokes.cpp', 188 '../gm/strokes.cpp',
188 '../gm/stroketext.cpp', 189 '../gm/stroketext.cpp',
189 '../gm/surface.cpp', 190 '../gm/surface.cpp',
190 '../gm/tablecolorfilter.cpp', 191 '../gm/tablecolorfilter.cpp',
191 '../gm/texteffects.cpp', 192 '../gm/texteffects.cpp',
192 '../gm/testimagefilters.cpp', 193 '../gm/testimagefilters.cpp',
193 '../gm/texdata.cpp', 194 '../gm/texdata.cpp',
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
251 '../gm/shadertext2.cpp', 252 '../gm/shadertext2.cpp',
252 '../gm/shadertext3.cpp', 253 '../gm/shadertext3.cpp',
253 254
254 # TODO(reed): Allocates more memory than Android devices are capable of 255 # TODO(reed): Allocates more memory than Android devices are capable of
255 # fulfilling. See http://skbug.com/1978 256 # fulfilling. See http://skbug.com/1978
256 '../gm/verylargebitmap.cpp', 257 '../gm/verylargebitmap.cpp',
257 ], 258 ],
258 }], 259 }],
259 ], 260 ],
260 } 261 }
OLDNEW
« no previous file with comments | « gm/stlouisarch.cpp ('k') | src/gpu/GrAAHairLinePathRenderer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698