1 # include this gypi to include all the golden master slides. 2 { 3 'sources': [ 4 '../gm/aaclip.cpp', 5 '../gm/aarectmodes.cpp', 6 '../gm/alphagradients.cpp', 7 '../gm/arcofzorro.cpp', 8 '../gm/arithmode.cpp', 9 '../gm/bicubicfilter.cpp', 10 '../gm/bigmatrix.cpp', 11 '../gm/bigtext.cpp', 12 '../gm/bitmapcopy.cpp', 13 '../gm/bitmapmatrix.cpp', 14 '../gm/bitmapfilters.cpp', 15 '../gm/bitmaprect.cpp', 16 '../gm/bitmaprecttest.cpp', 17 '../gm/bitmapscroll.cpp', 18 '../gm/bleed.cpp', 19 '../gm/blurs.cpp', 20 '../gm/blurquickreject.cpp', 21 '../gm/blurrect.cpp', 22 '../gm/circles.cpp', 23 '../gm/circularclips.cpp', 24 '../gm/colorfilterimagefilter.cpp', 25 '../gm/colormatrix.cpp', 26 '../gm/colortype.cpp', 27 '../gm/complexclip.cpp', 28 '../gm/complexclip2.cpp', 29 '../gm/composeshader.cpp', 30 #'../gm/conicpaths.cpp', 31 '../gm/convexpaths.cpp', 32 '../gm/copyTo4444.cpp', 33 '../gm/cubicpaths.cpp', 34 '../gm/cmykjpeg.cpp', 35 '../gm/degeneratesegments.cpp', 36 '../gm/dashcubics.cpp', 37 '../gm/dashing.cpp', 38 '../gm/deviceproperties.cpp', 39 '../gm/distantclip.cpp', 40 '../gm/displacement.cpp', 41 '../gm/downsamplebitmap.cpp', 42 '../gm/drawbitmaprect.cpp', 43 '../gm/drawlooper.cpp', 44 '../gm/extractbitmap.cpp', 45 '../gm/emptypath.cpp', 46 '../gm/fatpathfill.cpp', 47 '../gm/factory.cpp', 48 '../gm/filltypes.cpp', 49 '../gm/filltypespersp.cpp', 50 '../gm/filterbitmap.cpp', 51 '../gm/fontmgr.cpp', 52 '../gm/fontscaler.cpp', 53 '../gm/gammatext.cpp', 54 '../gm/getpostextpath.cpp', 55 '../gm/giantbitmap.cpp', 56 '../gm/gradients.cpp', 57 '../gm/gradientDirtyLaundry.cpp', 58 '../gm/gradient_matrix.cpp', 59 '../gm/gradtext.cpp', 60 '../gm/hairlines.cpp', 61 '../gm/hairmodes.cpp', 62 '../gm/hittestpath.cpp', 63 '../gm/imageblur.cpp', 64 '../gm/imagemagnifier.cpp', 65 '../gm/inversepaths.cpp', 66 '../gm/lerpmode.cpp', 67 '../gm/lighting.cpp', 68 '../gm/image.cpp', 69 '../gm/imagefiltersbase.cpp', 70 '../gm/imagefilterscropped.cpp', 71 '../gm/imagefiltersgraph.cpp', 72 '../gm/internal_links.cpp', 73 '../gm/lcdtext.cpp', 74 '../gm/linepaths.cpp', 75 '../gm/matrixconvolution.cpp', 76 '../gm/megalooper.cpp', 77 '../gm/mixedxfermodes.cpp', 78 '../gm/modecolorfilters.cpp', 79 '../gm/morphology.cpp', 80 '../gm/nested.cpp', 81 '../gm/ninepatchstretch.cpp', 82 '../gm/nocolorbleed.cpp', 83 '../gm/optimizations.cpp', 84 '../gm/ovals.cpp', 85 '../gm/patheffects.cpp', 86 '../gm/pathfill.cpp', 87 '../gm/pathinterior.cpp', 88 '../gm/pathopsinverse.cpp', 89 '../gm/pathopsskpclip.cpp', 90 '../gm/pathreverse.cpp', 91 '../gm/perlinnoise.cpp', 92 '../gm/points.cpp', 93 '../gm/poly2poly.cpp', 94 '../gm/quadpaths.cpp', 95 '../gm/rects.cpp', 96 '../gm/rrect.cpp', 97 '../gm/rrects.cpp', 98 '../gm/roundrects.cpp', 99 '../gm/samplerstress.cpp', 100 # '../gm/scalebitmap.cpp', 101 '../gm/shaderbounds.cpp', 102 '../gm/selftest.cpp', 103 '../gm/shadertext.cpp', 104 '../gm/shadertext2.cpp', 105 '../gm/shadertext3.cpp', 106 '../gm/shadows.cpp', 107 '../gm/shallowgradient.cpp', 108 '../gm/simpleaaclip.cpp', 109 '../gm/spritebitmap.cpp', 110 '../gm/srcmode.cpp', 111 '../gm/strokefill.cpp', 112 '../gm/strokerect.cpp', 113 '../gm/strokerects.cpp', 114 '../gm/strokes.cpp', 115 '../gm/tablecolorfilter.cpp', 116 '../gm/texteffects.cpp', 117 '../gm/testimagefilters.cpp', 118 '../gm/texdata.cpp', 119 '../gm/thinrects.cpp', 120 '../gm/thinstrokedrects.cpp', 121 '../gm/tilemodes.cpp', 122 '../gm/tinybitmap.cpp', 123 '../gm/twopointradial.cpp', 124 '../gm/typeface.cpp', 125 '../gm/verttext.cpp', 126 '../gm/verttext2.cpp', 127 '../gm/verylargebitmap.cpp', 128 '../gm/xfermodeimagefilter.cpp', 129 '../gm/xfermodes.cpp', 130 '../gm/xfermodes2.cpp', 131 '../gm/xfermodes3.cpp', 132 ], 133 } 134 135 # Local Variables: 136 # tab-width:2 137 # indent-tabs-mode:nil 138 # End: 139 # vim: set expandtab tabstop=2 shiftwidth=2: 140