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

Side by Side Diff: gyp/gmslides.gypi

Issue 319053002: GM/bench for text draws with various parameters and clip rects. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Include SkRandom.h Created 6 years, 6 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/variedtext.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 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 '../gm/srcmode.cpp', 158 '../gm/srcmode.cpp',
159 '../gm/strokefill.cpp', 159 '../gm/strokefill.cpp',
160 '../gm/strokerect.cpp', 160 '../gm/strokerect.cpp',
161 '../gm/strokerects.cpp', 161 '../gm/strokerects.cpp',
162 '../gm/strokes.cpp', 162 '../gm/strokes.cpp',
163 '../gm/stroketext.cpp', 163 '../gm/stroketext.cpp',
164 '../gm/tablecolorfilter.cpp', 164 '../gm/tablecolorfilter.cpp',
165 '../gm/texteffects.cpp', 165 '../gm/texteffects.cpp',
166 '../gm/testimagefilters.cpp', 166 '../gm/testimagefilters.cpp',
167 '../gm/texdata.cpp', 167 '../gm/texdata.cpp',
168 '../gm/variedtext.cpp',
168 '../gm/texturedomaineffect.cpp', 169 '../gm/texturedomaineffect.cpp',
169 '../gm/thinrects.cpp', 170 '../gm/thinrects.cpp',
170 '../gm/thinstrokedrects.cpp', 171 '../gm/thinstrokedrects.cpp',
171 '../gm/tileimagefilter.cpp', 172 '../gm/tileimagefilter.cpp',
172 '../gm/tilemodes.cpp', 173 '../gm/tilemodes.cpp',
173 '../gm/tilemodes_scaled.cpp', 174 '../gm/tilemodes_scaled.cpp',
174 '../gm/tinybitmap.cpp', 175 '../gm/tinybitmap.cpp',
175 '../gm/twopointradial.cpp', 176 '../gm/twopointradial.cpp',
176 '../gm/typeface.cpp', 177 '../gm/typeface.cpp',
177 '../gm/vertices.cpp', 178 '../gm/vertices.cpp',
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
225 # fulfilling. See http://skbug.com/1978 226 # fulfilling. See http://skbug.com/1978
226 '../gm/verylargebitmap.cpp', 227 '../gm/verylargebitmap.cpp',
227 ], 228 ],
228 229
229 'sources': [ 230 'sources': [
230 '../gm/androidfallback.cpp', 231 '../gm/androidfallback.cpp',
231 ], 232 ],
232 }], 233 }],
233 ], 234 ],
234 } 235 }
OLDNEW
« no previous file with comments | « gm/variedtext.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698