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

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: add new file 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
« no previous file with comments | « gm/xfermodes3.cpp ('k') | include/core/SkBitmapDevice.h » ('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 '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/textblobshader.cpp', 181 '../gm/textblobshader.cpp',
181 '../gm/texturedomaineffect.cpp', 182 '../gm/texturedomaineffect.cpp',
182 '../gm/thinrects.cpp', 183 '../gm/thinrects.cpp',
183 '../gm/thinstrokedrects.cpp', 184 '../gm/thinstrokedrects.cpp',
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
234 '../gm/shadertext2.cpp', 235 '../gm/shadertext2.cpp',
235 '../gm/shadertext3.cpp', 236 '../gm/shadertext3.cpp',
236 237
237 # TODO(reed): Allocates more memory than Android devices are capable of 238 # TODO(reed): Allocates more memory than Android devices are capable of
238 # fulfilling. See http://skbug.com/1978 239 # fulfilling. See http://skbug.com/1978
239 '../gm/verylargebitmap.cpp', 240 '../gm/verylargebitmap.cpp',
240 ], 241 ],
241 }], 242 }],
242 ], 243 ],
243 } 244 }
OLDNEW
« no previous file with comments | « gm/xfermodes3.cpp ('k') | include/core/SkBitmapDevice.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698