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

Side by Side Diff: gyp/gmslides.gypi

Issue 307553005: floating point scale factors for images (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: remove the box; it landed separately 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 | « gm/filterindiabox.cpp ('k') | src/core/SkBitmapProcState.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 'sources': [ 10 'sources': [
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 '../gm/dropshadowimagefilter.cpp', 69 '../gm/dropshadowimagefilter.cpp',
70 '../gm/drrect.cpp', 70 '../gm/drrect.cpp',
71 '../gm/etc1bitmap.cpp', 71 '../gm/etc1bitmap.cpp',
72 '../gm/extractbitmap.cpp', 72 '../gm/extractbitmap.cpp',
73 '../gm/emptypath.cpp', 73 '../gm/emptypath.cpp',
74 '../gm/fatpathfill.cpp', 74 '../gm/fatpathfill.cpp',
75 '../gm/factory.cpp', 75 '../gm/factory.cpp',
76 '../gm/filltypes.cpp', 76 '../gm/filltypes.cpp',
77 '../gm/filltypespersp.cpp', 77 '../gm/filltypespersp.cpp',
78 '../gm/filterbitmap.cpp', 78 '../gm/filterbitmap.cpp',
79 '../gm/filterindiabox.cpp',
79 '../gm/fontcache.cpp', 80 '../gm/fontcache.cpp',
80 '../gm/fontmgr.cpp', 81 '../gm/fontmgr.cpp',
81 '../gm/fontscaler.cpp', 82 '../gm/fontscaler.cpp',
82 '../gm/gammatext.cpp', 83 '../gm/gammatext.cpp',
83 '../gm/getpostextpath.cpp', 84 '../gm/getpostextpath.cpp',
84 '../gm/giantbitmap.cpp', 85 '../gm/giantbitmap.cpp',
85 '../gm/gradients.cpp', 86 '../gm/gradients.cpp',
86 '../gm/gradients_2pt_conical.cpp', 87 '../gm/gradients_2pt_conical.cpp',
87 '../gm/gradients_no_texture.cpp', 88 '../gm/gradients_no_texture.cpp',
88 '../gm/gradientDirtyLaundry.cpp', 89 '../gm/gradientDirtyLaundry.cpp',
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
224 # fulfilling. See http://skbug.com/1978 225 # fulfilling. See http://skbug.com/1978
225 '../gm/verylargebitmap.cpp', 226 '../gm/verylargebitmap.cpp',
226 ], 227 ],
227 228
228 'sources': [ 229 'sources': [
229 '../gm/androidfallback.cpp', 230 '../gm/androidfallback.cpp',
230 ], 231 ],
231 }], 232 }],
232 ], 233 ],
233 } 234 }
OLDNEW
« no previous file with comments | « gm/filterindiabox.cpp ('k') | src/core/SkBitmapProcState.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698