| 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/complexclip3.cpp', | 57 '../gm/complexclip3.cpp', |
| 58 '../gm/composeshader.cpp', | 58 '../gm/composeshader.cpp', |
| 59 #'../gm/conicpaths.cpp', | 59 #'../gm/conicpaths.cpp', |
| 60 '../gm/convexpaths.cpp', | 60 '../gm/convexpaths.cpp', |
| 61 '../gm/convexpolyclip.cpp', | 61 '../gm/convexpolyclip.cpp', |
| 62 '../gm/convexpolyeffect.cpp', | 62 '../gm/convexpolyeffect.cpp', |
| 63 '../gm/copyTo4444.cpp', | 63 '../gm/copyTo4444.cpp', |
| 64 '../gm/cubicpaths.cpp', | 64 '../gm/cubicpaths.cpp', |
| 65 '../gm/cmykjpeg.cpp', | 65 '../gm/cmykjpeg.cpp', |
| 66 '../gm/degeneratesegments.cpp', | 66 '../gm/degeneratesegments.cpp', |
| 67 '../gm/dcshader.cpp', |
| 67 '../gm/discard.cpp', | 68 '../gm/discard.cpp', |
| 68 '../gm/dashcubics.cpp', | 69 '../gm/dashcubics.cpp', |
| 69 '../gm/dashing.cpp', | 70 '../gm/dashing.cpp', |
| 70 '../gm/distantclip.cpp', | 71 '../gm/distantclip.cpp', |
| 71 '../gm/dftext.cpp', | 72 '../gm/dftext.cpp', |
| 72 '../gm/displacement.cpp', | 73 '../gm/displacement.cpp', |
| 73 '../gm/downsamplebitmap.cpp', | 74 '../gm/downsamplebitmap.cpp', |
| 74 '../gm/drawbitmaprect.cpp', | 75 '../gm/drawbitmaprect.cpp', |
| 75 '../gm/drawlooper.cpp', | 76 '../gm/drawlooper.cpp', |
| 76 '../gm/dropshadowimagefilter.cpp', | 77 '../gm/dropshadowimagefilter.cpp', |
| (...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 243 '../gm/shadertext2.cpp', | 244 '../gm/shadertext2.cpp', |
| 244 '../gm/shadertext3.cpp', | 245 '../gm/shadertext3.cpp', |
| 245 | 246 |
| 246 # TODO(reed): Allocates more memory than Android devices are capable of | 247 # TODO(reed): Allocates more memory than Android devices are capable of |
| 247 # fulfilling. See http://skbug.com/1978 | 248 # fulfilling. See http://skbug.com/1978 |
| 248 '../gm/verylargebitmap.cpp', | 249 '../gm/verylargebitmap.cpp', |
| 249 ], | 250 ], |
| 250 }], | 251 }], |
| 251 ], | 252 ], |
| 252 } | 253 } |
| OLD | NEW |