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

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: Changed name to SkPatchGrid 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
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 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 '../gm/imagefilterscropped.cpp', 108 '../gm/imagefilterscropped.cpp',
109 '../gm/imagefilterscropexpand.cpp', 109 '../gm/imagefilterscropexpand.cpp',
110 '../gm/imagefiltersgraph.cpp', 110 '../gm/imagefiltersgraph.cpp',
111 '../gm/imagefiltersscaled.cpp', 111 '../gm/imagefiltersscaled.cpp',
112 '../gm/internal_links.cpp', 112 '../gm/internal_links.cpp',
113 '../gm/lcdtext.cpp', 113 '../gm/lcdtext.cpp',
114 '../gm/linepaths.cpp', 114 '../gm/linepaths.cpp',
115 '../gm/matrixconvolution.cpp', 115 '../gm/matrixconvolution.cpp',
116 '../gm/matriximagefilter.cpp', 116 '../gm/matriximagefilter.cpp',
117 '../gm/megalooper.cpp', 117 '../gm/megalooper.cpp',
118 '../gm/meshgradient.cpp',
118 '../gm/mixedxfermodes.cpp', 119 '../gm/mixedxfermodes.cpp',
119 '../gm/modecolorfilters.cpp', 120 '../gm/modecolorfilters.cpp',
120 '../gm/morphology.cpp', 121 '../gm/morphology.cpp',
121 '../gm/nested.cpp', 122 '../gm/nested.cpp',
122 '../gm/ninepatchstretch.cpp', 123 '../gm/ninepatchstretch.cpp',
123 '../gm/nonclosedpaths.cpp', 124 '../gm/nonclosedpaths.cpp',
124 '../gm/offsetimagefilter.cpp', 125 '../gm/offsetimagefilter.cpp',
125 '../gm/optimizations.cpp', 126 '../gm/optimizations.cpp',
126 '../gm/ovals.cpp', 127 '../gm/ovals.cpp',
127 '../gm/patch.cpp', 128 '../gm/patch.cpp',
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
225 '../gm/shadertext2.cpp', 226 '../gm/shadertext2.cpp',
226 '../gm/shadertext3.cpp', 227 '../gm/shadertext3.cpp',
227 228
228 # TODO(reed): Allocates more memory than Android devices are capable of 229 # TODO(reed): Allocates more memory than Android devices are capable of
229 # fulfilling. See http://skbug.com/1978 230 # fulfilling. See http://skbug.com/1978
230 '../gm/verylargebitmap.cpp', 231 '../gm/verylargebitmap.cpp',
231 ], 232 ],
232 }], 233 }],
233 ], 234 ],
234 } 235 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698