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

Side by Side Diff: gyp/gmslides.gypi

Issue 41213003: Hook in rough distance field support for fonts (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Port over fix for alpha-blended paint color (may not be needed). Created 7 years, 1 month 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 | « gyp/edtaa.gyp ('k') | gyp/gpu.gyp » ('j') | gyp/gpu.gyp » ('J')
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 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 '../gm/perlinnoise.cpp', 101 '../gm/perlinnoise.cpp',
102 '../gm/points.cpp', 102 '../gm/points.cpp',
103 '../gm/poly2poly.cpp', 103 '../gm/poly2poly.cpp',
104 '../gm/quadpaths.cpp', 104 '../gm/quadpaths.cpp',
105 '../gm/rects.cpp', 105 '../gm/rects.cpp',
106 '../gm/rrect.cpp', 106 '../gm/rrect.cpp',
107 '../gm/rrects.cpp', 107 '../gm/rrects.cpp',
108 '../gm/roundrects.cpp', 108 '../gm/roundrects.cpp',
109 '../gm/samplerstress.cpp', 109 '../gm/samplerstress.cpp',
110 # '../gm/scalebitmap.cpp', 110 # '../gm/scalebitmap.cpp',
111 '../gm/scaletext.cpp',
111 '../gm/shaderbounds.cpp', 112 '../gm/shaderbounds.cpp',
112 '../gm/selftest.cpp', 113 '../gm/selftest.cpp',
113 '../gm/shadertext.cpp', 114 '../gm/shadertext.cpp',
114 '../gm/shadertext2.cpp', 115 '../gm/shadertext2.cpp',
115 '../gm/shadertext3.cpp', 116 '../gm/shadertext3.cpp',
116 '../gm/shadows.cpp', 117 '../gm/shadows.cpp',
117 '../gm/shallowgradient.cpp', 118 '../gm/shallowgradient.cpp',
118 '../gm/simpleaaclip.cpp', 119 '../gm/simpleaaclip.cpp',
119 '../gm/skbug1719.cpp', 120 '../gm/skbug1719.cpp',
120 '../gm/stringart.cpp', 121 '../gm/stringart.cpp',
(...skipping 23 matching lines...) Expand all
144 '../gm/xfermodes2.cpp', 145 '../gm/xfermodes2.cpp',
145 '../gm/xfermodes3.cpp', 146 '../gm/xfermodes3.cpp',
146 ], 147 ],
147 } 148 }
148 149
149 # Local Variables: 150 # Local Variables:
150 # tab-width:2 151 # tab-width:2
151 # indent-tabs-mode:nil 152 # indent-tabs-mode:nil
152 # End: 153 # End:
153 # vim: set expandtab tabstop=2 shiftwidth=2: 154 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « gyp/edtaa.gyp ('k') | gyp/gpu.gyp » ('j') | gyp/gpu.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698