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

Side by Side Diff: gyp/gmslides.gypi

Issue 437393003: Explicit tile bounds for SkPictureShader (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Rebased. Created 6 years, 4 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/pictureshadertile.cpp ('k') | include/core/SkShader.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 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 '../gm/patheffects.cpp', 128 '../gm/patheffects.cpp',
129 '../gm/pathfill.cpp', 129 '../gm/pathfill.cpp',
130 '../gm/pathinterior.cpp', 130 '../gm/pathinterior.cpp',
131 '../gm/pathopsinverse.cpp', 131 '../gm/pathopsinverse.cpp',
132 '../gm/pathopsskpclip.cpp', 132 '../gm/pathopsskpclip.cpp',
133 '../gm/pathreverse.cpp', 133 '../gm/pathreverse.cpp',
134 '../gm/peekpixels.cpp', 134 '../gm/peekpixels.cpp',
135 '../gm/perlinnoise.cpp', 135 '../gm/perlinnoise.cpp',
136 '../gm/pictureimagefilter.cpp', 136 '../gm/pictureimagefilter.cpp',
137 '../gm/pictureshader.cpp', 137 '../gm/pictureshader.cpp',
138 '../gm/pictureshadertile.cpp',
138 '../gm/points.cpp', 139 '../gm/points.cpp',
139 '../gm/poly2poly.cpp', 140 '../gm/poly2poly.cpp',
140 '../gm/polygons.cpp', 141 '../gm/polygons.cpp',
141 '../gm/quadpaths.cpp', 142 '../gm/quadpaths.cpp',
142 '../gm/rects.cpp', 143 '../gm/rects.cpp',
143 '../gm/resizeimagefilter.cpp', 144 '../gm/resizeimagefilter.cpp',
144 '../gm/rrect.cpp', 145 '../gm/rrect.cpp',
145 '../gm/rrects.cpp', 146 '../gm/rrects.cpp',
146 '../gm/roundrects.cpp', 147 '../gm/roundrects.cpp',
147 '../gm/samplerstress.cpp', 148 '../gm/samplerstress.cpp',
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
224 '../gm/shadertext2.cpp', 225 '../gm/shadertext2.cpp',
225 '../gm/shadertext3.cpp', 226 '../gm/shadertext3.cpp',
226 227
227 # TODO(reed): Allocates more memory than Android devices are capable of 228 # TODO(reed): Allocates more memory than Android devices are capable of
228 # fulfilling. See http://skbug.com/1978 229 # fulfilling. See http://skbug.com/1978
229 '../gm/verylargebitmap.cpp', 230 '../gm/verylargebitmap.cpp',
230 ], 231 ],
231 }], 232 }],
232 ], 233 ],
233 } 234 }
OLDNEW
« no previous file with comments | « gm/pictureshadertile.cpp ('k') | include/core/SkShader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698