| OLD | NEW |
| 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 'includes': [ | |
| 4 'pathops.gypi', | |
| 5 ], | |
| 6 'sources': [ | 3 'sources': [ |
| 7 '../gm/aaclip.cpp', | 4 '../gm/aaclip.cpp', |
| 8 '../gm/aarectmodes.cpp', | 5 '../gm/aarectmodes.cpp', |
| 9 '../gm/arithmode.cpp', | 6 '../gm/arithmode.cpp', |
| 10 '../gm/bicubicfilter.cpp', | 7 '../gm/bicubicfilter.cpp', |
| 11 '../gm/bigmatrix.cpp', | 8 '../gm/bigmatrix.cpp', |
| 12 '../gm/bitmapcopy.cpp', | 9 '../gm/bitmapcopy.cpp', |
| 13 '../gm/bitmapmatrix.cpp', | 10 '../gm/bitmapmatrix.cpp', |
| 14 '../gm/bitmapfilters.cpp', | 11 '../gm/bitmapfilters.cpp', |
| 15 '../gm/bitmaprect.cpp', | 12 '../gm/bitmaprect.cpp', |
| (...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 63 '../gm/modecolorfilters.cpp', | 60 '../gm/modecolorfilters.cpp', |
| 64 '../gm/morphology.cpp', | 61 '../gm/morphology.cpp', |
| 65 '../gm/ninepatchstretch.cpp', | 62 '../gm/ninepatchstretch.cpp', |
| 66 '../gm/nocolorbleed.cpp', | 63 '../gm/nocolorbleed.cpp', |
| 67 '../gm/optimizations.cpp', | 64 '../gm/optimizations.cpp', |
| 68 '../gm/ovals.cpp', | 65 '../gm/ovals.cpp', |
| 69 '../gm/patheffects.cpp', | 66 '../gm/patheffects.cpp', |
| 70 '../gm/pathfill.cpp', | 67 '../gm/pathfill.cpp', |
| 71 '../gm/pathinterior.cpp', | 68 '../gm/pathinterior.cpp', |
| 72 '../gm/pathopsinverse.cpp', | 69 '../gm/pathopsinverse.cpp', |
| 70 '../gm/pathopsskpclip.cpp', |
| 73 '../gm/pathreverse.cpp', | 71 '../gm/pathreverse.cpp', |
| 74 '../gm/perlinnoise.cpp', | 72 '../gm/perlinnoise.cpp', |
| 75 '../gm/points.cpp', | 73 '../gm/points.cpp', |
| 76 '../gm/poly2poly.cpp', | 74 '../gm/poly2poly.cpp', |
| 77 '../gm/quadpaths.cpp', | 75 '../gm/quadpaths.cpp', |
| 78 '../gm/rects.cpp', | 76 '../gm/rects.cpp', |
| 79 '../gm/rrect.cpp', | 77 '../gm/rrect.cpp', |
| 80 '../gm/rrects.cpp', | 78 '../gm/rrects.cpp', |
| 81 '../gm/roundrects.cpp', | 79 '../gm/roundrects.cpp', |
| 82 '../gm/samplerstress.cpp', | 80 '../gm/samplerstress.cpp', |
| (...skipping 25 matching lines...) Expand all Loading... |
| 108 '../gm/xfermodes.cpp', | 106 '../gm/xfermodes.cpp', |
| 109 '../gm/xfermodes2.cpp', | 107 '../gm/xfermodes2.cpp', |
| 110 ], | 108 ], |
| 111 } | 109 } |
| 112 | 110 |
| 113 # Local Variables: | 111 # Local Variables: |
| 114 # tab-width:2 | 112 # tab-width:2 |
| 115 # indent-tabs-mode:nil | 113 # indent-tabs-mode:nil |
| 116 # End: | 114 # End: |
| 117 # vim: set expandtab tabstop=2 shiftwidth=2: | 115 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |