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

Side by Side Diff: gyp/gmslides.gypi

Issue 196353021: Revert "Implement support for expanding crop rects in image filters" (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: 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 | « gm/imagefiltersgraph.cpp ('k') | include/core/SkImageFilter.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 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 '../gm/imagemagnifier.cpp', 94 '../gm/imagemagnifier.cpp',
95 '../gm/imageresizetiled.cpp', 95 '../gm/imageresizetiled.cpp',
96 '../gm/inversepaths.cpp', 96 '../gm/inversepaths.cpp',
97 '../gm/lerpmode.cpp', 97 '../gm/lerpmode.cpp',
98 '../gm/lighting.cpp', 98 '../gm/lighting.cpp',
99 '../gm/lumafilter.cpp', 99 '../gm/lumafilter.cpp',
100 '../gm/image.cpp', 100 '../gm/image.cpp',
101 '../gm/imagefiltersbase.cpp', 101 '../gm/imagefiltersbase.cpp',
102 '../gm/imagefiltersclipped.cpp', 102 '../gm/imagefiltersclipped.cpp',
103 '../gm/imagefilterscropped.cpp', 103 '../gm/imagefilterscropped.cpp',
104 '../gm/imagefilterscropexpand.cpp',
105 '../gm/imagefiltersgraph.cpp', 104 '../gm/imagefiltersgraph.cpp',
106 '../gm/imagefiltersscaled.cpp', 105 '../gm/imagefiltersscaled.cpp',
107 '../gm/internal_links.cpp', 106 '../gm/internal_links.cpp',
108 '../gm/lcdtext.cpp', 107 '../gm/lcdtext.cpp',
109 '../gm/linepaths.cpp', 108 '../gm/linepaths.cpp',
110 '../gm/matrixconvolution.cpp', 109 '../gm/matrixconvolution.cpp',
111 '../gm/megalooper.cpp', 110 '../gm/megalooper.cpp',
112 '../gm/mixedxfermodes.cpp', 111 '../gm/mixedxfermodes.cpp',
113 '../gm/modecolorfilters.cpp', 112 '../gm/modecolorfilters.cpp',
114 '../gm/morphology.cpp', 113 '../gm/morphology.cpp',
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
179 # Files needed by particular GMs 178 # Files needed by particular GMs
180 '../src/utils/debugger/SkDrawCommand.h', 179 '../src/utils/debugger/SkDrawCommand.h',
181 '../src/utils/debugger/SkDrawCommand.cpp', 180 '../src/utils/debugger/SkDrawCommand.cpp',
182 '../src/utils/debugger/SkDebugCanvas.h', 181 '../src/utils/debugger/SkDebugCanvas.h',
183 '../src/utils/debugger/SkDebugCanvas.cpp', 182 '../src/utils/debugger/SkDebugCanvas.cpp',
184 '../src/utils/debugger/SkObjectParser.h', 183 '../src/utils/debugger/SkObjectParser.h',
185 '../src/utils/debugger/SkObjectParser.cpp', 184 '../src/utils/debugger/SkObjectParser.cpp',
186 185
187 ], 186 ],
188 } 187 }
OLDNEW
« no previous file with comments | « gm/imagefiltersgraph.cpp ('k') | include/core/SkImageFilter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698