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

Side by Side Diff: gyp/gmslides.gypi

Issue 172793006: Disable imageresizetiled GM for now due to rtree and tilegrid failures. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 6 years, 10 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 | « no previous file | no next file » | 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 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 '../gm/gradientDirtyLaundry.cpp', 84 '../gm/gradientDirtyLaundry.cpp',
85 '../gm/gradient_matrix.cpp', 85 '../gm/gradient_matrix.cpp',
86 '../gm/gradtext.cpp', 86 '../gm/gradtext.cpp',
87 '../gm/hairlines.cpp', 87 '../gm/hairlines.cpp',
88 '../gm/hairmodes.cpp', 88 '../gm/hairmodes.cpp',
89 '../gm/hittestpath.cpp', 89 '../gm/hittestpath.cpp',
90 '../gm/imagealphathreshold.cpp', 90 '../gm/imagealphathreshold.cpp',
91 '../gm/imageblur.cpp', 91 '../gm/imageblur.cpp',
92 '../gm/imageblurtiled.cpp', 92 '../gm/imageblurtiled.cpp',
93 '../gm/imagemagnifier.cpp', 93 '../gm/imagemagnifier.cpp',
94 '../gm/imageresizetiled.cpp', 94 # This GM seems to have some issues with rtree and tilegrid; disabled for no w.
95 #'../gm/imageresizetiled.cpp',
scroggo 2014/02/19 22:47:01 Should we instead add a flag to skip only rtree an
Stephen White 2014/02/20 15:59:56 Yes, we should do that. I was just in a hurry to g
95 '../gm/inversepaths.cpp', 96 '../gm/inversepaths.cpp',
96 '../gm/lerpmode.cpp', 97 '../gm/lerpmode.cpp',
97 '../gm/lighting.cpp', 98 '../gm/lighting.cpp',
98 '../gm/lumafilter.cpp', 99 '../gm/lumafilter.cpp',
99 '../gm/image.cpp', 100 '../gm/image.cpp',
100 '../gm/imagefiltersbase.cpp', 101 '../gm/imagefiltersbase.cpp',
101 '../gm/imagefiltersclipped.cpp', 102 '../gm/imagefiltersclipped.cpp',
102 '../gm/imagefilterscropped.cpp', 103 '../gm/imagefilterscropped.cpp',
103 '../gm/imagefiltersgraph.cpp', 104 '../gm/imagefiltersgraph.cpp',
104 '../gm/imagefiltersscaled.cpp', 105 '../gm/imagefiltersscaled.cpp',
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
176 # Files needed by particular GMs 177 # Files needed by particular GMs
177 '../src/utils/debugger/SkDrawCommand.h', 178 '../src/utils/debugger/SkDrawCommand.h',
178 '../src/utils/debugger/SkDrawCommand.cpp', 179 '../src/utils/debugger/SkDrawCommand.cpp',
179 '../src/utils/debugger/SkDebugCanvas.h', 180 '../src/utils/debugger/SkDebugCanvas.h',
180 '../src/utils/debugger/SkDebugCanvas.cpp', 181 '../src/utils/debugger/SkDebugCanvas.cpp',
181 '../src/utils/debugger/SkObjectParser.h', 182 '../src/utils/debugger/SkObjectParser.h',
182 '../src/utils/debugger/SkObjectParser.cpp', 183 '../src/utils/debugger/SkObjectParser.cpp',
183 184
184 ], 185 ],
185 } 186 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698