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

Side by Side Diff: gyp/gmslides.gypi

Issue 568843002: Fix scaling issue with distance field text. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Rebase to ToT Created 6 years, 3 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/fontscaler.cpp ('k') | src/gpu/GrDistanceFieldTextContext.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 'conditions': [ 10 'conditions': [
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 '../gm/convexpolyeffect.cpp', 56 '../gm/convexpolyeffect.cpp',
57 '../gm/copyTo4444.cpp', 57 '../gm/copyTo4444.cpp',
58 '../gm/cubicpaths.cpp', 58 '../gm/cubicpaths.cpp',
59 '../gm/cmykjpeg.cpp', 59 '../gm/cmykjpeg.cpp',
60 '../gm/degeneratesegments.cpp', 60 '../gm/degeneratesegments.cpp',
61 '../gm/discard.cpp', 61 '../gm/discard.cpp',
62 '../gm/dashcubics.cpp', 62 '../gm/dashcubics.cpp',
63 '../gm/dashing.cpp', 63 '../gm/dashing.cpp',
64 '../gm/deviceproperties.cpp', 64 '../gm/deviceproperties.cpp',
65 '../gm/distantclip.cpp', 65 '../gm/distantclip.cpp',
66 '../gm/dftext.cpp',
66 '../gm/displacement.cpp', 67 '../gm/displacement.cpp',
67 '../gm/downsamplebitmap.cpp', 68 '../gm/downsamplebitmap.cpp',
68 '../gm/drawbitmaprect.cpp', 69 '../gm/drawbitmaprect.cpp',
69 '../gm/drawlooper.cpp', 70 '../gm/drawlooper.cpp',
70 '../gm/dropshadowimagefilter.cpp', 71 '../gm/dropshadowimagefilter.cpp',
71 '../gm/drrect.cpp', 72 '../gm/drrect.cpp',
72 '../gm/etc1bitmap.cpp', 73 '../gm/etc1bitmap.cpp',
73 '../gm/extractbitmap.cpp', 74 '../gm/extractbitmap.cpp',
74 '../gm/emboss.cpp', 75 '../gm/emboss.cpp',
75 '../gm/emptypath.cpp', 76 '../gm/emptypath.cpp',
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
233 '../gm/shadertext2.cpp', 234 '../gm/shadertext2.cpp',
234 '../gm/shadertext3.cpp', 235 '../gm/shadertext3.cpp',
235 236
236 # TODO(reed): Allocates more memory than Android devices are capable of 237 # TODO(reed): Allocates more memory than Android devices are capable of
237 # fulfilling. See http://skbug.com/1978 238 # fulfilling. See http://skbug.com/1978
238 '../gm/verylargebitmap.cpp', 239 '../gm/verylargebitmap.cpp',
239 ], 240 ],
240 }], 241 }],
241 ], 242 ],
242 } 243 }
OLDNEW
« no previous file with comments | « gm/fontscaler.cpp ('k') | src/gpu/GrDistanceFieldTextContext.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698