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

Side by Side Diff: gyp/gmslides.gypi

Issue 136563004: Add GM with convex polygon clips (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: remove spurious header Created 6 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 | Annotate | Revision Log
« no previous file with comments | « gm/convexpolyclip.cpp ('k') | no next file » | 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',
(...skipping 21 matching lines...) Expand all
32 '../gm/clippedbitmapshaders.cpp', 32 '../gm/clippedbitmapshaders.cpp',
33 '../gm/coloremoji.cpp', 33 '../gm/coloremoji.cpp',
34 '../gm/colorfilterimagefilter.cpp', 34 '../gm/colorfilterimagefilter.cpp',
35 '../gm/colormatrix.cpp', 35 '../gm/colormatrix.cpp',
36 '../gm/colortype.cpp', 36 '../gm/colortype.cpp',
37 '../gm/complexclip.cpp', 37 '../gm/complexclip.cpp',
38 '../gm/complexclip2.cpp', 38 '../gm/complexclip2.cpp',
39 '../gm/composeshader.cpp', 39 '../gm/composeshader.cpp',
40 #'../gm/conicpaths.cpp', 40 #'../gm/conicpaths.cpp',
41 '../gm/convexpaths.cpp', 41 '../gm/convexpaths.cpp',
42 '../gm/convexpolyclip.cpp',
42 '../gm/convexpolyeffect.cpp', 43 '../gm/convexpolyeffect.cpp',
43 '../gm/copyTo4444.cpp', 44 '../gm/copyTo4444.cpp',
44 '../gm/cubicpaths.cpp', 45 '../gm/cubicpaths.cpp',
45 '../gm/cmykjpeg.cpp', 46 '../gm/cmykjpeg.cpp',
46 '../gm/degeneratesegments.cpp', 47 '../gm/degeneratesegments.cpp',
47 '../gm/dashcubics.cpp', 48 '../gm/dashcubics.cpp',
48 '../gm/dashing.cpp', 49 '../gm/dashing.cpp',
49 '../gm/deviceproperties.cpp', 50 '../gm/deviceproperties.cpp',
50 '../gm/distantclip.cpp', 51 '../gm/distantclip.cpp',
51 '../gm/displacement.cpp', 52 '../gm/displacement.cpp',
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
150 '../gm/vertices.cpp', 151 '../gm/vertices.cpp',
151 '../gm/verttext.cpp', 152 '../gm/verttext.cpp',
152 '../gm/verttext2.cpp', 153 '../gm/verttext2.cpp',
153 '../gm/verylargebitmap.cpp', 154 '../gm/verylargebitmap.cpp',
154 '../gm/xfermodeimagefilter.cpp', 155 '../gm/xfermodeimagefilter.cpp',
155 '../gm/xfermodes.cpp', 156 '../gm/xfermodes.cpp',
156 '../gm/xfermodes2.cpp', 157 '../gm/xfermodes2.cpp',
157 '../gm/xfermodes3.cpp', 158 '../gm/xfermodes3.cpp',
158 ], 159 ],
159 } 160 }
OLDNEW
« no previous file with comments | « gm/convexpolyclip.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698