| 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 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 164 '../gm/simpleaaclip.cpp', | 164 '../gm/simpleaaclip.cpp', |
| 165 '../gm/skbug1719.cpp', | 165 '../gm/skbug1719.cpp', |
| 166 '../gm/stringart.cpp', | 166 '../gm/stringart.cpp', |
| 167 '../gm/spritebitmap.cpp', | 167 '../gm/spritebitmap.cpp', |
| 168 '../gm/srcmode.cpp', | 168 '../gm/srcmode.cpp', |
| 169 '../gm/strokefill.cpp', | 169 '../gm/strokefill.cpp', |
| 170 '../gm/strokerect.cpp', | 170 '../gm/strokerect.cpp', |
| 171 '../gm/strokerects.cpp', | 171 '../gm/strokerects.cpp', |
| 172 '../gm/strokes.cpp', | 172 '../gm/strokes.cpp', |
| 173 '../gm/stroketext.cpp', | 173 '../gm/stroketext.cpp', |
| 174 '../gm/surface.cpp', | |
| 175 '../gm/tablecolorfilter.cpp', | 174 '../gm/tablecolorfilter.cpp', |
| 176 '../gm/texteffects.cpp', | 175 '../gm/texteffects.cpp', |
| 177 '../gm/testimagefilters.cpp', | 176 '../gm/testimagefilters.cpp', |
| 178 '../gm/texdata.cpp', | 177 '../gm/texdata.cpp', |
| 179 '../gm/variedtext.cpp', | 178 '../gm/variedtext.cpp', |
| 180 '../gm/textblob.cpp', | 179 '../gm/textblob.cpp', |
| 181 '../gm/textblobshader.cpp', | 180 '../gm/textblobshader.cpp', |
| 182 '../gm/texturedomaineffect.cpp', | 181 '../gm/texturedomaineffect.cpp', |
| 183 '../gm/thinrects.cpp', | 182 '../gm/thinrects.cpp', |
| 184 '../gm/thinstrokedrects.cpp', | 183 '../gm/thinstrokedrects.cpp', |
| (...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 235 '../gm/shadertext2.cpp', | 234 '../gm/shadertext2.cpp', |
| 236 '../gm/shadertext3.cpp', | 235 '../gm/shadertext3.cpp', |
| 237 | 236 |
| 238 # TODO(reed): Allocates more memory than Android devices are capable of | 237 # TODO(reed): Allocates more memory than Android devices are capable of |
| 239 # fulfilling. See http://skbug.com/1978 | 238 # fulfilling. See http://skbug.com/1978 |
| 240 '../gm/verylargebitmap.cpp', | 239 '../gm/verylargebitmap.cpp', |
| 241 ], | 240 ], |
| 242 }], | 241 }], |
| 243 ], | 242 ], |
| 244 } | 243 } |
| OLD | NEW |