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

Side by Side Diff: gyp/gmslides.gypi

Issue 292663011: Simple PKM image decoder. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Resync Created 6 years, 7 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 | « gyp/etc1.gyp ('k') | gyp/images.gyp » ('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 'sources': [ 10 'sources': [
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 '../gm/dashcubics.cpp', 61 '../gm/dashcubics.cpp',
62 '../gm/dashing.cpp', 62 '../gm/dashing.cpp',
63 '../gm/deviceproperties.cpp', 63 '../gm/deviceproperties.cpp',
64 '../gm/distantclip.cpp', 64 '../gm/distantclip.cpp',
65 '../gm/displacement.cpp', 65 '../gm/displacement.cpp',
66 '../gm/downsamplebitmap.cpp', 66 '../gm/downsamplebitmap.cpp',
67 '../gm/drawbitmaprect.cpp', 67 '../gm/drawbitmaprect.cpp',
68 '../gm/drawlooper.cpp', 68 '../gm/drawlooper.cpp',
69 '../gm/dropshadowimagefilter.cpp', 69 '../gm/dropshadowimagefilter.cpp',
70 '../gm/drrect.cpp', 70 '../gm/drrect.cpp',
71 '../gm/etc1bitmap.cpp',
71 '../gm/extractbitmap.cpp', 72 '../gm/extractbitmap.cpp',
72 '../gm/emptypath.cpp', 73 '../gm/emptypath.cpp',
73 '../gm/fatpathfill.cpp', 74 '../gm/fatpathfill.cpp',
74 '../gm/factory.cpp', 75 '../gm/factory.cpp',
75 '../gm/filltypes.cpp', 76 '../gm/filltypes.cpp',
76 '../gm/filltypespersp.cpp', 77 '../gm/filltypespersp.cpp',
77 '../gm/filterbitmap.cpp', 78 '../gm/filterbitmap.cpp',
78 '../gm/fontcache.cpp', 79 '../gm/fontcache.cpp',
79 '../gm/fontmgr.cpp', 80 '../gm/fontmgr.cpp',
80 '../gm/fontscaler.cpp', 81 '../gm/fontscaler.cpp',
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
223 # fulfilling. See http://skbug.com/1978 224 # fulfilling. See http://skbug.com/1978
224 '../gm/verylargebitmap.cpp', 225 '../gm/verylargebitmap.cpp',
225 ], 226 ],
226 227
227 'sources': [ 228 'sources': [
228 '../gm/androidfallback.cpp', 229 '../gm/androidfallback.cpp',
229 ], 230 ],
230 }], 231 }],
231 ], 232 ],
232 } 233 }
OLDNEW
« no previous file with comments | « gyp/etc1.gyp ('k') | gyp/images.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698