| 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 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 113 '../gm/imagefiltersscaled.cpp', | 113 '../gm/imagefiltersscaled.cpp', |
| 114 '../gm/internal_links.cpp', | 114 '../gm/internal_links.cpp', |
| 115 '../gm/lcdtext.cpp', | 115 '../gm/lcdtext.cpp', |
| 116 '../gm/linepaths.cpp', | 116 '../gm/linepaths.cpp', |
| 117 '../gm/matrixconvolution.cpp', | 117 '../gm/matrixconvolution.cpp', |
| 118 '../gm/matriximagefilter.cpp', | 118 '../gm/matriximagefilter.cpp', |
| 119 '../gm/megalooper.cpp', | 119 '../gm/megalooper.cpp', |
| 120 '../gm/mixedxfermodes.cpp', | 120 '../gm/mixedxfermodes.cpp', |
| 121 '../gm/modecolorfilters.cpp', | 121 '../gm/modecolorfilters.cpp', |
| 122 '../gm/morphology.cpp', | 122 '../gm/morphology.cpp', |
| 123 '../gm/multipicturedraw.cpp', |
| 123 '../gm/nested.cpp', | 124 '../gm/nested.cpp', |
| 124 '../gm/ninepatchstretch.cpp', | 125 '../gm/ninepatchstretch.cpp', |
| 125 '../gm/nonclosedpaths.cpp', | 126 '../gm/nonclosedpaths.cpp', |
| 126 '../gm/offsetimagefilter.cpp', | 127 '../gm/offsetimagefilter.cpp', |
| 127 '../gm/optimizations.cpp', | 128 '../gm/optimizations.cpp', |
| 128 '../gm/ovals.cpp', | 129 '../gm/ovals.cpp', |
| 129 '../gm/patch.cpp', | 130 '../gm/patch.cpp', |
| 130 '../gm/patchgrid.cpp', | 131 '../gm/patchgrid.cpp', |
| 131 '../gm/patheffects.cpp', | 132 '../gm/patheffects.cpp', |
| 132 '../gm/pathfill.cpp', | 133 '../gm/pathfill.cpp', |
| (...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 230 '../gm/shadertext2.cpp', | 231 '../gm/shadertext2.cpp', |
| 231 '../gm/shadertext3.cpp', | 232 '../gm/shadertext3.cpp', |
| 232 | 233 |
| 233 # TODO(reed): Allocates more memory than Android devices are capable of | 234 # TODO(reed): Allocates more memory than Android devices are capable of |
| 234 # fulfilling. See http://skbug.com/1978 | 235 # fulfilling. See http://skbug.com/1978 |
| 235 '../gm/verylargebitmap.cpp', | 236 '../gm/verylargebitmap.cpp', |
| 236 ], | 237 ], |
| 237 }], | 238 }], |
| 238 ], | 239 ], |
| 239 } | 240 } |
| OLD | NEW |