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

Side by Side Diff: gyp/gmslides.gypi

Issue 22854005: GPU Gradients (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: remove dead line of code Created 7 years, 3 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/gradients_no_texture.cpp ('k') | include/core/SkShader.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/beziereffects.cpp', 9 '../gm/beziereffects.cpp',
10 '../gm/bicubicfilter.cpp', 10 '../gm/bicubicfilter.cpp',
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 '../gm/factory.cpp', 51 '../gm/factory.cpp',
52 '../gm/filltypes.cpp', 52 '../gm/filltypes.cpp',
53 '../gm/filltypespersp.cpp', 53 '../gm/filltypespersp.cpp',
54 '../gm/filterbitmap.cpp', 54 '../gm/filterbitmap.cpp',
55 '../gm/fontmgr.cpp', 55 '../gm/fontmgr.cpp',
56 '../gm/fontscaler.cpp', 56 '../gm/fontscaler.cpp',
57 '../gm/gammatext.cpp', 57 '../gm/gammatext.cpp',
58 '../gm/getpostextpath.cpp', 58 '../gm/getpostextpath.cpp',
59 '../gm/giantbitmap.cpp', 59 '../gm/giantbitmap.cpp',
60 '../gm/gradients.cpp', 60 '../gm/gradients.cpp',
61 '../gm/gradients_no_texture.cpp',
61 '../gm/gradientDirtyLaundry.cpp', 62 '../gm/gradientDirtyLaundry.cpp',
62 '../gm/gradient_matrix.cpp', 63 '../gm/gradient_matrix.cpp',
63 '../gm/gradtext.cpp', 64 '../gm/gradtext.cpp',
64 '../gm/hairlines.cpp', 65 '../gm/hairlines.cpp',
65 '../gm/hairmodes.cpp', 66 '../gm/hairmodes.cpp',
66 '../gm/hittestpath.cpp', 67 '../gm/hittestpath.cpp',
67 '../gm/imageblur.cpp', 68 '../gm/imageblur.cpp',
68 '../gm/imagemagnifier.cpp', 69 '../gm/imagemagnifier.cpp',
69 '../gm/inversepaths.cpp', 70 '../gm/inversepaths.cpp',
70 '../gm/lerpmode.cpp', 71 '../gm/lerpmode.cpp',
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 '../gm/xfermodes2.cpp', 136 '../gm/xfermodes2.cpp',
136 '../gm/xfermodes3.cpp', 137 '../gm/xfermodes3.cpp',
137 ], 138 ],
138 } 139 }
139 140
140 # Local Variables: 141 # Local Variables:
141 # tab-width:2 142 # tab-width:2
142 # indent-tabs-mode:nil 143 # indent-tabs-mode:nil
143 # End: 144 # End:
144 # vim: set expandtab tabstop=2 shiftwidth=2: 145 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « gm/gradients_no_texture.cpp ('k') | include/core/SkShader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698