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

Side by Side Diff: gyp/gmslides.gypi

Issue 114263002: Implement an SkPicture image filter source. This is required for the external-SVG reference feature… (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 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 | 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/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',
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 '../gm/offsetimagefilter.cpp', 98 '../gm/offsetimagefilter.cpp',
99 '../gm/optimizations.cpp', 99 '../gm/optimizations.cpp',
100 '../gm/ovals.cpp', 100 '../gm/ovals.cpp',
101 '../gm/patheffects.cpp', 101 '../gm/patheffects.cpp',
102 '../gm/pathfill.cpp', 102 '../gm/pathfill.cpp',
103 '../gm/pathinterior.cpp', 103 '../gm/pathinterior.cpp',
104 '../gm/pathopsinverse.cpp', 104 '../gm/pathopsinverse.cpp',
105 '../gm/pathopsskpclip.cpp', 105 '../gm/pathopsskpclip.cpp',
106 '../gm/pathreverse.cpp', 106 '../gm/pathreverse.cpp',
107 '../gm/perlinnoise.cpp', 107 '../gm/perlinnoise.cpp',
108 '../gm/picturesource.cpp',
108 '../gm/points.cpp', 109 '../gm/points.cpp',
109 '../gm/poly2poly.cpp', 110 '../gm/poly2poly.cpp',
110 '../gm/polygons.cpp', 111 '../gm/polygons.cpp',
111 '../gm/quadpaths.cpp', 112 '../gm/quadpaths.cpp',
112 '../gm/rects.cpp', 113 '../gm/rects.cpp',
113 '../gm/rrect.cpp', 114 '../gm/rrect.cpp',
114 '../gm/rrects.cpp', 115 '../gm/rrects.cpp',
115 '../gm/roundrects.cpp', 116 '../gm/roundrects.cpp',
116 '../gm/samplerstress.cpp', 117 '../gm/samplerstress.cpp',
117 # '../gm/scalebitmap.cpp', 118 # '../gm/scalebitmap.cpp',
(...skipping 27 matching lines...) Expand all
145 '../gm/typeface.cpp', 146 '../gm/typeface.cpp',
146 '../gm/verttext.cpp', 147 '../gm/verttext.cpp',
147 '../gm/verttext2.cpp', 148 '../gm/verttext2.cpp',
148 '../gm/verylargebitmap.cpp', 149 '../gm/verylargebitmap.cpp',
149 '../gm/xfermodeimagefilter.cpp', 150 '../gm/xfermodeimagefilter.cpp',
150 '../gm/xfermodes.cpp', 151 '../gm/xfermodes.cpp',
151 '../gm/xfermodes2.cpp', 152 '../gm/xfermodes2.cpp',
152 '../gm/xfermodes3.cpp', 153 '../gm/xfermodes3.cpp',
153 ], 154 ],
154 } 155 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698