| 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 'sources': [ | 3 'sources': [ |
| 4 '../gm/aaclip.cpp', | 4 '../gm/aaclip.cpp', |
| 5 '../gm/aarectmodes.cpp', | 5 '../gm/aarectmodes.cpp', |
| 6 '../gm/arithmode.cpp', | 6 '../gm/arithmode.cpp', |
| 7 '../gm/bicubicfilter.cpp', | 7 '../gm/bicubicfilter.cpp', |
| 8 '../gm/bigmatrix.cpp', | 8 '../gm/bigmatrix.cpp', |
| 9 '../gm/bitmapcopy.cpp', | 9 '../gm/bitmapcopy.cpp', |
| 10 '../gm/bitmapmatrix.cpp', | 10 '../gm/bitmapmatrix.cpp', |
| (...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 91 '../gm/spritebitmap.cpp', | 91 '../gm/spritebitmap.cpp', |
| 92 '../gm/srcmode.cpp', | 92 '../gm/srcmode.cpp', |
| 93 '../gm/strokefill.cpp', | 93 '../gm/strokefill.cpp', |
| 94 '../gm/strokerect.cpp', | 94 '../gm/strokerect.cpp', |
| 95 '../gm/strokerects.cpp', | 95 '../gm/strokerects.cpp', |
| 96 '../gm/strokes.cpp', | 96 '../gm/strokes.cpp', |
| 97 '../gm/tablecolorfilter.cpp', | 97 '../gm/tablecolorfilter.cpp', |
| 98 '../gm/texteffects.cpp', | 98 '../gm/texteffects.cpp', |
| 99 '../gm/testimagefilters.cpp', | 99 '../gm/testimagefilters.cpp', |
| 100 '../gm/texdata.cpp', | 100 '../gm/texdata.cpp', |
| 101 '../gm/thinrects.cpp', |
| 101 '../gm/tilemodes.cpp', | 102 '../gm/tilemodes.cpp', |
| 102 '../gm/tinybitmap.cpp', | 103 '../gm/tinybitmap.cpp', |
| 103 '../gm/twopointradial.cpp', | 104 '../gm/twopointradial.cpp', |
| 104 '../gm/typeface.cpp', | 105 '../gm/typeface.cpp', |
| 105 '../gm/verttext.cpp', | 106 '../gm/verttext.cpp', |
| 106 '../gm/verttext2.cpp', | 107 '../gm/verttext2.cpp', |
| 107 '../gm/verylargebitmap.cpp', | 108 '../gm/verylargebitmap.cpp', |
| 108 '../gm/xfermodes.cpp', | 109 '../gm/xfermodes.cpp', |
| 109 '../gm/xfermodes2.cpp', | 110 '../gm/xfermodes2.cpp', |
| 110 ], | 111 ], |
| 111 } | 112 } |
| 112 | 113 |
| 113 # Local Variables: | 114 # Local Variables: |
| 114 # tab-width:2 | 115 # tab-width:2 |
| 115 # indent-tabs-mode:nil | 116 # indent-tabs-mode:nil |
| 116 # End: | 117 # End: |
| 117 # vim: set expandtab tabstop=2 shiftwidth=2: | 118 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |