| 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 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 127 '../gm/patheffects.cpp', | 127 '../gm/patheffects.cpp', |
| 128 '../gm/pathfill.cpp', | 128 '../gm/pathfill.cpp', |
| 129 '../gm/pathinterior.cpp', | 129 '../gm/pathinterior.cpp', |
| 130 '../gm/pathopsinverse.cpp', | 130 '../gm/pathopsinverse.cpp', |
| 131 '../gm/pathopsskpclip.cpp', | 131 '../gm/pathopsskpclip.cpp', |
| 132 '../gm/pathreverse.cpp', | 132 '../gm/pathreverse.cpp', |
| 133 '../gm/peekpixels.cpp', | 133 '../gm/peekpixels.cpp', |
| 134 '../gm/perlinnoise.cpp', | 134 '../gm/perlinnoise.cpp', |
| 135 '../gm/pictureimagefilter.cpp', | 135 '../gm/pictureimagefilter.cpp', |
| 136 '../gm/pictureshader.cpp', | 136 '../gm/pictureshader.cpp', |
| 137 '../gm/pictureshadertile.cpp', |
| 137 '../gm/points.cpp', | 138 '../gm/points.cpp', |
| 138 '../gm/poly2poly.cpp', | 139 '../gm/poly2poly.cpp', |
| 139 '../gm/polygons.cpp', | 140 '../gm/polygons.cpp', |
| 140 '../gm/quadpaths.cpp', | 141 '../gm/quadpaths.cpp', |
| 141 '../gm/rects.cpp', | 142 '../gm/rects.cpp', |
| 142 '../gm/resizeimagefilter.cpp', | 143 '../gm/resizeimagefilter.cpp', |
| 143 '../gm/rrect.cpp', | 144 '../gm/rrect.cpp', |
| 144 '../gm/rrects.cpp', | 145 '../gm/rrects.cpp', |
| 145 '../gm/roundrects.cpp', | 146 '../gm/roundrects.cpp', |
| 146 '../gm/samplerstress.cpp', | 147 '../gm/samplerstress.cpp', |
| (...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 228 # fulfilling. See http://skbug.com/1978 | 229 # fulfilling. See http://skbug.com/1978 |
| 229 '../gm/verylargebitmap.cpp', | 230 '../gm/verylargebitmap.cpp', |
| 230 ], | 231 ], |
| 231 | 232 |
| 232 'sources': [ | 233 'sources': [ |
| 233 '../gm/androidfallback.cpp', | 234 '../gm/androidfallback.cpp', |
| 234 ], | 235 ], |
| 235 }], | 236 }], |
| 236 ], | 237 ], |
| 237 } | 238 } |
| OLD | NEW |