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

Side by Side Diff: gyp/gmslides.gypi

Issue 18259012: Gradient Fixes (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Fixed name of GM:gradient_dirty_laundry 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/gradientDirtyLaundry.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/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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 '../gm/factory.cpp', 43 '../gm/factory.cpp',
44 '../gm/filltypes.cpp', 44 '../gm/filltypes.cpp',
45 '../gm/filltypespersp.cpp', 45 '../gm/filltypespersp.cpp',
46 '../gm/filterbitmap.cpp', 46 '../gm/filterbitmap.cpp',
47 '../gm/fontmgr.cpp', 47 '../gm/fontmgr.cpp',
48 '../gm/fontscaler.cpp', 48 '../gm/fontscaler.cpp',
49 '../gm/gammatext.cpp', 49 '../gm/gammatext.cpp',
50 '../gm/getpostextpath.cpp', 50 '../gm/getpostextpath.cpp',
51 '../gm/giantbitmap.cpp', 51 '../gm/giantbitmap.cpp',
52 '../gm/gradients.cpp', 52 '../gm/gradients.cpp',
53 '../gm/gradientDirtyLaundry.cpp',
53 '../gm/gradient_matrix.cpp', 54 '../gm/gradient_matrix.cpp',
54 '../gm/gradtext.cpp', 55 '../gm/gradtext.cpp',
55 '../gm/hairlines.cpp', 56 '../gm/hairlines.cpp',
56 '../gm/hairmodes.cpp', 57 '../gm/hairmodes.cpp',
57 '../gm/hittestpath.cpp', 58 '../gm/hittestpath.cpp',
58 '../gm/imageblur.cpp', 59 '../gm/imageblur.cpp',
59 '../gm/imagemagnifier.cpp', 60 '../gm/imagemagnifier.cpp',
60 '../gm/lerpmode.cpp', 61 '../gm/lerpmode.cpp',
61 '../gm/lighting.cpp', 62 '../gm/lighting.cpp',
62 '../gm/image.cpp', 63 '../gm/image.cpp',
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 '../gm/xfermodes.cpp', 121 '../gm/xfermodes.cpp',
121 '../gm/xfermodes2.cpp', 122 '../gm/xfermodes2.cpp',
122 ], 123 ],
123 } 124 }
124 125
125 # Local Variables: 126 # Local Variables:
126 # tab-width:2 127 # tab-width:2
127 # indent-tabs-mode:nil 128 # indent-tabs-mode:nil
128 # End: 129 # End:
129 # vim: set expandtab tabstop=2 shiftwidth=2: 130 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « gm/gradientDirtyLaundry.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698