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

Side by Side Diff: gyp/gmslides.gypi

Issue 23609037: Add string art GM and sample. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Fixes for nits Created 7 years, 3 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/SampleApp.gyp ('k') | samplecode/SampleStringArt.cpp » ('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/beziereffects.cpp', 9 '../gm/beziereffects.cpp',
10 '../gm/bicubicfilter.cpp', 10 '../gm/bicubicfilter.cpp',
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 '../gm/samplerstress.cpp', 104 '../gm/samplerstress.cpp',
105 # '../gm/scalebitmap.cpp', 105 # '../gm/scalebitmap.cpp',
106 '../gm/shaderbounds.cpp', 106 '../gm/shaderbounds.cpp',
107 '../gm/selftest.cpp', 107 '../gm/selftest.cpp',
108 '../gm/shadertext.cpp', 108 '../gm/shadertext.cpp',
109 '../gm/shadertext2.cpp', 109 '../gm/shadertext2.cpp',
110 '../gm/shadertext3.cpp', 110 '../gm/shadertext3.cpp',
111 '../gm/shadows.cpp', 111 '../gm/shadows.cpp',
112 '../gm/shallowgradient.cpp', 112 '../gm/shallowgradient.cpp',
113 '../gm/simpleaaclip.cpp', 113 '../gm/simpleaaclip.cpp',
114 '../gm/stringart.cpp',
114 '../gm/spritebitmap.cpp', 115 '../gm/spritebitmap.cpp',
115 '../gm/srcmode.cpp', 116 '../gm/srcmode.cpp',
116 '../gm/strokefill.cpp', 117 '../gm/strokefill.cpp',
117 '../gm/strokerect.cpp', 118 '../gm/strokerect.cpp',
118 '../gm/strokerects.cpp', 119 '../gm/strokerects.cpp',
119 '../gm/strokes.cpp', 120 '../gm/strokes.cpp',
120 '../gm/tablecolorfilter.cpp', 121 '../gm/tablecolorfilter.cpp',
121 '../gm/texteffects.cpp', 122 '../gm/texteffects.cpp',
122 '../gm/testimagefilters.cpp', 123 '../gm/testimagefilters.cpp',
123 '../gm/texdata.cpp', 124 '../gm/texdata.cpp',
(...skipping 12 matching lines...) Expand all
136 '../gm/xfermodes2.cpp', 137 '../gm/xfermodes2.cpp',
137 '../gm/xfermodes3.cpp', 138 '../gm/xfermodes3.cpp',
138 ], 139 ],
139 } 140 }
140 141
141 # Local Variables: 142 # Local Variables:
142 # tab-width:2 143 # tab-width:2
143 # indent-tabs-mode:nil 144 # indent-tabs-mode:nil
144 # End: 145 # End:
145 # vim: set expandtab tabstop=2 shiftwidth=2: 146 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « gyp/SampleApp.gyp ('k') | samplecode/SampleStringArt.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698