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

Side by Side Diff: gyp/gmslides.gypi

Issue 174243003: add SkCanvas::drawDRRect (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 6 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 | Annotate | Revision Log
« no previous file with comments | « gm/drrect.cpp ('k') | include/core/SkCanvas.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 '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 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 '../gm/degeneratesegments.cpp', 59 '../gm/degeneratesegments.cpp',
60 '../gm/dashcubics.cpp', 60 '../gm/dashcubics.cpp',
61 '../gm/dashing.cpp', 61 '../gm/dashing.cpp',
62 '../gm/deviceproperties.cpp', 62 '../gm/deviceproperties.cpp',
63 '../gm/distantclip.cpp', 63 '../gm/distantclip.cpp',
64 '../gm/displacement.cpp', 64 '../gm/displacement.cpp',
65 '../gm/downsamplebitmap.cpp', 65 '../gm/downsamplebitmap.cpp',
66 '../gm/drawbitmaprect.cpp', 66 '../gm/drawbitmaprect.cpp',
67 '../gm/drawlooper.cpp', 67 '../gm/drawlooper.cpp',
68 '../gm/dropshadowimagefilter.cpp', 68 '../gm/dropshadowimagefilter.cpp',
69 '../gm/drrect.cpp',
69 '../gm/extractbitmap.cpp', 70 '../gm/extractbitmap.cpp',
70 '../gm/emptypath.cpp', 71 '../gm/emptypath.cpp',
71 '../gm/fatpathfill.cpp', 72 '../gm/fatpathfill.cpp',
72 '../gm/factory.cpp', 73 '../gm/factory.cpp',
73 '../gm/filltypes.cpp', 74 '../gm/filltypes.cpp',
74 '../gm/filltypespersp.cpp', 75 '../gm/filltypespersp.cpp',
75 '../gm/filterbitmap.cpp', 76 '../gm/filterbitmap.cpp',
76 '../gm/fontcache.cpp', 77 '../gm/fontcache.cpp',
77 '../gm/fontmgr.cpp', 78 '../gm/fontmgr.cpp',
78 '../gm/fontscaler.cpp', 79 '../gm/fontscaler.cpp',
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
176 # Files needed by particular GMs 177 # Files needed by particular GMs
177 '../src/utils/debugger/SkDrawCommand.h', 178 '../src/utils/debugger/SkDrawCommand.h',
178 '../src/utils/debugger/SkDrawCommand.cpp', 179 '../src/utils/debugger/SkDrawCommand.cpp',
179 '../src/utils/debugger/SkDebugCanvas.h', 180 '../src/utils/debugger/SkDebugCanvas.h',
180 '../src/utils/debugger/SkDebugCanvas.cpp', 181 '../src/utils/debugger/SkDebugCanvas.cpp',
181 '../src/utils/debugger/SkObjectParser.h', 182 '../src/utils/debugger/SkObjectParser.h',
182 '../src/utils/debugger/SkObjectParser.cpp', 183 '../src/utils/debugger/SkObjectParser.cpp',
183 184
184 ], 185 ],
185 } 186 }
OLDNEW
« no previous file with comments | « gm/drrect.cpp ('k') | include/core/SkCanvas.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698