| 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 'include_dirs': [ | 3 'include_dirs': [ |
| 4 '../gm', | 4 '../gm', |
| 5 # include dirs needed by particular GMs | 5 # include dirs needed by particular GMs |
| 6 '../src/utils/debugger', | 6 '../src/utils/debugger', |
| 7 '../src/images', | 7 '../src/images', |
| 8 '../src/lazy', | 8 '../src/lazy', |
| 9 ], | 9 ], |
| 10 'sources': [ | 10 'sources': [ |
| (...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 151 '../gm/srcmode.cpp', | 151 '../gm/srcmode.cpp', |
| 152 '../gm/strokefill.cpp', | 152 '../gm/strokefill.cpp', |
| 153 '../gm/strokerect.cpp', | 153 '../gm/strokerect.cpp', |
| 154 '../gm/strokerects.cpp', | 154 '../gm/strokerects.cpp', |
| 155 '../gm/strokes.cpp', | 155 '../gm/strokes.cpp', |
| 156 '../gm/stroketext.cpp', | 156 '../gm/stroketext.cpp', |
| 157 '../gm/tablecolorfilter.cpp', | 157 '../gm/tablecolorfilter.cpp', |
| 158 '../gm/texteffects.cpp', | 158 '../gm/texteffects.cpp', |
| 159 '../gm/testimagefilters.cpp', | 159 '../gm/testimagefilters.cpp', |
| 160 '../gm/texdata.cpp', | 160 '../gm/texdata.cpp', |
| 161 '../gm/texturedomaineffect.cpp', |
| 161 '../gm/thinrects.cpp', | 162 '../gm/thinrects.cpp', |
| 162 '../gm/thinstrokedrects.cpp', | 163 '../gm/thinstrokedrects.cpp', |
| 163 '../gm/tileimagefilter.cpp', | 164 '../gm/tileimagefilter.cpp', |
| 164 '../gm/tilemodes.cpp', | 165 '../gm/tilemodes.cpp', |
| 165 '../gm/tilemodes_scaled.cpp', | 166 '../gm/tilemodes_scaled.cpp', |
| 166 '../gm/tinybitmap.cpp', | 167 '../gm/tinybitmap.cpp', |
| 167 '../gm/twopointradial.cpp', | 168 '../gm/twopointradial.cpp', |
| 168 '../gm/typeface.cpp', | 169 '../gm/typeface.cpp', |
| 169 '../gm/vertices.cpp', | 170 '../gm/vertices.cpp', |
| 170 '../gm/verttext.cpp', | 171 '../gm/verttext.cpp', |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 217 # fulfilling. See http://skbug.com/1978 | 218 # fulfilling. See http://skbug.com/1978 |
| 218 '../gm/verylargebitmap.cpp', | 219 '../gm/verylargebitmap.cpp', |
| 219 ], | 220 ], |
| 220 | 221 |
| 221 'sources': [ | 222 'sources': [ |
| 222 '../gm/androidfallback.cpp', | 223 '../gm/androidfallback.cpp', |
| 223 ], | 224 ], |
| 224 }], | 225 }], |
| 225 ], | 226 ], |
| 226 } | 227 } |
| OLD | NEW |