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

Side by Side Diff: gyp/gmslides.gypi

Issue 862823004: Revert of GrBatchPrototype (Closed) Base URL: https://skia.googlesource.com/skia.git@lc2
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/dstreadshuffle.cpp ('k') | gyp/gpu.gypi » ('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 'dependencies': [ 10 'dependencies': [
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 '../gm/complexclip2.cpp', 60 '../gm/complexclip2.cpp',
61 '../gm/complexclip3.cpp', 61 '../gm/complexclip3.cpp',
62 '../gm/composeshader.cpp', 62 '../gm/composeshader.cpp',
63 '../gm/conicpaths.cpp', 63 '../gm/conicpaths.cpp',
64 '../gm/convexpaths.cpp', 64 '../gm/convexpaths.cpp',
65 '../gm/convexpolyclip.cpp', 65 '../gm/convexpolyclip.cpp',
66 '../gm/convexpolyeffect.cpp', 66 '../gm/convexpolyeffect.cpp',
67 '../gm/copyTo4444.cpp', 67 '../gm/copyTo4444.cpp',
68 '../gm/cubicpaths.cpp', 68 '../gm/cubicpaths.cpp',
69 '../gm/cmykjpeg.cpp', 69 '../gm/cmykjpeg.cpp',
70 '../gm/dstreadshuffle.cpp',
71 '../gm/degeneratesegments.cpp', 70 '../gm/degeneratesegments.cpp',
72 '../gm/dcshader.cpp', 71 '../gm/dcshader.cpp',
73 '../gm/discard.cpp', 72 '../gm/discard.cpp',
74 '../gm/dashcubics.cpp', 73 '../gm/dashcubics.cpp',
75 '../gm/dashing.cpp', 74 '../gm/dashing.cpp',
76 '../gm/distantclip.cpp', 75 '../gm/distantclip.cpp',
77 '../gm/dftext.cpp', 76 '../gm/dftext.cpp',
78 '../gm/displacement.cpp', 77 '../gm/displacement.cpp',
79 '../gm/downsamplebitmap.cpp', 78 '../gm/downsamplebitmap.cpp',
80 '../gm/drawbitmaprect.cpp', 79 '../gm/drawbitmaprect.cpp',
81 '../gm/drawlooper.cpp', 80 '../gm/drawlooper.cpp',
82 '../gm/dropshadowimagefilter.cpp', 81 '../gm/dropshadowimagefilter.cpp',
83 '../gm/drrect.cpp', 82 '../gm/drrect.cpp',
84 '../gm/dstreadshuffle.cpp',
85 '../gm/etc1bitmap.cpp', 83 '../gm/etc1bitmap.cpp',
86 '../gm/extractbitmap.cpp', 84 '../gm/extractbitmap.cpp',
87 '../gm/emboss.cpp', 85 '../gm/emboss.cpp',
88 '../gm/emptypath.cpp', 86 '../gm/emptypath.cpp',
89 '../gm/fatpathfill.cpp', 87 '../gm/fatpathfill.cpp',
90 '../gm/factory.cpp', 88 '../gm/factory.cpp',
91 '../gm/filltypes.cpp', 89 '../gm/filltypes.cpp',
92 '../gm/filltypespersp.cpp', 90 '../gm/filltypespersp.cpp',
93 '../gm/filterbitmap.cpp', 91 '../gm/filterbitmap.cpp',
94 '../gm/filterfastbounds.cpp', 92 '../gm/filterfastbounds.cpp',
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
252 '../gm/shadertext2.cpp', 250 '../gm/shadertext2.cpp',
253 '../gm/shadertext3.cpp', 251 '../gm/shadertext3.cpp',
254 252
255 # TODO(reed): Allocates more memory than Android devices are capable of 253 # TODO(reed): Allocates more memory than Android devices are capable of
256 # fulfilling. See http://skbug.com/1978 254 # fulfilling. See http://skbug.com/1978
257 '../gm/verylargebitmap.cpp', 255 '../gm/verylargebitmap.cpp',
258 ], 256 ],
259 }], 257 }],
260 ], 258 ],
261 } 259 }
OLDNEW
« no previous file with comments | « gm/dstreadshuffle.cpp ('k') | gyp/gpu.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698