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

Side by Side Diff: gyp/gmslides.gypi

Issue 913153003: Revert of GMs now use batch (Closed) Base URL: https://skia.googlesource.com/skia.git@oval
Patch Set: Created 5 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
« no previous file with comments | « gm/convexpolyeffect.cpp ('k') | src/gpu/GrTestBatch.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 'conditions': [ 10 'conditions': [
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
210 '../gm/verttext.cpp', 210 '../gm/verttext.cpp',
211 '../gm/verttext2.cpp', 211 '../gm/verttext2.cpp',
212 '../gm/verylargebitmap.cpp', 212 '../gm/verylargebitmap.cpp',
213 '../gm/xfermodeimagefilter.cpp', 213 '../gm/xfermodeimagefilter.cpp',
214 '../gm/xfermodes.cpp', 214 '../gm/xfermodes.cpp',
215 '../gm/xfermodes2.cpp', 215 '../gm/xfermodes2.cpp',
216 '../gm/xfermodes3.cpp', 216 '../gm/xfermodes3.cpp',
217 '../gm/yuvtorgbeffect.cpp', 217 '../gm/yuvtorgbeffect.cpp',
218 218
219 # Files needed by particular GMs 219 # Files needed by particular GMs
220 '../src/gpu/GrTestBatch.h',
221 '../src/utils/debugger/SkDrawCommand.h', 220 '../src/utils/debugger/SkDrawCommand.h',
222 '../src/utils/debugger/SkDrawCommand.cpp', 221 '../src/utils/debugger/SkDrawCommand.cpp',
223 '../src/utils/debugger/SkDebugCanvas.h', 222 '../src/utils/debugger/SkDebugCanvas.h',
224 '../src/utils/debugger/SkDebugCanvas.cpp', 223 '../src/utils/debugger/SkDebugCanvas.cpp',
225 '../src/utils/debugger/SkObjectParser.h', 224 '../src/utils/debugger/SkObjectParser.h',
226 '../src/utils/debugger/SkObjectParser.cpp', 225 '../src/utils/debugger/SkObjectParser.cpp',
227 ], 226 ],
228 }], 227 }],
229 # TODO: Several GMs are known to cause particular problems on Android, so 228 # TODO: Several GMs are known to cause particular problems on Android, so
230 # we disable them on Android. See http://skbug.com/2326 229 # we disable them on Android. See http://skbug.com/2326
(...skipping 20 matching lines...) Expand all
251 '../gm/shadertext2.cpp', 250 '../gm/shadertext2.cpp',
252 '../gm/shadertext3.cpp', 251 '../gm/shadertext3.cpp',
253 252
254 # TODO(reed): Allocates more memory than Android devices are capable of 253 # TODO(reed): Allocates more memory than Android devices are capable of
255 # fulfilling. See http://skbug.com/1978 254 # fulfilling. See http://skbug.com/1978
256 '../gm/verylargebitmap.cpp', 255 '../gm/verylargebitmap.cpp',
257 ], 256 ],
258 }], 257 }],
259 ], 258 ],
260 } 259 }
OLDNEW
« no previous file with comments | « gm/convexpolyeffect.cpp ('k') | src/gpu/GrTestBatch.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698