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

Side by Side Diff: gyp/gmslides.gypi

Issue 22854005: GPU Gradients (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Moved mode toggling back to base class, fixed EffectKey masking. Created 7 years, 4 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/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 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 '../gm/factory.cpp', 47 '../gm/factory.cpp',
48 '../gm/filltypes.cpp', 48 '../gm/filltypes.cpp',
49 '../gm/filltypespersp.cpp', 49 '../gm/filltypespersp.cpp',
50 '../gm/filterbitmap.cpp', 50 '../gm/filterbitmap.cpp',
51 '../gm/fontmgr.cpp', 51 '../gm/fontmgr.cpp',
52 '../gm/fontscaler.cpp', 52 '../gm/fontscaler.cpp',
53 '../gm/gammatext.cpp', 53 '../gm/gammatext.cpp',
54 '../gm/getpostextpath.cpp', 54 '../gm/getpostextpath.cpp',
55 '../gm/giantbitmap.cpp', 55 '../gm/giantbitmap.cpp',
56 '../gm/gradients.cpp', 56 '../gm/gradients.cpp',
57 '../gm/gradients_gpu.cpp',
57 '../gm/gradientDirtyLaundry.cpp', 58 '../gm/gradientDirtyLaundry.cpp',
58 '../gm/gradient_matrix.cpp', 59 '../gm/gradient_matrix.cpp',
59 '../gm/gradtext.cpp', 60 '../gm/gradtext.cpp',
60 '../gm/hairlines.cpp', 61 '../gm/hairlines.cpp',
61 '../gm/hairmodes.cpp', 62 '../gm/hairmodes.cpp',
62 '../gm/hittestpath.cpp', 63 '../gm/hittestpath.cpp',
63 '../gm/imageblur.cpp', 64 '../gm/imageblur.cpp',
64 '../gm/imagemagnifier.cpp', 65 '../gm/imagemagnifier.cpp',
65 '../gm/inversepaths.cpp', 66 '../gm/inversepaths.cpp',
66 '../gm/lerpmode.cpp', 67 '../gm/lerpmode.cpp',
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 '../gm/xfermodes2.cpp', 130 '../gm/xfermodes2.cpp',
130 '../gm/xfermodes3.cpp', 131 '../gm/xfermodes3.cpp',
131 ], 132 ],
132 } 133 }
133 134
134 # Local Variables: 135 # Local Variables:
135 # tab-width:2 136 # tab-width:2
136 # indent-tabs-mode:nil 137 # indent-tabs-mode:nil
137 # End: 138 # End:
138 # vim: set expandtab tabstop=2 shiftwidth=2: 139 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698