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

Side by Side Diff: gyp/gmslides.gypi

Issue 18978014: Working plumb of image scaling: (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: nits from robert Created 7 years, 5 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/downsamplebitmap.cpp ('k') | src/core/SkBitmapFilter.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 '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/arcofzorro.cpp', 7 '../gm/arcofzorro.cpp',
8 '../gm/arithmode.cpp', 8 '../gm/arithmode.cpp',
9 '../gm/bicubicfilter.cpp', 9 '../gm/bicubicfilter.cpp',
10 '../gm/bigmatrix.cpp', 10 '../gm/bigmatrix.cpp',
(...skipping 17 matching lines...) Expand all
28 #'../gm/conicpaths.cpp', 28 #'../gm/conicpaths.cpp',
29 '../gm/convexpaths.cpp', 29 '../gm/convexpaths.cpp',
30 '../gm/cubicpaths.cpp', 30 '../gm/cubicpaths.cpp',
31 '../gm/cmykjpeg.cpp', 31 '../gm/cmykjpeg.cpp',
32 '../gm/degeneratesegments.cpp', 32 '../gm/degeneratesegments.cpp',
33 '../gm/dashcubics.cpp', 33 '../gm/dashcubics.cpp',
34 '../gm/dashing.cpp', 34 '../gm/dashing.cpp',
35 '../gm/deviceproperties.cpp', 35 '../gm/deviceproperties.cpp',
36 '../gm/distantclip.cpp', 36 '../gm/distantclip.cpp',
37 '../gm/displacement.cpp', 37 '../gm/displacement.cpp',
38 '../gm/downsamplebitmap.cpp',
38 '../gm/drawbitmaprect.cpp', 39 '../gm/drawbitmaprect.cpp',
39 '../gm/drawlooper.cpp', 40 '../gm/drawlooper.cpp',
40 '../gm/extractbitmap.cpp', 41 '../gm/extractbitmap.cpp',
41 '../gm/emptypath.cpp', 42 '../gm/emptypath.cpp',
42 '../gm/fatpathfill.cpp', 43 '../gm/fatpathfill.cpp',
43 '../gm/factory.cpp', 44 '../gm/factory.cpp',
44 '../gm/filltypes.cpp', 45 '../gm/filltypes.cpp',
45 '../gm/filltypespersp.cpp', 46 '../gm/filltypespersp.cpp',
46 '../gm/filterbitmap.cpp', 47 '../gm/filterbitmap.cpp',
47 '../gm/fontmgr.cpp', 48 '../gm/fontmgr.cpp',
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 '../gm/xfermodes.cpp', 123 '../gm/xfermodes.cpp',
123 '../gm/xfermodes2.cpp', 124 '../gm/xfermodes2.cpp',
124 ], 125 ],
125 } 126 }
126 127
127 # Local Variables: 128 # Local Variables:
128 # tab-width:2 129 # tab-width:2
129 # indent-tabs-mode:nil 130 # indent-tabs-mode:nil
130 # End: 131 # End:
131 # vim: set expandtab tabstop=2 shiftwidth=2: 132 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « gm/downsamplebitmap.cpp ('k') | src/core/SkBitmapFilter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698