| 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 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 154 '../gm/picture.cpp', | 154 '../gm/picture.cpp', |
| 155 '../gm/pictureimagefilter.cpp', | 155 '../gm/pictureimagefilter.cpp', |
| 156 '../gm/pictureshader.cpp', | 156 '../gm/pictureshader.cpp', |
| 157 '../gm/pictureshadertile.cpp', | 157 '../gm/pictureshadertile.cpp', |
| 158 '../gm/points.cpp', | 158 '../gm/points.cpp', |
| 159 '../gm/poly2poly.cpp', | 159 '../gm/poly2poly.cpp', |
| 160 '../gm/polygons.cpp', | 160 '../gm/polygons.cpp', |
| 161 '../gm/quadpaths.cpp', | 161 '../gm/quadpaths.cpp', |
| 162 '../gm/recordopts.cpp', | 162 '../gm/recordopts.cpp', |
| 163 '../gm/rects.cpp', | 163 '../gm/rects.cpp', |
| 164 '../gm/repeated_bitmap.cpp', |
| 164 '../gm/resizeimagefilter.cpp', | 165 '../gm/resizeimagefilter.cpp', |
| 165 '../gm/rrect.cpp', | 166 '../gm/rrect.cpp', |
| 166 '../gm/rrects.cpp', | 167 '../gm/rrects.cpp', |
| 167 '../gm/roundrects.cpp', | 168 '../gm/roundrects.cpp', |
| 168 '../gm/samplerstress.cpp', | 169 '../gm/samplerstress.cpp', |
| 169 # '../gm/scalebitmap.cpp', | 170 # '../gm/scalebitmap.cpp', |
| 170 '../gm/shaderbounds.cpp', | 171 '../gm/shaderbounds.cpp', |
| 171 '../gm/selftest.cpp', | 172 '../gm/selftest.cpp', |
| 172 '../gm/shadertext.cpp', | 173 '../gm/shadertext.cpp', |
| 173 '../gm/shadertext2.cpp', | 174 '../gm/shadertext2.cpp', |
| (...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 251 '../gm/shadertext2.cpp', | 252 '../gm/shadertext2.cpp', |
| 252 '../gm/shadertext3.cpp', | 253 '../gm/shadertext3.cpp', |
| 253 | 254 |
| 254 # TODO(reed): Allocates more memory than Android devices are capable of | 255 # TODO(reed): Allocates more memory than Android devices are capable of |
| 255 # fulfilling. See http://skbug.com/1978 | 256 # fulfilling. See http://skbug.com/1978 |
| 256 '../gm/verylargebitmap.cpp', | 257 '../gm/verylargebitmap.cpp', |
| 257 ], | 258 ], |
| 258 }], | 259 }], |
| 259 ], | 260 ], |
| 260 } | 261 } |
| OLD | NEW |