| 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 160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 171 '../gm/selftest.cpp', | 171 '../gm/selftest.cpp', |
| 172 '../gm/shadertext.cpp', | 172 '../gm/shadertext.cpp', |
| 173 '../gm/shadertext2.cpp', | 173 '../gm/shadertext2.cpp', |
| 174 '../gm/shadertext3.cpp', | 174 '../gm/shadertext3.cpp', |
| 175 '../gm/shadows.cpp', | 175 '../gm/shadows.cpp', |
| 176 '../gm/shallowgradient.cpp', | 176 '../gm/shallowgradient.cpp', |
| 177 '../gm/simpleaaclip.cpp', | 177 '../gm/simpleaaclip.cpp', |
| 178 '../gm/skbug1719.cpp', | 178 '../gm/skbug1719.cpp', |
| 179 '../gm/smallarc.cpp', | 179 '../gm/smallarc.cpp', |
| 180 '../gm/smallimage.cpp', | 180 '../gm/smallimage.cpp', |
| 181 '../gm/stringart.cpp', | |
| 182 '../gm/spritebitmap.cpp', | 181 '../gm/spritebitmap.cpp', |
| 183 '../gm/srcmode.cpp', | 182 '../gm/srcmode.cpp', |
| 183 '../gm/stlouisarch.cpp', |
| 184 '../gm/stringart.cpp', |
| 184 '../gm/strokefill.cpp', | 185 '../gm/strokefill.cpp', |
| 185 '../gm/strokerect.cpp', | 186 '../gm/strokerect.cpp', |
| 186 '../gm/strokerects.cpp', | 187 '../gm/strokerects.cpp', |
| 187 '../gm/strokes.cpp', | 188 '../gm/strokes.cpp', |
| 188 '../gm/stroketext.cpp', | 189 '../gm/stroketext.cpp', |
| 189 '../gm/surface.cpp', | 190 '../gm/surface.cpp', |
| 190 '../gm/tablecolorfilter.cpp', | 191 '../gm/tablecolorfilter.cpp', |
| 191 '../gm/texteffects.cpp', | 192 '../gm/texteffects.cpp', |
| 192 '../gm/testimagefilters.cpp', | 193 '../gm/testimagefilters.cpp', |
| 193 '../gm/texdata.cpp', | 194 '../gm/texdata.cpp', |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 251 '../gm/shadertext2.cpp', | 252 '../gm/shadertext2.cpp', |
| 252 '../gm/shadertext3.cpp', | 253 '../gm/shadertext3.cpp', |
| 253 | 254 |
| 254 # TODO(reed): Allocates more memory than Android devices are capable of | 255 # TODO(reed): Allocates more memory than Android devices are capable of |
| 255 # fulfilling. See http://skbug.com/1978 | 256 # fulfilling. See http://skbug.com/1978 |
| 256 '../gm/verylargebitmap.cpp', | 257 '../gm/verylargebitmap.cpp', |
| 257 ], | 258 ], |
| 258 }], | 259 }], |
| 259 ], | 260 ], |
| 260 } | 261 } |
| OLD | NEW |