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

Side by Side Diff: gyp/gmslides.gypi

Issue 796573002: fix for chrome bug with sub pixel hairlines (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years 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 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
173 '../gm/smallimage.cpp', 173 '../gm/smallimage.cpp',
174 '../gm/stringart.cpp', 174 '../gm/stringart.cpp',
175 '../gm/spritebitmap.cpp', 175 '../gm/spritebitmap.cpp',
176 '../gm/srcmode.cpp', 176 '../gm/srcmode.cpp',
177 '../gm/strokefill.cpp', 177 '../gm/strokefill.cpp',
178 '../gm/strokerect.cpp', 178 '../gm/strokerect.cpp',
179 '../gm/strokerects.cpp', 179 '../gm/strokerects.cpp',
180 '../gm/strokes.cpp', 180 '../gm/strokes.cpp',
181 '../gm/stroketext.cpp', 181 '../gm/stroketext.cpp',
182 '../gm/surface.cpp', 182 '../gm/surface.cpp',
183 '../gm/subpixelpaths.cpp',
183 '../gm/tablecolorfilter.cpp', 184 '../gm/tablecolorfilter.cpp',
184 '../gm/texteffects.cpp', 185 '../gm/texteffects.cpp',
185 '../gm/testimagefilters.cpp', 186 '../gm/testimagefilters.cpp',
186 '../gm/texdata.cpp', 187 '../gm/texdata.cpp',
187 '../gm/variedtext.cpp', 188 '../gm/variedtext.cpp',
188 '../gm/tallstretchedbitmaps.cpp', 189 '../gm/tallstretchedbitmaps.cpp',
189 '../gm/textblob.cpp', 190 '../gm/textblob.cpp',
190 '../gm/textblobshader.cpp', 191 '../gm/textblobshader.cpp',
191 '../gm/texturedomaineffect.cpp', 192 '../gm/texturedomaineffect.cpp',
192 '../gm/thinrects.cpp', 193 '../gm/thinrects.cpp',
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
242 '../gm/shadertext2.cpp', 243 '../gm/shadertext2.cpp',
243 '../gm/shadertext3.cpp', 244 '../gm/shadertext3.cpp',
244 245
245 # TODO(reed): Allocates more memory than Android devices are capable of 246 # TODO(reed): Allocates more memory than Android devices are capable of
246 # fulfilling. See http://skbug.com/1978 247 # fulfilling. See http://skbug.com/1978
247 '../gm/verylargebitmap.cpp', 248 '../gm/verylargebitmap.cpp',
248 ], 249 ],
249 }], 250 }],
250 ], 251 ],
251 } 252 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698