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

Side by Side Diff: gyp/gmslides.gypi

Issue 18942002: fix compile warnings (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: virtual destructor 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 | « gyp/core.gypi ('k') | gyp/opts.gyp » ('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/bicubicfilter.cpp', 9 '../gm/bicubicfilter.cpp',
10 '../gm/bigmatrix.cpp', 10 '../gm/bigmatrix.cpp',
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 '../gm/pathreverse.cpp', 83 '../gm/pathreverse.cpp',
84 '../gm/perlinnoise.cpp', 84 '../gm/perlinnoise.cpp',
85 '../gm/points.cpp', 85 '../gm/points.cpp',
86 '../gm/poly2poly.cpp', 86 '../gm/poly2poly.cpp',
87 '../gm/quadpaths.cpp', 87 '../gm/quadpaths.cpp',
88 '../gm/rects.cpp', 88 '../gm/rects.cpp',
89 '../gm/rrect.cpp', 89 '../gm/rrect.cpp',
90 '../gm/rrects.cpp', 90 '../gm/rrects.cpp',
91 '../gm/roundrects.cpp', 91 '../gm/roundrects.cpp',
92 '../gm/samplerstress.cpp', 92 '../gm/samplerstress.cpp',
93 # '../gm/scalebitmap.cpp',
93 '../gm/shaderbounds.cpp', 94 '../gm/shaderbounds.cpp',
94 '../gm/selftest.cpp', 95 '../gm/selftest.cpp',
95 '../gm/shadertext.cpp', 96 '../gm/shadertext.cpp',
96 '../gm/shadertext2.cpp', 97 '../gm/shadertext2.cpp',
97 '../gm/shadertext3.cpp', 98 '../gm/shadertext3.cpp',
98 '../gm/shadows.cpp', 99 '../gm/shadows.cpp',
99 '../gm/shallowgradient.cpp', 100 '../gm/shallowgradient.cpp',
100 '../gm/simpleaaclip.cpp', 101 '../gm/simpleaaclip.cpp',
101 '../gm/spritebitmap.cpp', 102 '../gm/spritebitmap.cpp',
102 '../gm/srcmode.cpp', 103 '../gm/srcmode.cpp',
(...skipping 18 matching lines...) Expand all
121 '../gm/xfermodes.cpp', 122 '../gm/xfermodes.cpp',
122 '../gm/xfermodes2.cpp', 123 '../gm/xfermodes2.cpp',
123 ], 124 ],
124 } 125 }
125 126
126 # Local Variables: 127 # Local Variables:
127 # tab-width:2 128 # tab-width:2
128 # indent-tabs-mode:nil 129 # indent-tabs-mode:nil
129 # End: 130 # End:
130 # vim: set expandtab tabstop=2 shiftwidth=2: 131 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « gyp/core.gypi ('k') | gyp/opts.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698