| 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 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 120 '../gm/matriximagefilter.cpp', | 120 '../gm/matriximagefilter.cpp', |
| 121 '../gm/megalooper.cpp', | 121 '../gm/megalooper.cpp', |
| 122 '../gm/mixedxfermodes.cpp', | 122 '../gm/mixedxfermodes.cpp', |
| 123 '../gm/modecolorfilters.cpp', | 123 '../gm/modecolorfilters.cpp', |
| 124 '../gm/morphology.cpp', | 124 '../gm/morphology.cpp', |
| 125 '../gm/multipicturedraw.cpp', | 125 '../gm/multipicturedraw.cpp', |
| 126 '../gm/nested.cpp', | 126 '../gm/nested.cpp', |
| 127 '../gm/ninepatchstretch.cpp', | 127 '../gm/ninepatchstretch.cpp', |
| 128 '../gm/nonclosedpaths.cpp', | 128 '../gm/nonclosedpaths.cpp', |
| 129 '../gm/offsetimagefilter.cpp', | 129 '../gm/offsetimagefilter.cpp', |
| 130 '../gm/optimizations.cpp', | |
| 131 '../gm/ovals.cpp', | 130 '../gm/ovals.cpp', |
| 132 '../gm/patch.cpp', | 131 '../gm/patch.cpp', |
| 133 '../gm/patchgrid.cpp', | 132 '../gm/patchgrid.cpp', |
| 134 '../gm/patheffects.cpp', | 133 '../gm/patheffects.cpp', |
| 135 '../gm/pathfill.cpp', | 134 '../gm/pathfill.cpp', |
| 136 '../gm/pathinterior.cpp', | 135 '../gm/pathinterior.cpp', |
| 137 '../gm/pathopsinverse.cpp', | 136 '../gm/pathopsinverse.cpp', |
| 138 '../gm/pathopsskpclip.cpp', | 137 '../gm/pathopsskpclip.cpp', |
| 139 '../gm/pathreverse.cpp', | 138 '../gm/pathreverse.cpp', |
| 140 '../gm/peekpixels.cpp', | 139 '../gm/peekpixels.cpp', |
| (...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 235 '../gm/shadertext2.cpp', | 234 '../gm/shadertext2.cpp', |
| 236 '../gm/shadertext3.cpp', | 235 '../gm/shadertext3.cpp', |
| 237 | 236 |
| 238 # TODO(reed): Allocates more memory than Android devices are capable of | 237 # TODO(reed): Allocates more memory than Android devices are capable of |
| 239 # fulfilling. See http://skbug.com/1978 | 238 # fulfilling. See http://skbug.com/1978 |
| 240 '../gm/verylargebitmap.cpp', | 239 '../gm/verylargebitmap.cpp', |
| 241 ], | 240 ], |
| 242 }], | 241 }], |
| 243 ], | 242 ], |
| 244 } | 243 } |
| OLD | NEW |