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

Side by Side Diff: gyp/gmslides.gypi

Issue 252443007: Add GM that exercises SkCanvas::discard() (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: update Created 6 years, 8 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 | « gm/discard.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 'sources': [ 10 'sources': [
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 '../gm/complexclip2.cpp', 49 '../gm/complexclip2.cpp',
50 '../gm/composeshader.cpp', 50 '../gm/composeshader.cpp',
51 #'../gm/conicpaths.cpp', 51 #'../gm/conicpaths.cpp',
52 '../gm/convexpaths.cpp', 52 '../gm/convexpaths.cpp',
53 '../gm/convexpolyclip.cpp', 53 '../gm/convexpolyclip.cpp',
54 '../gm/convexpolyeffect.cpp', 54 '../gm/convexpolyeffect.cpp',
55 '../gm/copyTo4444.cpp', 55 '../gm/copyTo4444.cpp',
56 '../gm/cubicpaths.cpp', 56 '../gm/cubicpaths.cpp',
57 '../gm/cmykjpeg.cpp', 57 '../gm/cmykjpeg.cpp',
58 '../gm/degeneratesegments.cpp', 58 '../gm/degeneratesegments.cpp',
59 '../gm/discard.cpp',
59 '../gm/dashcubics.cpp', 60 '../gm/dashcubics.cpp',
60 '../gm/dashing.cpp', 61 '../gm/dashing.cpp',
61 '../gm/deviceproperties.cpp', 62 '../gm/deviceproperties.cpp',
62 '../gm/distantclip.cpp', 63 '../gm/distantclip.cpp',
63 '../gm/displacement.cpp', 64 '../gm/displacement.cpp',
64 '../gm/downsamplebitmap.cpp', 65 '../gm/downsamplebitmap.cpp',
65 '../gm/drawbitmaprect.cpp', 66 '../gm/drawbitmaprect.cpp',
66 '../gm/drawlooper.cpp', 67 '../gm/drawlooper.cpp',
67 '../gm/dropshadowimagefilter.cpp', 68 '../gm/dropshadowimagefilter.cpp',
68 '../gm/drrect.cpp', 69 '../gm/drrect.cpp',
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
221 # fulfilling. See http://skbug.com/1978 222 # fulfilling. See http://skbug.com/1978
222 '../gm/verylargebitmap.cpp', 223 '../gm/verylargebitmap.cpp',
223 ], 224 ],
224 225
225 'sources': [ 226 'sources': [
226 '../gm/androidfallback.cpp', 227 '../gm/androidfallback.cpp',
227 ], 228 ],
228 }], 229 }],
229 ], 230 ],
230 } 231 }
OLDNEW
« no previous file with comments | « gm/discard.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698