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

Side by Side Diff: gyp/gmslides.gypi

Issue 551463004: introduce Props to surface (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: deprecate non-prop versions of surfaces Created 6 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
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': [ 3 'include_dirs': [
4 '../gm', 4 '../gm',
5 # include dirs needed by particular GMs 5 # include dirs needed by particular GMs
6 '../src/utils/debugger', 6 '../src/utils/debugger',
7 '../src/images', 7 '../src/images',
8 '../src/lazy', 8 '../src/lazy',
9 ], 9 ],
10 'conditions': [ 10 'conditions': [
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
164 '../gm/simpleaaclip.cpp', 164 '../gm/simpleaaclip.cpp',
165 '../gm/skbug1719.cpp', 165 '../gm/skbug1719.cpp',
166 '../gm/stringart.cpp', 166 '../gm/stringart.cpp',
167 '../gm/spritebitmap.cpp', 167 '../gm/spritebitmap.cpp',
168 '../gm/srcmode.cpp', 168 '../gm/srcmode.cpp',
169 '../gm/strokefill.cpp', 169 '../gm/strokefill.cpp',
170 '../gm/strokerect.cpp', 170 '../gm/strokerect.cpp',
171 '../gm/strokerects.cpp', 171 '../gm/strokerects.cpp',
172 '../gm/strokes.cpp', 172 '../gm/strokes.cpp',
173 '../gm/stroketext.cpp', 173 '../gm/stroketext.cpp',
174 '../gm/surface.cpp',
174 '../gm/tablecolorfilter.cpp', 175 '../gm/tablecolorfilter.cpp',
175 '../gm/texteffects.cpp', 176 '../gm/texteffects.cpp',
176 '../gm/testimagefilters.cpp', 177 '../gm/testimagefilters.cpp',
177 '../gm/texdata.cpp', 178 '../gm/texdata.cpp',
178 '../gm/variedtext.cpp', 179 '../gm/variedtext.cpp',
179 '../gm/textblob.cpp', 180 '../gm/textblob.cpp',
180 '../gm/texturedomaineffect.cpp', 181 '../gm/texturedomaineffect.cpp',
181 '../gm/thinrects.cpp', 182 '../gm/thinrects.cpp',
182 '../gm/thinstrokedrects.cpp', 183 '../gm/thinstrokedrects.cpp',
183 '../gm/tileimagefilter.cpp', 184 '../gm/tileimagefilter.cpp',
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
233 '../gm/shadertext2.cpp', 234 '../gm/shadertext2.cpp',
234 '../gm/shadertext3.cpp', 235 '../gm/shadertext3.cpp',
235 236
236 # TODO(reed): Allocates more memory than Android devices are capable of 237 # TODO(reed): Allocates more memory than Android devices are capable of
237 # fulfilling. See http://skbug.com/1978 238 # fulfilling. See http://skbug.com/1978
238 '../gm/verylargebitmap.cpp', 239 '../gm/verylargebitmap.cpp',
239 ], 240 ],
240 }], 241 }],
241 ], 242 ],
242 } 243 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698