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

Side by Side Diff: gyp/gmslides.gypi

Issue 14884010: Mask orientation and layout correctly. (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Add comment about CoreGraphics 'normal' hinting. Created 7 years, 7 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/arithmode.cpp', 6 '../gm/arithmode.cpp',
7 '../gm/bicubicfilter.cpp', 7 '../gm/bicubicfilter.cpp',
8 '../gm/bigmatrix.cpp', 8 '../gm/bigmatrix.cpp',
9 '../gm/bitmapcopy.cpp', 9 '../gm/bitmapcopy.cpp',
10 '../gm/bitmapmatrix.cpp', 10 '../gm/bitmapmatrix.cpp',
11 '../gm/bitmapfilters.cpp', 11 '../gm/bitmapfilters.cpp',
12 '../gm/bitmaprect.cpp', 12 '../gm/bitmaprect.cpp',
13 '../gm/bitmaprecttest.cpp', 13 '../gm/bitmaprecttest.cpp',
14 '../gm/bitmapscroll.cpp', 14 '../gm/bitmapscroll.cpp',
15 '../gm/blend.cpp', 15 '../gm/blend.cpp',
16 '../gm/blurs.cpp', 16 '../gm/blurs.cpp',
17 '../gm/blurrect.cpp', 17 '../gm/blurrect.cpp',
18 '../gm/circles.cpp', 18 '../gm/circles.cpp',
19 '../gm/colorfilterimagefilter.cpp', 19 '../gm/colorfilterimagefilter.cpp',
20 '../gm/colormatrix.cpp', 20 '../gm/colormatrix.cpp',
21 '../gm/complexclip.cpp', 21 '../gm/complexclip.cpp',
22 '../gm/complexclip2.cpp', 22 '../gm/complexclip2.cpp',
23 '../gm/composeshader.cpp', 23 '../gm/composeshader.cpp',
24 '../gm/convexpaths.cpp', 24 '../gm/convexpaths.cpp',
25 '../gm/cubicpaths.cpp', 25 '../gm/cubicpaths.cpp',
26 '../gm/cmykjpeg.cpp', 26 '../gm/cmykjpeg.cpp',
27 '../gm/degeneratesegments.cpp', 27 '../gm/degeneratesegments.cpp',
28 '../gm/dashcubics.cpp', 28 '../gm/dashcubics.cpp',
29 '../gm/dashing.cpp', 29 '../gm/dashing.cpp',
30 '../gm/deviceproperties.cpp',
30 '../gm/distantclip.cpp', 31 '../gm/distantclip.cpp',
31 '../gm/displacement.cpp', 32 '../gm/displacement.cpp',
32 '../gm/drawbitmaprect.cpp', 33 '../gm/drawbitmaprect.cpp',
33 '../gm/drawlooper.cpp', 34 '../gm/drawlooper.cpp',
34 '../gm/extractbitmap.cpp', 35 '../gm/extractbitmap.cpp',
35 '../gm/emptypath.cpp', 36 '../gm/emptypath.cpp',
36 '../gm/fatpathfill.cpp', 37 '../gm/fatpathfill.cpp',
37 '../gm/factory.cpp', 38 '../gm/factory.cpp',
38 '../gm/filltypes.cpp', 39 '../gm/filltypes.cpp',
39 '../gm/filltypespersp.cpp', 40 '../gm/filltypespersp.cpp',
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 '../gm/xfermodes.cpp', 108 '../gm/xfermodes.cpp',
108 '../gm/xfermodes2.cpp', 109 '../gm/xfermodes2.cpp',
109 ], 110 ],
110 } 111 }
111 112
112 # Local Variables: 113 # Local Variables:
113 # tab-width:2 114 # tab-width:2
114 # indent-tabs-mode:nil 115 # indent-tabs-mode:nil
115 # End: 116 # End:
116 # vim: set expandtab tabstop=2 shiftwidth=2: 117 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698