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

Side by Side Diff: gyp/gmslides.gypi

Issue 112913005: reenable vertices gm, adding picture support (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 6 years, 11 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/vertices.cpp ('k') | src/core/SkPictureFlat.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 'sources': [ 3 'sources': [
4 '../gm/aaclip.cpp', 4 '../gm/aaclip.cpp',
5 '../gm/aarectmodes.cpp', 5 '../gm/aarectmodes.cpp',
6 '../gm/alphagradients.cpp', 6 '../gm/alphagradients.cpp',
7 '../gm/androidfallback.cpp', 7 '../gm/androidfallback.cpp',
8 '../gm/arcofzorro.cpp', 8 '../gm/arcofzorro.cpp',
9 '../gm/arithmode.cpp', 9 '../gm/arithmode.cpp',
10 '../gm/beziereffects.cpp', 10 '../gm/beziereffects.cpp',
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 '../gm/testimagefilters.cpp', 136 '../gm/testimagefilters.cpp',
137 '../gm/texdata.cpp', 137 '../gm/texdata.cpp',
138 '../gm/thinrects.cpp', 138 '../gm/thinrects.cpp',
139 '../gm/thinstrokedrects.cpp', 139 '../gm/thinstrokedrects.cpp',
140 '../gm/tileimagefilter.cpp', 140 '../gm/tileimagefilter.cpp',
141 '../gm/tilemodes.cpp', 141 '../gm/tilemodes.cpp',
142 '../gm/tilemodes_scaled.cpp', 142 '../gm/tilemodes_scaled.cpp',
143 '../gm/tinybitmap.cpp', 143 '../gm/tinybitmap.cpp',
144 '../gm/twopointradial.cpp', 144 '../gm/twopointradial.cpp',
145 '../gm/typeface.cpp', 145 '../gm/typeface.cpp',
146 # '../gm/vertices.cpp', 146 '../gm/vertices.cpp',
147 '../gm/verttext.cpp', 147 '../gm/verttext.cpp',
148 '../gm/verttext2.cpp', 148 '../gm/verttext2.cpp',
149 '../gm/verylargebitmap.cpp', 149 '../gm/verylargebitmap.cpp',
150 '../gm/xfermodeimagefilter.cpp', 150 '../gm/xfermodeimagefilter.cpp',
151 '../gm/xfermodes.cpp', 151 '../gm/xfermodes.cpp',
152 '../gm/xfermodes2.cpp', 152 '../gm/xfermodes2.cpp',
153 '../gm/xfermodes3.cpp', 153 '../gm/xfermodes3.cpp',
154 ], 154 ],
155 } 155 }
OLDNEW
« no previous file with comments | « gm/vertices.cpp ('k') | src/core/SkPictureFlat.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698