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

Side by Side Diff: gyp/gmslides.gypi

Issue 14890016: start a wrapper for color fonts (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 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 | Annotate | Revision Log
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/arithmode.cpp', 7 '../gm/arithmode.cpp',
8 '../gm/bicubicfilter.cpp', 8 '../gm/bicubicfilter.cpp',
9 '../gm/bigmatrix.cpp', 9 '../gm/bigmatrix.cpp',
10 '../gm/bitmapcopy.cpp', 10 '../gm/bitmapcopy.cpp',
11 '../gm/bitmapmatrix.cpp', 11 '../gm/bitmapmatrix.cpp',
12 '../gm/bitmapfilters.cpp', 12 '../gm/bitmapfilters.cpp',
13 '../gm/bitmaprect.cpp', 13 '../gm/bitmaprect.cpp',
14 '../gm/bitmaprecttest.cpp', 14 '../gm/bitmaprecttest.cpp',
15 '../gm/bitmapscroll.cpp', 15 '../gm/bitmapscroll.cpp',
16 '../gm/blend.cpp', 16 '../gm/blend.cpp',
17 '../gm/blurs.cpp', 17 '../gm/blurs.cpp',
18 '../gm/blurrect.cpp', 18 '../gm/blurrect.cpp',
19 '../gm/circles.cpp', 19 '../gm/circles.cpp',
20 '../gm/colorfilterimagefilter.cpp', 20 '../gm/colorfilterimagefilter.cpp',
21 '../gm/colormatrix.cpp', 21 '../gm/colormatrix.cpp',
22 '../gm/colortype.cpp',
22 '../gm/complexclip.cpp', 23 '../gm/complexclip.cpp',
23 '../gm/complexclip2.cpp', 24 '../gm/complexclip2.cpp',
24 '../gm/composeshader.cpp', 25 '../gm/composeshader.cpp',
25 '../gm/convexpaths.cpp', 26 '../gm/convexpaths.cpp',
26 '../gm/cubicpaths.cpp', 27 '../gm/cubicpaths.cpp',
27 '../gm/cmykjpeg.cpp', 28 '../gm/cmykjpeg.cpp',
28 '../gm/degeneratesegments.cpp', 29 '../gm/degeneratesegments.cpp',
29 '../gm/dashcubics.cpp', 30 '../gm/dashcubics.cpp',
30 '../gm/dashing.cpp', 31 '../gm/dashing.cpp',
31 '../gm/deviceproperties.cpp', 32 '../gm/deviceproperties.cpp',
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 '../gm/xfermodes.cpp', 114 '../gm/xfermodes.cpp',
114 '../gm/xfermodes2.cpp', 115 '../gm/xfermodes2.cpp',
115 ], 116 ],
116 } 117 }
117 118
118 # Local Variables: 119 # Local Variables:
119 # tab-width:2 120 # tab-width:2
120 # indent-tabs-mode:nil 121 # indent-tabs-mode:nil
121 # End: 122 # End:
122 # vim: set expandtab tabstop=2 shiftwidth=2: 123 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « gm/colortype.cpp ('k') | gyp/utils.gyp » ('j') | include/core/SkTypeface.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698