| 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 210 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 221 | 221 |
| 222 # TODO(borenet): Causes Nexus S to reboot. See http://skbug.com/665 | 222 # TODO(borenet): Causes Nexus S to reboot. See http://skbug.com/665 |
| 223 '../gm/shadertext.cpp', | 223 '../gm/shadertext.cpp', |
| 224 '../gm/shadertext2.cpp', | 224 '../gm/shadertext2.cpp', |
| 225 '../gm/shadertext3.cpp', | 225 '../gm/shadertext3.cpp', |
| 226 | 226 |
| 227 # TODO(reed): Allocates more memory than Android devices are capable of | 227 # TODO(reed): Allocates more memory than Android devices are capable of |
| 228 # fulfilling. See http://skbug.com/1978 | 228 # fulfilling. See http://skbug.com/1978 |
| 229 '../gm/verylargebitmap.cpp', | 229 '../gm/verylargebitmap.cpp', |
| 230 ], | 230 ], |
| 231 | |
| 232 'sources': [ | |
| 233 '../gm/androidfallback.cpp', | |
| 234 ], | |
| 235 }], | 231 }], |
| 236 ], | 232 ], |
| 237 } | 233 } |
| OLD | NEW |