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

Side by Side Diff: gyp/gmslides.gypi

Issue 586743002: SkTextBlob shader space workaround. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: review + win build fix 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/textblobshader.cpp ('k') | src/core/SkDevice.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 '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 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
171 '../gm/strokerect.cpp', 171 '../gm/strokerect.cpp',
172 '../gm/strokerects.cpp', 172 '../gm/strokerects.cpp',
173 '../gm/strokes.cpp', 173 '../gm/strokes.cpp',
174 '../gm/stroketext.cpp', 174 '../gm/stroketext.cpp',
175 '../gm/tablecolorfilter.cpp', 175 '../gm/tablecolorfilter.cpp',
176 '../gm/texteffects.cpp', 176 '../gm/texteffects.cpp',
177 '../gm/testimagefilters.cpp', 177 '../gm/testimagefilters.cpp',
178 '../gm/texdata.cpp', 178 '../gm/texdata.cpp',
179 '../gm/variedtext.cpp', 179 '../gm/variedtext.cpp',
180 '../gm/textblob.cpp', 180 '../gm/textblob.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',
184 '../gm/tileimagefilter.cpp', 185 '../gm/tileimagefilter.cpp',
185 '../gm/tilemodes.cpp', 186 '../gm/tilemodes.cpp',
186 '../gm/tilemodes_scaled.cpp', 187 '../gm/tilemodes_scaled.cpp',
187 '../gm/tinybitmap.cpp', 188 '../gm/tinybitmap.cpp',
188 '../gm/twopointradial.cpp', 189 '../gm/twopointradial.cpp',
189 '../gm/typeface.cpp', 190 '../gm/typeface.cpp',
190 '../gm/vertices.cpp', 191 '../gm/vertices.cpp',
(...skipping 43 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/textblobshader.cpp ('k') | src/core/SkDevice.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698