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

Side by Side Diff: gyp/gmslides.gypi

Issue 335603003: Fix SkPaint::measureText for stroked hairline text (Closed) Base URL: https://skia.googlesource.com/skia.git@01-draw-fonts-nvpr-extract-state-procs
Patch Set: ignore shadertext2_pdf-poppler.png 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/glyph_pos.cpp ('k') | include/core/SkPaint.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 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 '../gm/filltypes.cpp', 76 '../gm/filltypes.cpp',
77 '../gm/filltypespersp.cpp', 77 '../gm/filltypespersp.cpp',
78 '../gm/filterbitmap.cpp', 78 '../gm/filterbitmap.cpp',
79 '../gm/filterindiabox.cpp', 79 '../gm/filterindiabox.cpp',
80 '../gm/fontcache.cpp', 80 '../gm/fontcache.cpp',
81 '../gm/fontmgr.cpp', 81 '../gm/fontmgr.cpp',
82 '../gm/fontscaler.cpp', 82 '../gm/fontscaler.cpp',
83 '../gm/gammatext.cpp', 83 '../gm/gammatext.cpp',
84 '../gm/getpostextpath.cpp', 84 '../gm/getpostextpath.cpp',
85 '../gm/giantbitmap.cpp', 85 '../gm/giantbitmap.cpp',
86 '../gm/glyph_pos.cpp',
86 '../gm/gradients.cpp', 87 '../gm/gradients.cpp',
87 '../gm/gradients_2pt_conical.cpp', 88 '../gm/gradients_2pt_conical.cpp',
88 '../gm/gradients_no_texture.cpp', 89 '../gm/gradients_no_texture.cpp',
89 '../gm/gradientDirtyLaundry.cpp', 90 '../gm/gradientDirtyLaundry.cpp',
90 '../gm/gradient_matrix.cpp', 91 '../gm/gradient_matrix.cpp',
91 '../gm/gradtext.cpp', 92 '../gm/gradtext.cpp',
92 '../gm/hairlines.cpp', 93 '../gm/hairlines.cpp',
93 '../gm/hairmodes.cpp', 94 '../gm/hairmodes.cpp',
94 '../gm/hittestpath.cpp', 95 '../gm/hittestpath.cpp',
95 '../gm/imagealphathreshold.cpp', 96 '../gm/imagealphathreshold.cpp',
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
226 # fulfilling. See http://skbug.com/1978 227 # fulfilling. See http://skbug.com/1978
227 '../gm/verylargebitmap.cpp', 228 '../gm/verylargebitmap.cpp',
228 ], 229 ],
229 230
230 'sources': [ 231 'sources': [
231 '../gm/androidfallback.cpp', 232 '../gm/androidfallback.cpp',
232 ], 233 ],
233 }], 234 }],
234 ], 235 ],
235 } 236 }
OLDNEW
« no previous file with comments | « gm/glyph_pos.cpp ('k') | include/core/SkPaint.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698