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

Side by Side Diff: gyp/gmslides.gypi

Issue 865313004: GMs now use batch (Closed) Base URL: https://skia.googlesource.com/skia.git@oval
Patch Set: fix 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/GrInOrderDrawBuffer.cpp » ('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',
220 '../src/utils/debugger/SkDrawCommand.h', 221 '../src/utils/debugger/SkDrawCommand.h',
221 '../src/utils/debugger/SkDrawCommand.cpp', 222 '../src/utils/debugger/SkDrawCommand.cpp',
222 '../src/utils/debugger/SkDebugCanvas.h', 223 '../src/utils/debugger/SkDebugCanvas.h',
223 '../src/utils/debugger/SkDebugCanvas.cpp', 224 '../src/utils/debugger/SkDebugCanvas.cpp',
224 '../src/utils/debugger/SkObjectParser.h', 225 '../src/utils/debugger/SkObjectParser.h',
225 '../src/utils/debugger/SkObjectParser.cpp', 226 '../src/utils/debugger/SkObjectParser.cpp',
226 ], 227 ],
227 }], 228 }],
228 # TODO: Several GMs are known to cause particular problems on Android, so 229 # TODO: Several GMs are known to cause particular problems on Android, so
229 # we disable them on Android. See http://skbug.com/2326 230 # we disable them on Android. See http://skbug.com/2326
(...skipping 20 matching lines...) Expand all
250 '../gm/shadertext2.cpp', 251 '../gm/shadertext2.cpp',
251 '../gm/shadertext3.cpp', 252 '../gm/shadertext3.cpp',
252 253
253 # TODO(reed): Allocates more memory than Android devices are capable of 254 # TODO(reed): Allocates more memory than Android devices are capable of
254 # fulfilling. See http://skbug.com/1978 255 # fulfilling. See http://skbug.com/1978
255 '../gm/verylargebitmap.cpp', 256 '../gm/verylargebitmap.cpp',
256 ], 257 ],
257 }], 258 }],
258 ], 259 ],
259 } 260 }
OLDNEW
« no previous file with comments | « gm/convexpolyeffect.cpp ('k') | src/gpu/GrInOrderDrawBuffer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698