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