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

Side by Side Diff: gyp/gmslides.gypi

Issue 855513004: Tessellating GPU path renderer. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Remove useless #includes 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/concavepaths.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 'conditions': [ 10 'conditions': [
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 '../gm/cgms.cpp', 47 '../gm/cgms.cpp',
48 '../gm/cgm.c', 48 '../gm/cgm.c',
49 '../gm/colorcube.cpp', 49 '../gm/colorcube.cpp',
50 '../gm/coloremoji.cpp', 50 '../gm/coloremoji.cpp',
51 '../gm/colorfilterimagefilter.cpp', 51 '../gm/colorfilterimagefilter.cpp',
52 '../gm/colorfilters.cpp', 52 '../gm/colorfilters.cpp',
53 '../gm/colormatrix.cpp', 53 '../gm/colormatrix.cpp',
54 '../gm/colortype.cpp', 54 '../gm/colortype.cpp',
55 '../gm/colortypexfermode.cpp', 55 '../gm/colortypexfermode.cpp',
56 '../gm/colorwheel.cpp', 56 '../gm/colorwheel.cpp',
57 '../gm/concavepaths.cpp',
57 '../gm/complexclip.cpp', 58 '../gm/complexclip.cpp',
58 '../gm/complexclip2.cpp', 59 '../gm/complexclip2.cpp',
59 '../gm/complexclip3.cpp', 60 '../gm/complexclip3.cpp',
60 '../gm/composeshader.cpp', 61 '../gm/composeshader.cpp',
61 '../gm/conicpaths.cpp', 62 '../gm/conicpaths.cpp',
62 '../gm/convexpaths.cpp', 63 '../gm/convexpaths.cpp',
63 '../gm/convexpolyclip.cpp', 64 '../gm/convexpolyclip.cpp',
64 '../gm/convexpolyeffect.cpp', 65 '../gm/convexpolyeffect.cpp',
65 '../gm/copyTo4444.cpp', 66 '../gm/copyTo4444.cpp',
66 '../gm/cubicpaths.cpp', 67 '../gm/cubicpaths.cpp',
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
254 '../gm/shadertext2.cpp', 255 '../gm/shadertext2.cpp',
255 '../gm/shadertext3.cpp', 256 '../gm/shadertext3.cpp',
256 257
257 # TODO(reed): Allocates more memory than Android devices are capable of 258 # TODO(reed): Allocates more memory than Android devices are capable of
258 # fulfilling. See http://skbug.com/1978 259 # fulfilling. See http://skbug.com/1978
259 '../gm/verylargebitmap.cpp', 260 '../gm/verylargebitmap.cpp',
260 ], 261 ],
261 }], 262 }],
262 ], 263 ],
263 } 264 }
OLDNEW
« no previous file with comments | « gm/concavepaths.cpp ('k') | gyp/gpu.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698