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

Side by Side Diff: gyp/gmslides.gypi

Issue 451723003: SkPatchGrid interface (after SkPatch/SkPicture rebase). (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Use fXferMode 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/patchgrid.cpp ('k') | gyp/utils.gypi » ('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 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 '../gm/mixedxfermodes.cpp', 120 '../gm/mixedxfermodes.cpp',
121 '../gm/modecolorfilters.cpp', 121 '../gm/modecolorfilters.cpp',
122 '../gm/morphology.cpp', 122 '../gm/morphology.cpp',
123 '../gm/nested.cpp', 123 '../gm/nested.cpp',
124 '../gm/ninepatchstretch.cpp', 124 '../gm/ninepatchstretch.cpp',
125 '../gm/nonclosedpaths.cpp', 125 '../gm/nonclosedpaths.cpp',
126 '../gm/offsetimagefilter.cpp', 126 '../gm/offsetimagefilter.cpp',
127 '../gm/optimizations.cpp', 127 '../gm/optimizations.cpp',
128 '../gm/ovals.cpp', 128 '../gm/ovals.cpp',
129 '../gm/patch.cpp', 129 '../gm/patch.cpp',
130 '../gm/patchgrid.cpp',
130 '../gm/patheffects.cpp', 131 '../gm/patheffects.cpp',
131 '../gm/pathfill.cpp', 132 '../gm/pathfill.cpp',
132 '../gm/pathinterior.cpp', 133 '../gm/pathinterior.cpp',
133 '../gm/pathopsinverse.cpp', 134 '../gm/pathopsinverse.cpp',
134 '../gm/pathopsskpclip.cpp', 135 '../gm/pathopsskpclip.cpp',
135 '../gm/pathreverse.cpp', 136 '../gm/pathreverse.cpp',
136 '../gm/peekpixels.cpp', 137 '../gm/peekpixels.cpp',
137 '../gm/perlinnoise.cpp', 138 '../gm/perlinnoise.cpp',
138 '../gm/picture.cpp', 139 '../gm/picture.cpp',
139 '../gm/pictureimagefilter.cpp', 140 '../gm/pictureimagefilter.cpp',
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
228 '../gm/shadertext2.cpp', 229 '../gm/shadertext2.cpp',
229 '../gm/shadertext3.cpp', 230 '../gm/shadertext3.cpp',
230 231
231 # TODO(reed): Allocates more memory than Android devices are capable of 232 # TODO(reed): Allocates more memory than Android devices are capable of
232 # fulfilling. See http://skbug.com/1978 233 # fulfilling. See http://skbug.com/1978
233 '../gm/verylargebitmap.cpp', 234 '../gm/verylargebitmap.cpp',
234 ], 235 ],
235 }], 236 }],
236 ], 237 ],
237 } 238 }
OLDNEW
« no previous file with comments | « gm/patchgrid.cpp ('k') | gyp/utils.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698