| 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 152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 163 '../gm/shaderbounds.cpp', | 163 '../gm/shaderbounds.cpp', |
| 164 '../gm/selftest.cpp', | 164 '../gm/selftest.cpp', |
| 165 '../gm/shadertext.cpp', | 165 '../gm/shadertext.cpp', |
| 166 '../gm/shadertext2.cpp', | 166 '../gm/shadertext2.cpp', |
| 167 '../gm/shadertext3.cpp', | 167 '../gm/shadertext3.cpp', |
| 168 '../gm/shadows.cpp', | 168 '../gm/shadows.cpp', |
| 169 '../gm/shallowgradient.cpp', | 169 '../gm/shallowgradient.cpp', |
| 170 '../gm/simpleaaclip.cpp', | 170 '../gm/simpleaaclip.cpp', |
| 171 '../gm/skbug1719.cpp', | 171 '../gm/skbug1719.cpp', |
| 172 '../gm/smallarc.cpp', | 172 '../gm/smallarc.cpp', |
| 173 '../gm/smallimage.cpp', |
| 173 '../gm/stringart.cpp', | 174 '../gm/stringart.cpp', |
| 174 '../gm/spritebitmap.cpp', | 175 '../gm/spritebitmap.cpp', |
| 175 '../gm/srcmode.cpp', | 176 '../gm/srcmode.cpp', |
| 176 '../gm/strokefill.cpp', | 177 '../gm/strokefill.cpp', |
| 177 '../gm/strokerect.cpp', | 178 '../gm/strokerect.cpp', |
| 178 '../gm/strokerects.cpp', | 179 '../gm/strokerects.cpp', |
| 179 '../gm/strokes.cpp', | 180 '../gm/strokes.cpp', |
| 180 '../gm/stroketext.cpp', | 181 '../gm/stroketext.cpp', |
| 181 '../gm/surface.cpp', | 182 '../gm/surface.cpp', |
| 182 '../gm/tablecolorfilter.cpp', | 183 '../gm/tablecolorfilter.cpp', |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 240 '../gm/shadertext2.cpp', | 241 '../gm/shadertext2.cpp', |
| 241 '../gm/shadertext3.cpp', | 242 '../gm/shadertext3.cpp', |
| 242 | 243 |
| 243 # TODO(reed): Allocates more memory than Android devices are capable of | 244 # TODO(reed): Allocates more memory than Android devices are capable of |
| 244 # fulfilling. See http://skbug.com/1978 | 245 # fulfilling. See http://skbug.com/1978 |
| 245 '../gm/verylargebitmap.cpp', | 246 '../gm/verylargebitmap.cpp', |
| 246 ], | 247 ], |
| 247 }], | 248 }], |
| 248 ], | 249 ], |
| 249 } | 250 } |
| OLD | NEW |