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

Side by Side Diff: gyp/gmslides.gypi

Issue 19519017: Inverse fill support in PDF (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: More style fixes Created 7 years, 4 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
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/arcofzorro.cpp', 7 '../gm/arcofzorro.cpp',
8 '../gm/arithmode.cpp', 8 '../gm/arithmode.cpp',
9 '../gm/bicubicfilter.cpp', 9 '../gm/bicubicfilter.cpp',
10 '../gm/bigmatrix.cpp', 10 '../gm/bigmatrix.cpp',
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 '../gm/giantbitmap.cpp', 52 '../gm/giantbitmap.cpp',
53 '../gm/gradients.cpp', 53 '../gm/gradients.cpp',
54 '../gm/gradientDirtyLaundry.cpp', 54 '../gm/gradientDirtyLaundry.cpp',
55 '../gm/gradient_matrix.cpp', 55 '../gm/gradient_matrix.cpp',
56 '../gm/gradtext.cpp', 56 '../gm/gradtext.cpp',
57 '../gm/hairlines.cpp', 57 '../gm/hairlines.cpp',
58 '../gm/hairmodes.cpp', 58 '../gm/hairmodes.cpp',
59 '../gm/hittestpath.cpp', 59 '../gm/hittestpath.cpp',
60 '../gm/imageblur.cpp', 60 '../gm/imageblur.cpp',
61 '../gm/imagemagnifier.cpp', 61 '../gm/imagemagnifier.cpp',
62 '../gm/inversestrokefill.cpp',
62 '../gm/lerpmode.cpp', 63 '../gm/lerpmode.cpp',
63 '../gm/lighting.cpp', 64 '../gm/lighting.cpp',
64 '../gm/image.cpp', 65 '../gm/image.cpp',
65 '../gm/imagefiltersbase.cpp', 66 '../gm/imagefiltersbase.cpp',
66 '../gm/imagefilterscropped.cpp', 67 '../gm/imagefilterscropped.cpp',
67 '../gm/imagefiltersgraph.cpp', 68 '../gm/imagefiltersgraph.cpp',
68 '../gm/internal_links.cpp', 69 '../gm/internal_links.cpp',
69 '../gm/lcdtext.cpp', 70 '../gm/lcdtext.cpp',
70 '../gm/linepaths.cpp', 71 '../gm/linepaths.cpp',
71 '../gm/matrixconvolution.cpp', 72 '../gm/matrixconvolution.cpp',
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 '../gm/xfermodes.cpp', 125 '../gm/xfermodes.cpp',
125 '../gm/xfermodes2.cpp', 126 '../gm/xfermodes2.cpp',
126 ], 127 ],
127 } 128 }
128 129
129 # Local Variables: 130 # Local Variables:
130 # tab-width:2 131 # tab-width:2
131 # indent-tabs-mode:nil 132 # indent-tabs-mode:nil
132 # End: 133 # End:
133 # vim: set expandtab tabstop=2 shiftwidth=2: 134 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698