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

Side by Side Diff: gyp/gmslides.gypi

Issue 918813002: PDF: Add (low-memory) SkPDFBitmap class (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: mutable bitmaps get copied 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/repeated_bitmap.cpp ('k') | gyp/pdf.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 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
154 '../gm/picture.cpp', 154 '../gm/picture.cpp',
155 '../gm/pictureimagefilter.cpp', 155 '../gm/pictureimagefilter.cpp',
156 '../gm/pictureshader.cpp', 156 '../gm/pictureshader.cpp',
157 '../gm/pictureshadertile.cpp', 157 '../gm/pictureshadertile.cpp',
158 '../gm/points.cpp', 158 '../gm/points.cpp',
159 '../gm/poly2poly.cpp', 159 '../gm/poly2poly.cpp',
160 '../gm/polygons.cpp', 160 '../gm/polygons.cpp',
161 '../gm/quadpaths.cpp', 161 '../gm/quadpaths.cpp',
162 '../gm/recordopts.cpp', 162 '../gm/recordopts.cpp',
163 '../gm/rects.cpp', 163 '../gm/rects.cpp',
164 '../gm/repeated_bitmap.cpp',
164 '../gm/resizeimagefilter.cpp', 165 '../gm/resizeimagefilter.cpp',
165 '../gm/rrect.cpp', 166 '../gm/rrect.cpp',
166 '../gm/rrects.cpp', 167 '../gm/rrects.cpp',
167 '../gm/roundrects.cpp', 168 '../gm/roundrects.cpp',
168 '../gm/samplerstress.cpp', 169 '../gm/samplerstress.cpp',
169 # '../gm/scalebitmap.cpp', 170 # '../gm/scalebitmap.cpp',
170 '../gm/shaderbounds.cpp', 171 '../gm/shaderbounds.cpp',
171 '../gm/selftest.cpp', 172 '../gm/selftest.cpp',
172 '../gm/shadertext.cpp', 173 '../gm/shadertext.cpp',
173 '../gm/shadertext2.cpp', 174 '../gm/shadertext2.cpp',
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
251 '../gm/shadertext2.cpp', 252 '../gm/shadertext2.cpp',
252 '../gm/shadertext3.cpp', 253 '../gm/shadertext3.cpp',
253 254
254 # TODO(reed): Allocates more memory than Android devices are capable of 255 # TODO(reed): Allocates more memory than Android devices are capable of
255 # fulfilling. See http://skbug.com/1978 256 # fulfilling. See http://skbug.com/1978
256 '../gm/verylargebitmap.cpp', 257 '../gm/verylargebitmap.cpp',
257 ], 258 ],
258 }], 259 }],
259 ], 260 ],
260 } 261 }
OLDNEW
« no previous file with comments | « gm/repeated_bitmap.cpp ('k') | gyp/pdf.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698