| 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 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 126 '../gm/imagefilterscropexpand.cpp', | 126 '../gm/imagefilterscropexpand.cpp', |
| 127 '../gm/imagefiltersgraph.cpp', | 127 '../gm/imagefiltersgraph.cpp', |
| 128 '../gm/imagefiltersscaled.cpp', | 128 '../gm/imagefiltersscaled.cpp', |
| 129 '../gm/internal_links.cpp', | 129 '../gm/internal_links.cpp', |
| 130 '../gm/lcdtext.cpp', | 130 '../gm/lcdtext.cpp', |
| 131 '../gm/linepaths.cpp', | 131 '../gm/linepaths.cpp', |
| 132 '../gm/matrixconvolution.cpp', | 132 '../gm/matrixconvolution.cpp', |
| 133 '../gm/matriximagefilter.cpp', | 133 '../gm/matriximagefilter.cpp', |
| 134 '../gm/megalooper.cpp', | 134 '../gm/megalooper.cpp', |
| 135 '../gm/mixedxfermodes.cpp', | 135 '../gm/mixedxfermodes.cpp', |
| 136 '../gm/mipmap.cpp', |
| 136 '../gm/modecolorfilters.cpp', | 137 '../gm/modecolorfilters.cpp', |
| 137 '../gm/morphology.cpp', | 138 '../gm/morphology.cpp', |
| 138 '../gm/multipicturedraw.cpp', | 139 '../gm/multipicturedraw.cpp', |
| 139 '../gm/nested.cpp', | 140 '../gm/nested.cpp', |
| 140 '../gm/ninepatchstretch.cpp', | 141 '../gm/ninepatchstretch.cpp', |
| 141 '../gm/nonclosedpaths.cpp', | 142 '../gm/nonclosedpaths.cpp', |
| 142 '../gm/offsetimagefilter.cpp', | 143 '../gm/offsetimagefilter.cpp', |
| 143 '../gm/ovals.cpp', | 144 '../gm/ovals.cpp', |
| 144 '../gm/patch.cpp', | 145 '../gm/patch.cpp', |
| 145 '../gm/patchgrid.cpp', | 146 '../gm/patchgrid.cpp', |
| (...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 252 '../gm/shadertext2.cpp', | 253 '../gm/shadertext2.cpp', |
| 253 '../gm/shadertext3.cpp', | 254 '../gm/shadertext3.cpp', |
| 254 | 255 |
| 255 # TODO(reed): Allocates more memory than Android devices are capable of | 256 # TODO(reed): Allocates more memory than Android devices are capable of |
| 256 # fulfilling. See http://skbug.com/1978 | 257 # fulfilling. See http://skbug.com/1978 |
| 257 '../gm/verylargebitmap.cpp', | 258 '../gm/verylargebitmap.cpp', |
| 258 ], | 259 ], |
| 259 }], | 260 }], |
| 260 ], | 261 ], |
| 261 } | 262 } |
| OLD | NEW |