| 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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 49 '../gm/complexclip2.cpp', | 49 '../gm/complexclip2.cpp', |
| 50 '../gm/composeshader.cpp', | 50 '../gm/composeshader.cpp', |
| 51 #'../gm/conicpaths.cpp', | 51 #'../gm/conicpaths.cpp', |
| 52 '../gm/convexpaths.cpp', | 52 '../gm/convexpaths.cpp', |
| 53 '../gm/convexpolyclip.cpp', | 53 '../gm/convexpolyclip.cpp', |
| 54 '../gm/convexpolyeffect.cpp', | 54 '../gm/convexpolyeffect.cpp', |
| 55 '../gm/copyTo4444.cpp', | 55 '../gm/copyTo4444.cpp', |
| 56 '../gm/cubicpaths.cpp', | 56 '../gm/cubicpaths.cpp', |
| 57 '../gm/cmykjpeg.cpp', | 57 '../gm/cmykjpeg.cpp', |
| 58 '../gm/degeneratesegments.cpp', | 58 '../gm/degeneratesegments.cpp', |
| 59 '../gm/discard.cpp', |
| 59 '../gm/dashcubics.cpp', | 60 '../gm/dashcubics.cpp', |
| 60 '../gm/dashing.cpp', | 61 '../gm/dashing.cpp', |
| 61 '../gm/deviceproperties.cpp', | 62 '../gm/deviceproperties.cpp', |
| 62 '../gm/distantclip.cpp', | 63 '../gm/distantclip.cpp', |
| 63 '../gm/displacement.cpp', | 64 '../gm/displacement.cpp', |
| 64 '../gm/downsamplebitmap.cpp', | 65 '../gm/downsamplebitmap.cpp', |
| 65 '../gm/drawbitmaprect.cpp', | 66 '../gm/drawbitmaprect.cpp', |
| 66 '../gm/drawlooper.cpp', | 67 '../gm/drawlooper.cpp', |
| 67 '../gm/dropshadowimagefilter.cpp', | 68 '../gm/dropshadowimagefilter.cpp', |
| 68 '../gm/drrect.cpp', | 69 '../gm/drrect.cpp', |
| (...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 221 # fulfilling. See http://skbug.com/1978 | 222 # fulfilling. See http://skbug.com/1978 |
| 222 '../gm/verylargebitmap.cpp', | 223 '../gm/verylargebitmap.cpp', |
| 223 ], | 224 ], |
| 224 | 225 |
| 225 'sources': [ | 226 'sources': [ |
| 226 '../gm/androidfallback.cpp', | 227 '../gm/androidfallback.cpp', |
| 227 ], | 228 ], |
| 228 }], | 229 }], |
| 229 ], | 230 ], |
| 230 } | 231 } |
| OLD | NEW |