| 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 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 120 '../gm/ovals.cpp', | 120 '../gm/ovals.cpp', |
| 121 '../gm/patheffects.cpp', | 121 '../gm/patheffects.cpp', |
| 122 '../gm/pathfill.cpp', | 122 '../gm/pathfill.cpp', |
| 123 '../gm/pathinterior.cpp', | 123 '../gm/pathinterior.cpp', |
| 124 '../gm/pathopsinverse.cpp', | 124 '../gm/pathopsinverse.cpp', |
| 125 '../gm/pathopsskpclip.cpp', | 125 '../gm/pathopsskpclip.cpp', |
| 126 '../gm/pathreverse.cpp', | 126 '../gm/pathreverse.cpp', |
| 127 '../gm/peekpixels.cpp', | 127 '../gm/peekpixels.cpp', |
| 128 '../gm/perlinnoise.cpp', | 128 '../gm/perlinnoise.cpp', |
| 129 '../gm/pictureimagefilter.cpp', | 129 '../gm/pictureimagefilter.cpp', |
| 130 '../gm/pictureshader.cpp', | |
| 131 '../gm/points.cpp', | 130 '../gm/points.cpp', |
| 132 '../gm/poly2poly.cpp', | 131 '../gm/poly2poly.cpp', |
| 133 '../gm/polygons.cpp', | 132 '../gm/polygons.cpp', |
| 134 '../gm/quadpaths.cpp', | 133 '../gm/quadpaths.cpp', |
| 135 '../gm/rects.cpp', | 134 '../gm/rects.cpp', |
| 136 '../gm/resizeimagefilter.cpp', | 135 '../gm/resizeimagefilter.cpp', |
| 137 '../gm/rrect.cpp', | 136 '../gm/rrect.cpp', |
| 138 '../gm/rrects.cpp', | 137 '../gm/rrects.cpp', |
| 139 '../gm/roundrects.cpp', | 138 '../gm/roundrects.cpp', |
| 140 '../gm/samplerstress.cpp', | 139 '../gm/samplerstress.cpp', |
| (...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 220 # fulfilling. See http://skbug.com/1978 | 219 # fulfilling. See http://skbug.com/1978 |
| 221 '../gm/verylargebitmap.cpp', | 220 '../gm/verylargebitmap.cpp', |
| 222 ], | 221 ], |
| 223 | 222 |
| 224 'sources': [ | 223 'sources': [ |
| 225 '../gm/androidfallback.cpp', | 224 '../gm/androidfallback.cpp', |
| 226 ], | 225 ], |
| 227 }], | 226 }], |
| 228 ], | 227 ], |
| 229 } | 228 } |
| OLD | NEW |