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

Side by Side Diff: gyp/gmslides.gypi

Issue 15602003: add SkLerpXfermode (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 years, 7 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 | « gyp/effects.gypi ('k') | include/core/SkColorPriv.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/arithmode.cpp', 6 '../gm/arithmode.cpp',
7 '../gm/bicubicfilter.cpp', 7 '../gm/bicubicfilter.cpp',
8 '../gm/bigmatrix.cpp', 8 '../gm/bigmatrix.cpp',
9 '../gm/bitmapcopy.cpp', 9 '../gm/bitmapcopy.cpp',
10 '../gm/bitmapmatrix.cpp', 10 '../gm/bitmapmatrix.cpp',
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 '../gm/fontscaler.cpp', 42 '../gm/fontscaler.cpp',
43 '../gm/gammatext.cpp', 43 '../gm/gammatext.cpp',
44 '../gm/getpostextpath.cpp', 44 '../gm/getpostextpath.cpp',
45 '../gm/giantbitmap.cpp', 45 '../gm/giantbitmap.cpp',
46 '../gm/gradients.cpp', 46 '../gm/gradients.cpp',
47 '../gm/gradtext.cpp', 47 '../gm/gradtext.cpp',
48 '../gm/hairmodes.cpp', 48 '../gm/hairmodes.cpp',
49 '../gm/hittestpath.cpp', 49 '../gm/hittestpath.cpp',
50 '../gm/imageblur.cpp', 50 '../gm/imageblur.cpp',
51 '../gm/imagemagnifier.cpp', 51 '../gm/imagemagnifier.cpp',
52 '../gm/lerpmode.cpp',
52 '../gm/lighting.cpp', 53 '../gm/lighting.cpp',
53 '../src/image/SkImage_Codec.cpp', 54 '../src/image/SkImage_Codec.cpp',
54 '../gm/image.cpp', 55 '../gm/image.cpp',
55 '../gm/imagefiltersbase.cpp', 56 '../gm/imagefiltersbase.cpp',
56 '../gm/imagefiltersgraph.cpp', 57 '../gm/imagefiltersgraph.cpp',
57 '../gm/internal_links.cpp', 58 '../gm/internal_links.cpp',
58 '../gm/lcdtext.cpp', 59 '../gm/lcdtext.cpp',
59 '../gm/linepaths.cpp', 60 '../gm/linepaths.cpp',
60 '../gm/matrixconvolution.cpp', 61 '../gm/matrixconvolution.cpp',
61 '../gm/mixedxfermodes.cpp', 62 '../gm/mixedxfermodes.cpp',
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 '../gm/xfermodes.cpp', 110 '../gm/xfermodes.cpp',
110 '../gm/xfermodes2.cpp', 111 '../gm/xfermodes2.cpp',
111 ], 112 ],
112 } 113 }
113 114
114 # Local Variables: 115 # Local Variables:
115 # tab-width:2 116 # tab-width:2
116 # indent-tabs-mode:nil 117 # indent-tabs-mode:nil
117 # End: 118 # End:
118 # vim: set expandtab tabstop=2 shiftwidth=2: 119 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « gyp/effects.gypi ('k') | include/core/SkColorPriv.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698