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

Side by Side Diff: gyp/gmslides.gypi

Issue 211103006: Implement a generic matrix transform image filter. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Rename the GM too Created 6 years, 9 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 | Annotate | Revision Log
« no previous file with comments | « gyp/effects.gypi ('k') | include/effects/SkMatrixImageFilter.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 'sources': [ 10 'sources': [
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 '../gm/imagefiltersbase.cpp', 100 '../gm/imagefiltersbase.cpp',
101 '../gm/imagefiltersclipped.cpp', 101 '../gm/imagefiltersclipped.cpp',
102 '../gm/imagefilterscropped.cpp', 102 '../gm/imagefilterscropped.cpp',
103 '../gm/imagefilterscropexpand.cpp', 103 '../gm/imagefilterscropexpand.cpp',
104 '../gm/imagefiltersgraph.cpp', 104 '../gm/imagefiltersgraph.cpp',
105 '../gm/imagefiltersscaled.cpp', 105 '../gm/imagefiltersscaled.cpp',
106 '../gm/internal_links.cpp', 106 '../gm/internal_links.cpp',
107 '../gm/lcdtext.cpp', 107 '../gm/lcdtext.cpp',
108 '../gm/linepaths.cpp', 108 '../gm/linepaths.cpp',
109 '../gm/matrixconvolution.cpp', 109 '../gm/matrixconvolution.cpp',
110 '../gm/matriximagefilter.cpp',
110 '../gm/megalooper.cpp', 111 '../gm/megalooper.cpp',
111 '../gm/mixedxfermodes.cpp', 112 '../gm/mixedxfermodes.cpp',
112 '../gm/modecolorfilters.cpp', 113 '../gm/modecolorfilters.cpp',
113 '../gm/morphology.cpp', 114 '../gm/morphology.cpp',
114 '../gm/nested.cpp', 115 '../gm/nested.cpp',
115 '../gm/ninepatchstretch.cpp', 116 '../gm/ninepatchstretch.cpp',
116 '../gm/nonclosedpaths.cpp', 117 '../gm/nonclosedpaths.cpp',
117 '../gm/offsetimagefilter.cpp', 118 '../gm/offsetimagefilter.cpp',
118 '../gm/optimizations.cpp', 119 '../gm/optimizations.cpp',
119 '../gm/ovals.cpp', 120 '../gm/ovals.cpp',
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
217 # fulfilling. See http://skbug.com/1978 218 # fulfilling. See http://skbug.com/1978
218 '../gm/verylargebitmap.cpp', 219 '../gm/verylargebitmap.cpp',
219 ], 220 ],
220 221
221 'sources': [ 222 'sources': [
222 '../gm/androidfallback.cpp', 223 '../gm/androidfallback.cpp',
223 ], 224 ],
224 }], 225 }],
225 ], 226 ],
226 } 227 }
OLDNEW
« no previous file with comments | « gyp/effects.gypi ('k') | include/effects/SkMatrixImageFilter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698