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

Side by Side Diff: gyp/gmslides.gypi

Issue 16123003: add new gm for bicubic filtering (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
« no previous file with comments | « gm/filterbitmap.cpp ('k') | no next file » | 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 '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',
(...skipping 21 matching lines...) Expand all
32 '../gm/distantclip.cpp', 32 '../gm/distantclip.cpp',
33 '../gm/displacement.cpp', 33 '../gm/displacement.cpp',
34 '../gm/drawbitmaprect.cpp', 34 '../gm/drawbitmaprect.cpp',
35 '../gm/drawlooper.cpp', 35 '../gm/drawlooper.cpp',
36 '../gm/extractbitmap.cpp', 36 '../gm/extractbitmap.cpp',
37 '../gm/emptypath.cpp', 37 '../gm/emptypath.cpp',
38 '../gm/fatpathfill.cpp', 38 '../gm/fatpathfill.cpp',
39 '../gm/factory.cpp', 39 '../gm/factory.cpp',
40 '../gm/filltypes.cpp', 40 '../gm/filltypes.cpp',
41 '../gm/filltypespersp.cpp', 41 '../gm/filltypespersp.cpp',
42 '../gm/filterbitmap.cpp',
42 '../gm/fontmgr.cpp', 43 '../gm/fontmgr.cpp',
43 '../gm/fontscaler.cpp', 44 '../gm/fontscaler.cpp',
44 '../gm/gammatext.cpp', 45 '../gm/gammatext.cpp',
45 '../gm/getpostextpath.cpp', 46 '../gm/getpostextpath.cpp',
46 '../gm/giantbitmap.cpp', 47 '../gm/giantbitmap.cpp',
47 '../gm/gradients.cpp', 48 '../gm/gradients.cpp',
48 '../gm/gradtext.cpp', 49 '../gm/gradtext.cpp',
49 '../gm/hairlines.cpp', 50 '../gm/hairlines.cpp',
50 '../gm/hairmodes.cpp', 51 '../gm/hairmodes.cpp',
51 '../gm/hittestpath.cpp', 52 '../gm/hittestpath.cpp',
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 '../gm/xfermodes.cpp', 113 '../gm/xfermodes.cpp',
113 '../gm/xfermodes2.cpp', 114 '../gm/xfermodes2.cpp',
114 ], 115 ],
115 } 116 }
116 117
117 # Local Variables: 118 # Local Variables:
118 # tab-width:2 119 # tab-width:2
119 # indent-tabs-mode:nil 120 # indent-tabs-mode:nil
120 # End: 121 # End:
121 # vim: set expandtab tabstop=2 shiftwidth=2: 122 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « gm/filterbitmap.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698