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

Side by Side Diff: gyp/gmslides.gypi

Issue 29343002: Revert "[PDF] Add unpremultiply support and a GM." (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 years, 2 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 | Annotate | Revision Log
« no previous file with comments | « gm/bitmappremul.cpp ('k') | src/pdf/SkPDFImage.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 'sources': [ 3 'sources': [
4 '../gm/aaclip.cpp', 4 '../gm/aaclip.cpp',
5 '../gm/aarectmodes.cpp', 5 '../gm/aarectmodes.cpp',
6 '../gm/alphagradients.cpp', 6 '../gm/alphagradients.cpp',
7 '../gm/androidfallback.cpp', 7 '../gm/androidfallback.cpp',
8 '../gm/arcofzorro.cpp', 8 '../gm/arcofzorro.cpp',
9 '../gm/arithmode.cpp', 9 '../gm/arithmode.cpp',
10 '../gm/beziereffects.cpp', 10 '../gm/beziereffects.cpp',
11 '../gm/bicubicfilter.cpp', 11 '../gm/bicubicfilter.cpp',
12 '../gm/bigmatrix.cpp', 12 '../gm/bigmatrix.cpp',
13 '../gm/bigtext.cpp', 13 '../gm/bigtext.cpp',
14 '../gm/bitmapalphathreshold.cpp', 14 '../gm/bitmapalphathreshold.cpp',
15 '../gm/bitmapcopy.cpp', 15 '../gm/bitmapcopy.cpp',
16 '../gm/bitmapmatrix.cpp', 16 '../gm/bitmapmatrix.cpp',
17 '../gm/bitmapfilters.cpp', 17 '../gm/bitmapfilters.cpp',
18 '../gm/bitmappremul.cpp',
19 '../gm/bitmaprect.cpp', 18 '../gm/bitmaprect.cpp',
20 '../gm/bitmaprecttest.cpp', 19 '../gm/bitmaprecttest.cpp',
21 '../gm/bitmapscroll.cpp', 20 '../gm/bitmapscroll.cpp',
22 '../gm/bleed.cpp', 21 '../gm/bleed.cpp',
23 '../gm/blurs.cpp', 22 '../gm/blurs.cpp',
24 '../gm/blurquickreject.cpp', 23 '../gm/blurquickreject.cpp',
25 '../gm/blurrect.cpp', 24 '../gm/blurrect.cpp',
26 '../gm/canvasstate.cpp', 25 '../gm/canvasstate.cpp',
27 '../gm/circles.cpp', 26 '../gm/circles.cpp',
28 '../gm/circularclips.cpp', 27 '../gm/circularclips.cpp',
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 '../gm/xfermodes2.cpp', 143 '../gm/xfermodes2.cpp',
145 '../gm/xfermodes3.cpp', 144 '../gm/xfermodes3.cpp',
146 ], 145 ],
147 } 146 }
148 147
149 # Local Variables: 148 # Local Variables:
150 # tab-width:2 149 # tab-width:2
151 # indent-tabs-mode:nil 150 # indent-tabs-mode:nil
152 # End: 151 # End:
153 # vim: set expandtab tabstop=2 shiftwidth=2: 152 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « gm/bitmappremul.cpp ('k') | src/pdf/SkPDFImage.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698