| 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 'conditions': [ | 10 'conditions': [ |
| (...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 166 '../gm/strokefill.cpp', | 166 '../gm/strokefill.cpp', |
| 167 '../gm/strokerect.cpp', | 167 '../gm/strokerect.cpp', |
| 168 '../gm/strokerects.cpp', | 168 '../gm/strokerects.cpp', |
| 169 '../gm/strokes.cpp', | 169 '../gm/strokes.cpp', |
| 170 '../gm/stroketext.cpp', | 170 '../gm/stroketext.cpp', |
| 171 '../gm/tablecolorfilter.cpp', | 171 '../gm/tablecolorfilter.cpp', |
| 172 '../gm/texteffects.cpp', | 172 '../gm/texteffects.cpp', |
| 173 '../gm/testimagefilters.cpp', | 173 '../gm/testimagefilters.cpp', |
| 174 '../gm/texdata.cpp', | 174 '../gm/texdata.cpp', |
| 175 '../gm/variedtext.cpp', | 175 '../gm/variedtext.cpp', |
| 176 '../gm/textblob.cpp', |
| 176 '../gm/texturedomaineffect.cpp', | 177 '../gm/texturedomaineffect.cpp', |
| 177 '../gm/thinrects.cpp', | 178 '../gm/thinrects.cpp', |
| 178 '../gm/thinstrokedrects.cpp', | 179 '../gm/thinstrokedrects.cpp', |
| 179 '../gm/tileimagefilter.cpp', | 180 '../gm/tileimagefilter.cpp', |
| 180 '../gm/tilemodes.cpp', | 181 '../gm/tilemodes.cpp', |
| 181 '../gm/tilemodes_scaled.cpp', | 182 '../gm/tilemodes_scaled.cpp', |
| 182 '../gm/tinybitmap.cpp', | 183 '../gm/tinybitmap.cpp', |
| 183 '../gm/twopointradial.cpp', | 184 '../gm/twopointradial.cpp', |
| 184 '../gm/typeface.cpp', | 185 '../gm/typeface.cpp', |
| 185 '../gm/vertices.cpp', | 186 '../gm/vertices.cpp', |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 229 '../gm/shadertext2.cpp', | 230 '../gm/shadertext2.cpp', |
| 230 '../gm/shadertext3.cpp', | 231 '../gm/shadertext3.cpp', |
| 231 | 232 |
| 232 # TODO(reed): Allocates more memory than Android devices are capable of | 233 # TODO(reed): Allocates more memory than Android devices are capable of |
| 233 # fulfilling. See http://skbug.com/1978 | 234 # fulfilling. See http://skbug.com/1978 |
| 234 '../gm/verylargebitmap.cpp', | 235 '../gm/verylargebitmap.cpp', |
| 235 ], | 236 ], |
| 236 }], | 237 }], |
| 237 ], | 238 ], |
| 238 } | 239 } |
| OLD | NEW |