| 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 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 61 '../gm/dashcubics.cpp', | 61 '../gm/dashcubics.cpp', |
| 62 '../gm/dashing.cpp', | 62 '../gm/dashing.cpp', |
| 63 '../gm/deviceproperties.cpp', | 63 '../gm/deviceproperties.cpp', |
| 64 '../gm/distantclip.cpp', | 64 '../gm/distantclip.cpp', |
| 65 '../gm/displacement.cpp', | 65 '../gm/displacement.cpp', |
| 66 '../gm/downsamplebitmap.cpp', | 66 '../gm/downsamplebitmap.cpp', |
| 67 '../gm/drawbitmaprect.cpp', | 67 '../gm/drawbitmaprect.cpp', |
| 68 '../gm/drawlooper.cpp', | 68 '../gm/drawlooper.cpp', |
| 69 '../gm/dropshadowimagefilter.cpp', | 69 '../gm/dropshadowimagefilter.cpp', |
| 70 '../gm/drrect.cpp', | 70 '../gm/drrect.cpp', |
| 71 '../gm/etc1bitmap.cpp', |
| 71 '../gm/extractbitmap.cpp', | 72 '../gm/extractbitmap.cpp', |
| 72 '../gm/emptypath.cpp', | 73 '../gm/emptypath.cpp', |
| 73 '../gm/fatpathfill.cpp', | 74 '../gm/fatpathfill.cpp', |
| 74 '../gm/factory.cpp', | 75 '../gm/factory.cpp', |
| 75 '../gm/filltypes.cpp', | 76 '../gm/filltypes.cpp', |
| 76 '../gm/filltypespersp.cpp', | 77 '../gm/filltypespersp.cpp', |
| 77 '../gm/filterbitmap.cpp', | 78 '../gm/filterbitmap.cpp', |
| 78 '../gm/fontcache.cpp', | 79 '../gm/fontcache.cpp', |
| 79 '../gm/fontmgr.cpp', | 80 '../gm/fontmgr.cpp', |
| 80 '../gm/fontscaler.cpp', | 81 '../gm/fontscaler.cpp', |
| (...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 223 # fulfilling. See http://skbug.com/1978 | 224 # fulfilling. See http://skbug.com/1978 |
| 224 '../gm/verylargebitmap.cpp', | 225 '../gm/verylargebitmap.cpp', |
| 225 ], | 226 ], |
| 226 | 227 |
| 227 'sources': [ | 228 'sources': [ |
| 228 '../gm/androidfallback.cpp', | 229 '../gm/androidfallback.cpp', |
| 229 ], | 230 ], |
| 230 }], | 231 }], |
| 231 ], | 232 ], |
| 232 } | 233 } |
| OLD | NEW |