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

Side by Side Diff: gyp/gmslides.gypi

Issue 14805002: Hamfistedly removed core dependence on images (Closed) Base URL: http://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/core.gypi ('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/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/gammatext.cpp', 42 '../gm/gammatext.cpp',
43 '../gm/getpostextpath.cpp', 43 '../gm/getpostextpath.cpp',
44 '../gm/giantbitmap.cpp', 44 '../gm/giantbitmap.cpp',
45 '../gm/gradients.cpp', 45 '../gm/gradients.cpp',
46 '../gm/gradtext.cpp', 46 '../gm/gradtext.cpp',
47 '../gm/hairmodes.cpp', 47 '../gm/hairmodes.cpp',
48 '../gm/hittestpath.cpp', 48 '../gm/hittestpath.cpp',
49 '../gm/imageblur.cpp', 49 '../gm/imageblur.cpp',
50 '../gm/imagemagnifier.cpp', 50 '../gm/imagemagnifier.cpp',
51 '../gm/lighting.cpp', 51 '../gm/lighting.cpp',
52 '../src/image/SkImage_Codec.cpp',
52 '../gm/image.cpp', 53 '../gm/image.cpp',
53 '../gm/imagefiltersbase.cpp', 54 '../gm/imagefiltersbase.cpp',
54 '../gm/imagefiltersgraph.cpp', 55 '../gm/imagefiltersgraph.cpp',
55 '../gm/internal_links.cpp', 56 '../gm/internal_links.cpp',
56 '../gm/lcdtext.cpp', 57 '../gm/lcdtext.cpp',
57 '../gm/linepaths.cpp', 58 '../gm/linepaths.cpp',
58 '../gm/matrixconvolution.cpp', 59 '../gm/matrixconvolution.cpp',
59 '../gm/mixedxfermodes.cpp', 60 '../gm/mixedxfermodes.cpp',
60 '../gm/modecolorfilters.cpp', 61 '../gm/modecolorfilters.cpp',
61 '../gm/morphology.cpp', 62 '../gm/morphology.cpp',
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 '../gm/xfermodes.cpp', 107 '../gm/xfermodes.cpp',
107 '../gm/xfermodes2.cpp', 108 '../gm/xfermodes2.cpp',
108 ], 109 ],
109 } 110 }
110 111
111 # Local Variables: 112 # Local Variables:
112 # tab-width:2 113 # tab-width:2
113 # indent-tabs-mode:nil 114 # indent-tabs-mode:nil
114 # End: 115 # End:
115 # vim: set expandtab tabstop=2 shiftwidth=2: 116 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « gyp/core.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698