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

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: Created 7 years, 9 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/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 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 '../gm/imagefiltersbase.cpp', 51 '../gm/imagefiltersbase.cpp',
52 '../gm/imagefiltersgraph.cpp', 52 '../gm/imagefiltersgraph.cpp',
53 '../gm/internal_links.cpp', 53 '../gm/internal_links.cpp',
54 '../gm/lcdtext.cpp', 54 '../gm/lcdtext.cpp',
55 '../gm/linepaths.cpp', 55 '../gm/linepaths.cpp',
56 '../gm/matrixconvolution.cpp', 56 '../gm/matrixconvolution.cpp',
57 '../gm/modecolorfilters.cpp', 57 '../gm/modecolorfilters.cpp',
58 '../gm/morphology.cpp', 58 '../gm/morphology.cpp',
59 '../gm/ninepatchstretch.cpp', 59 '../gm/ninepatchstretch.cpp',
60 '../gm/nocolorbleed.cpp', 60 '../gm/nocolorbleed.cpp',
61 '../gm/optimizations.cpp',
61 '../gm/patheffects.cpp', 62 '../gm/patheffects.cpp',
62 '../gm/pathfill.cpp', 63 '../gm/pathfill.cpp',
63 '../gm/pathinterior.cpp', 64 '../gm/pathinterior.cpp',
64 '../gm/pathreverse.cpp', 65 '../gm/pathreverse.cpp',
65 '../gm/points.cpp', 66 '../gm/points.cpp',
66 '../gm/poly2poly.cpp', 67 '../gm/poly2poly.cpp',
67 '../gm/quadpaths.cpp', 68 '../gm/quadpaths.cpp',
68 '../gm/rects.cpp', 69 '../gm/rects.cpp',
69 '../gm/rrect.cpp', 70 '../gm/rrect.cpp',
70 '../gm/rrects.cpp', 71 '../gm/rrects.cpp',
(...skipping 25 matching lines...) Expand all
96 '../gm/verylargebitmap.cpp', 97 '../gm/verylargebitmap.cpp',
97 '../gm/xfermodes.cpp', 98 '../gm/xfermodes.cpp',
98 ], 99 ],
99 } 100 }
100 101
101 # Local Variables: 102 # Local Variables:
102 # tab-width:2 103 # tab-width:2
103 # indent-tabs-mode:nil 104 # indent-tabs-mode:nil
104 # End: 105 # End:
105 # vim: set expandtab tabstop=2 shiftwidth=2: 106 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698