| 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 '../tools', |
| 9 ], | 10 ], |
| 10 'sources': [ | 11 'sources': [ |
| 11 # base class for GMs | 12 # base class for GMs |
| 12 '../gm/gm.cpp', | 13 '../gm/gm.cpp', |
| 13 '../gm/gm.h', | 14 '../gm/gm.h', |
| 14 | 15 |
| 15 '../gm/aaclip.cpp', | 16 '../gm/aaclip.cpp', |
| 16 '../gm/aarectmodes.cpp', | 17 '../gm/aarectmodes.cpp', |
| 17 '../gm/alphagradients.cpp', | 18 '../gm/alphagradients.cpp', |
| 18 '../gm/arcofzorro.cpp', | 19 '../gm/arcofzorro.cpp', |
| (...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 226 # fulfilling. See http://skbug.com/1978 | 227 # fulfilling. See http://skbug.com/1978 |
| 227 '../gm/verylargebitmap.cpp', | 228 '../gm/verylargebitmap.cpp', |
| 228 ], | 229 ], |
| 229 | 230 |
| 230 'sources': [ | 231 'sources': [ |
| 231 '../gm/androidfallback.cpp', | 232 '../gm/androidfallback.cpp', |
| 232 ], | 233 ], |
| 233 }], | 234 }], |
| 234 ], | 235 ], |
| 235 } | 236 } |
| OLD | NEW |