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

Side by Side Diff: gyp/gmslides.gypi

Issue 151843002: Allow GMs ato be used as benchmarks. Make convex_poly_clip opt in. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Address comments Created 6 years, 10 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') | 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 'include_dirs': [
4 '../gm',
5 # include dirs needed by particular GMs
6 '../src/utils/debugger',
7 '../src/images',
8 '../src/lazy',
9 ],
3 'sources': [ 10 'sources': [
11 # base class for GMs
12 '../gm/gm.cpp',
13 '../gm/gm.h',
14
4 '../gm/aaclip.cpp', 15 '../gm/aaclip.cpp',
5 '../gm/aarectmodes.cpp', 16 '../gm/aarectmodes.cpp',
6 '../gm/alphagradients.cpp', 17 '../gm/alphagradients.cpp',
7 '../gm/androidfallback.cpp', 18 '../gm/androidfallback.cpp',
8 '../gm/arcofzorro.cpp', 19 '../gm/arcofzorro.cpp',
9 '../gm/arithmode.cpp', 20 '../gm/arithmode.cpp',
10 '../gm/beziereffects.cpp', 21 '../gm/beziereffects.cpp',
11 '../gm/bicubicfilter.cpp', 22 '../gm/bicubicfilter.cpp',
12 '../gm/bigblurs.cpp', 23 '../gm/bigblurs.cpp',
13 '../gm/bigmatrix.cpp', 24 '../gm/bigmatrix.cpp',
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 '../gm/twopointradial.cpp', 160 '../gm/twopointradial.cpp',
150 '../gm/typeface.cpp', 161 '../gm/typeface.cpp',
151 '../gm/vertices.cpp', 162 '../gm/vertices.cpp',
152 '../gm/verttext.cpp', 163 '../gm/verttext.cpp',
153 '../gm/verttext2.cpp', 164 '../gm/verttext2.cpp',
154 '../gm/verylargebitmap.cpp', 165 '../gm/verylargebitmap.cpp',
155 '../gm/xfermodeimagefilter.cpp', 166 '../gm/xfermodeimagefilter.cpp',
156 '../gm/xfermodes.cpp', 167 '../gm/xfermodes.cpp',
157 '../gm/xfermodes2.cpp', 168 '../gm/xfermodes2.cpp',
158 '../gm/xfermodes3.cpp', 169 '../gm/xfermodes3.cpp',
170
171 # Files needed by particular GMs
172 '../src/utils/debugger/SkDrawCommand.h',
173 '../src/utils/debugger/SkDrawCommand.cpp',
174 '../src/utils/debugger/SkDebugCanvas.h',
175 '../src/utils/debugger/SkDebugCanvas.cpp',
176 '../src/utils/debugger/SkObjectParser.h',
177 '../src/utils/debugger/SkObjectParser.cpp',
178
159 ], 179 ],
160 } 180 }
OLDNEW
« no previous file with comments | « gyp/gm.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698