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

Side by Side Diff: gyp/gmslides.gypi

Issue 767343002: Remove PDF JPEG shortcut, since it fails on grayscale JPEGs. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: disable unit test Created 6 years 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/grayscalejpg.cpp ('k') | resources/grayscale.jpg » ('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 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 '../gm/getpostextpath.cpp', 92 '../gm/getpostextpath.cpp',
93 '../gm/giantbitmap.cpp', 93 '../gm/giantbitmap.cpp',
94 '../gm/glyph_pos.cpp', 94 '../gm/glyph_pos.cpp',
95 '../gm/glyph_pos_align.cpp', 95 '../gm/glyph_pos_align.cpp',
96 '../gm/gradients.cpp', 96 '../gm/gradients.cpp',
97 '../gm/gradients_2pt_conical.cpp', 97 '../gm/gradients_2pt_conical.cpp',
98 '../gm/gradients_no_texture.cpp', 98 '../gm/gradients_no_texture.cpp',
99 '../gm/gradientDirtyLaundry.cpp', 99 '../gm/gradientDirtyLaundry.cpp',
100 '../gm/gradient_matrix.cpp', 100 '../gm/gradient_matrix.cpp',
101 '../gm/gradtext.cpp', 101 '../gm/gradtext.cpp',
102 '../gm/grayscalejpg.cpp',
102 '../gm/hairlines.cpp', 103 '../gm/hairlines.cpp',
103 '../gm/hairmodes.cpp', 104 '../gm/hairmodes.cpp',
104 '../gm/hittestpath.cpp', 105 '../gm/hittestpath.cpp',
105 '../gm/imagealphathreshold.cpp', 106 '../gm/imagealphathreshold.cpp',
106 '../gm/imageblur.cpp', 107 '../gm/imageblur.cpp',
107 '../gm/imageblur2.cpp', 108 '../gm/imageblur2.cpp',
108 '../gm/imageblurtiled.cpp', 109 '../gm/imageblurtiled.cpp',
109 '../gm/imagemagnifier.cpp', 110 '../gm/imagemagnifier.cpp',
110 '../gm/imageresizetiled.cpp', 111 '../gm/imageresizetiled.cpp',
111 '../gm/inversepaths.cpp', 112 '../gm/inversepaths.cpp',
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
239 '../gm/shadertext2.cpp', 240 '../gm/shadertext2.cpp',
240 '../gm/shadertext3.cpp', 241 '../gm/shadertext3.cpp',
241 242
242 # TODO(reed): Allocates more memory than Android devices are capable of 243 # TODO(reed): Allocates more memory than Android devices are capable of
243 # fulfilling. See http://skbug.com/1978 244 # fulfilling. See http://skbug.com/1978
244 '../gm/verylargebitmap.cpp', 245 '../gm/verylargebitmap.cpp',
245 ], 246 ],
246 }], 247 }],
247 ], 248 ],
248 } 249 }
OLDNEW
« no previous file with comments | « gm/grayscalejpg.cpp ('k') | resources/grayscale.jpg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698