| 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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 57 '../gm/complexclip2.cpp', | 57 '../gm/complexclip2.cpp', |
| 58 '../gm/complexclip3.cpp', | 58 '../gm/complexclip3.cpp', |
| 59 '../gm/composeshader.cpp', | 59 '../gm/composeshader.cpp', |
| 60 '../gm/conicpaths.cpp', | 60 '../gm/conicpaths.cpp', |
| 61 '../gm/convexpaths.cpp', | 61 '../gm/convexpaths.cpp', |
| 62 '../gm/convexpolyclip.cpp', | 62 '../gm/convexpolyclip.cpp', |
| 63 '../gm/convexpolyeffect.cpp', | 63 '../gm/convexpolyeffect.cpp', |
| 64 '../gm/copyTo4444.cpp', | 64 '../gm/copyTo4444.cpp', |
| 65 '../gm/cubicpaths.cpp', | 65 '../gm/cubicpaths.cpp', |
| 66 '../gm/cmykjpeg.cpp', | 66 '../gm/cmykjpeg.cpp', |
| 67 '../gm/dstreadshuffle.cpp', |
| 67 '../gm/degeneratesegments.cpp', | 68 '../gm/degeneratesegments.cpp', |
| 68 '../gm/dcshader.cpp', | 69 '../gm/dcshader.cpp', |
| 69 '../gm/discard.cpp', | 70 '../gm/discard.cpp', |
| 70 '../gm/dashcubics.cpp', | 71 '../gm/dashcubics.cpp', |
| 71 '../gm/dashing.cpp', | 72 '../gm/dashing.cpp', |
| 72 '../gm/distantclip.cpp', | 73 '../gm/distantclip.cpp', |
| 73 '../gm/dftext.cpp', | 74 '../gm/dftext.cpp', |
| 74 '../gm/displacement.cpp', | 75 '../gm/displacement.cpp', |
| 75 '../gm/downsamplebitmap.cpp', | 76 '../gm/downsamplebitmap.cpp', |
| 76 '../gm/drawbitmaprect.cpp', | 77 '../gm/drawbitmaprect.cpp', |
| 77 '../gm/drawlooper.cpp', | 78 '../gm/drawlooper.cpp', |
| 78 '../gm/dropshadowimagefilter.cpp', | 79 '../gm/dropshadowimagefilter.cpp', |
| 79 '../gm/drrect.cpp', | 80 '../gm/drrect.cpp', |
| 81 '../gm/dstreadshuffle.cpp', |
| 80 '../gm/etc1bitmap.cpp', | 82 '../gm/etc1bitmap.cpp', |
| 81 '../gm/extractbitmap.cpp', | 83 '../gm/extractbitmap.cpp', |
| 82 '../gm/emboss.cpp', | 84 '../gm/emboss.cpp', |
| 83 '../gm/emptypath.cpp', | 85 '../gm/emptypath.cpp', |
| 84 '../gm/fatpathfill.cpp', | 86 '../gm/fatpathfill.cpp', |
| 85 '../gm/factory.cpp', | 87 '../gm/factory.cpp', |
| 86 '../gm/filltypes.cpp', | 88 '../gm/filltypes.cpp', |
| 87 '../gm/filltypespersp.cpp', | 89 '../gm/filltypespersp.cpp', |
| 88 '../gm/filterbitmap.cpp', | 90 '../gm/filterbitmap.cpp', |
| 89 '../gm/filterfastbounds.cpp', | 91 '../gm/filterfastbounds.cpp', |
| (...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 246 '../gm/shadertext2.cpp', | 248 '../gm/shadertext2.cpp', |
| 247 '../gm/shadertext3.cpp', | 249 '../gm/shadertext3.cpp', |
| 248 | 250 |
| 249 # TODO(reed): Allocates more memory than Android devices are capable of | 251 # TODO(reed): Allocates more memory than Android devices are capable of |
| 250 # fulfilling. See http://skbug.com/1978 | 252 # fulfilling. See http://skbug.com/1978 |
| 251 '../gm/verylargebitmap.cpp', | 253 '../gm/verylargebitmap.cpp', |
| 252 ], | 254 ], |
| 253 }], | 255 }], |
| 254 ], | 256 ], |
| 255 } | 257 } |
| OLD | NEW |