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

Side by Side Diff: gyp/gmslides.gypi

Issue 15012024: Add GM to track thin rectangle rendering (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Added thin horizontal rects and squares Created 7 years, 7 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/thinrects.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 'sources': [ 3 'sources': [
4 '../gm/aaclip.cpp', 4 '../gm/aaclip.cpp',
5 '../gm/aarectmodes.cpp', 5 '../gm/aarectmodes.cpp',
6 '../gm/arithmode.cpp', 6 '../gm/arithmode.cpp',
7 '../gm/bicubicfilter.cpp', 7 '../gm/bicubicfilter.cpp',
8 '../gm/bigmatrix.cpp', 8 '../gm/bigmatrix.cpp',
9 '../gm/bitmapcopy.cpp', 9 '../gm/bitmapcopy.cpp',
10 '../gm/bitmapmatrix.cpp', 10 '../gm/bitmapmatrix.cpp',
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 '../gm/spritebitmap.cpp', 91 '../gm/spritebitmap.cpp',
92 '../gm/srcmode.cpp', 92 '../gm/srcmode.cpp',
93 '../gm/strokefill.cpp', 93 '../gm/strokefill.cpp',
94 '../gm/strokerect.cpp', 94 '../gm/strokerect.cpp',
95 '../gm/strokerects.cpp', 95 '../gm/strokerects.cpp',
96 '../gm/strokes.cpp', 96 '../gm/strokes.cpp',
97 '../gm/tablecolorfilter.cpp', 97 '../gm/tablecolorfilter.cpp',
98 '../gm/texteffects.cpp', 98 '../gm/texteffects.cpp',
99 '../gm/testimagefilters.cpp', 99 '../gm/testimagefilters.cpp',
100 '../gm/texdata.cpp', 100 '../gm/texdata.cpp',
101 '../gm/thinrects.cpp',
101 '../gm/tilemodes.cpp', 102 '../gm/tilemodes.cpp',
102 '../gm/tinybitmap.cpp', 103 '../gm/tinybitmap.cpp',
103 '../gm/twopointradial.cpp', 104 '../gm/twopointradial.cpp',
104 '../gm/typeface.cpp', 105 '../gm/typeface.cpp',
105 '../gm/verttext.cpp', 106 '../gm/verttext.cpp',
106 '../gm/verttext2.cpp', 107 '../gm/verttext2.cpp',
107 '../gm/verylargebitmap.cpp', 108 '../gm/verylargebitmap.cpp',
108 '../gm/xfermodes.cpp', 109 '../gm/xfermodes.cpp',
109 '../gm/xfermodes2.cpp', 110 '../gm/xfermodes2.cpp',
110 ], 111 ],
111 } 112 }
112 113
113 # Local Variables: 114 # Local Variables:
114 # tab-width:2 115 # tab-width:2
115 # indent-tabs-mode:nil 116 # indent-tabs-mode:nil
116 # End: 117 # End:
117 # vim: set expandtab tabstop=2 shiftwidth=2: 118 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « gm/thinrects.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698