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

Side by Side Diff: gyp/gmslides.gypi

Issue 12843028: Add testing of optimizations to GM (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: compiler warning/error fixes Created 7 years, 8 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/gm.gyp ('k') | include/core/SkPicture.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 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 '../gm/imagefiltersgraph.cpp', 53 '../gm/imagefiltersgraph.cpp',
54 '../gm/internal_links.cpp', 54 '../gm/internal_links.cpp',
55 '../gm/lcdtext.cpp', 55 '../gm/lcdtext.cpp',
56 '../gm/linepaths.cpp', 56 '../gm/linepaths.cpp',
57 '../gm/matrixconvolution.cpp', 57 '../gm/matrixconvolution.cpp',
58 '../gm/mixedxfermodes.cpp', 58 '../gm/mixedxfermodes.cpp',
59 '../gm/modecolorfilters.cpp', 59 '../gm/modecolorfilters.cpp',
60 '../gm/morphology.cpp', 60 '../gm/morphology.cpp',
61 '../gm/ninepatchstretch.cpp', 61 '../gm/ninepatchstretch.cpp',
62 '../gm/nocolorbleed.cpp', 62 '../gm/nocolorbleed.cpp',
63 '../gm/optimizations.cpp',
63 '../gm/patheffects.cpp', 64 '../gm/patheffects.cpp',
64 '../gm/pathfill.cpp', 65 '../gm/pathfill.cpp',
65 '../gm/pathinterior.cpp', 66 '../gm/pathinterior.cpp',
66 '../gm/pathreverse.cpp', 67 '../gm/pathreverse.cpp',
67 '../gm/perlinnoise.cpp', 68 '../gm/perlinnoise.cpp',
68 '../gm/points.cpp', 69 '../gm/points.cpp',
69 '../gm/poly2poly.cpp', 70 '../gm/poly2poly.cpp',
70 '../gm/quadpaths.cpp', 71 '../gm/quadpaths.cpp',
71 '../gm/rects.cpp', 72 '../gm/rects.cpp',
72 '../gm/rrect.cpp', 73 '../gm/rrect.cpp',
(...skipping 26 matching lines...) Expand all
99 '../gm/verylargebitmap.cpp', 100 '../gm/verylargebitmap.cpp',
100 '../gm/xfermodes.cpp', 101 '../gm/xfermodes.cpp',
101 ], 102 ],
102 } 103 }
103 104
104 # Local Variables: 105 # Local Variables:
105 # tab-width:2 106 # tab-width:2
106 # indent-tabs-mode:nil 107 # indent-tabs-mode:nil
107 # End: 108 # End:
108 # vim: set expandtab tabstop=2 shiftwidth=2: 109 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « gyp/gm.gyp ('k') | include/core/SkPicture.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698