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

Side by Side Diff: gyp/gmslides.gypi

Issue 18259012: Gradient Fixes (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Removed unecessary bench file and renamed GM to gradientDirtyLaundry.cpp 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
« gm/gradientDirtyLaundry.cpp ('K') | « gm/gradientDirtyLaundry.cpp ('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/alphagradients.cpp', 6 '../gm/alphagradients.cpp',
7 '../gm/arithmode.cpp', 7 '../gm/arithmode.cpp',
8 '../gm/bicubicfilter.cpp', 8 '../gm/bicubicfilter.cpp',
9 '../gm/bigmatrix.cpp', 9 '../gm/bigmatrix.cpp',
10 '../gm/bigtext.cpp', 10 '../gm/bigtext.cpp',
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 '../gm/imagefiltersbase.cpp', 62 '../gm/imagefiltersbase.cpp',
63 '../gm/imagefiltersgraph.cpp', 63 '../gm/imagefiltersgraph.cpp',
64 '../gm/internal_links.cpp', 64 '../gm/internal_links.cpp',
65 '../gm/lcdtext.cpp', 65 '../gm/lcdtext.cpp',
66 '../gm/linepaths.cpp', 66 '../gm/linepaths.cpp',
67 '../gm/matrixconvolution.cpp', 67 '../gm/matrixconvolution.cpp',
68 '../gm/megalooper.cpp', 68 '../gm/megalooper.cpp',
69 '../gm/mixedxfermodes.cpp', 69 '../gm/mixedxfermodes.cpp',
70 '../gm/modecolorfilters.cpp', 70 '../gm/modecolorfilters.cpp',
71 '../gm/morphology.cpp', 71 '../gm/morphology.cpp',
72 '../gm/nate_gradients.cpp',
bsalomon 2013/07/08 19:28:46 ?
dierk 2013/07/09 17:52:52 Done.
72 '../gm/ninepatchstretch.cpp', 73 '../gm/ninepatchstretch.cpp',
73 '../gm/nocolorbleed.cpp', 74 '../gm/nocolorbleed.cpp',
74 '../gm/optimizations.cpp', 75 '../gm/optimizations.cpp',
75 '../gm/ovals.cpp', 76 '../gm/ovals.cpp',
76 '../gm/patheffects.cpp', 77 '../gm/patheffects.cpp',
77 '../gm/pathfill.cpp', 78 '../gm/pathfill.cpp',
78 '../gm/pathinterior.cpp', 79 '../gm/pathinterior.cpp',
79 '../gm/pathopsinverse.cpp', 80 '../gm/pathopsinverse.cpp',
80 '../gm/pathopsskpclip.cpp', 81 '../gm/pathopsskpclip.cpp',
81 '../gm/pathreverse.cpp', 82 '../gm/pathreverse.cpp',
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 '../gm/xfermodes.cpp', 120 '../gm/xfermodes.cpp',
120 '../gm/xfermodes2.cpp', 121 '../gm/xfermodes2.cpp',
121 ], 122 ],
122 } 123 }
123 124
124 # Local Variables: 125 # Local Variables:
125 # tab-width:2 126 # tab-width:2
126 # indent-tabs-mode:nil 127 # indent-tabs-mode:nil
127 # End: 128 # End:
128 # vim: set expandtab tabstop=2 shiftwidth=2: 129 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« gm/gradientDirtyLaundry.cpp ('K') | « gm/gradientDirtyLaundry.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698