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 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
69 '../gm/dropshadowimagefilter.cpp', | 69 '../gm/dropshadowimagefilter.cpp', |
70 '../gm/drrect.cpp', | 70 '../gm/drrect.cpp', |
71 '../gm/etc1bitmap.cpp', | 71 '../gm/etc1bitmap.cpp', |
72 '../gm/extractbitmap.cpp', | 72 '../gm/extractbitmap.cpp', |
73 '../gm/emptypath.cpp', | 73 '../gm/emptypath.cpp', |
74 '../gm/fatpathfill.cpp', | 74 '../gm/fatpathfill.cpp', |
75 '../gm/factory.cpp', | 75 '../gm/factory.cpp', |
76 '../gm/filltypes.cpp', | 76 '../gm/filltypes.cpp', |
77 '../gm/filltypespersp.cpp', | 77 '../gm/filltypespersp.cpp', |
78 '../gm/filterbitmap.cpp', | 78 '../gm/filterbitmap.cpp', |
| 79 '../gm/filterindiabox.cpp', |
79 '../gm/fontcache.cpp', | 80 '../gm/fontcache.cpp', |
80 '../gm/fontmgr.cpp', | 81 '../gm/fontmgr.cpp', |
81 '../gm/fontscaler.cpp', | 82 '../gm/fontscaler.cpp', |
82 '../gm/gammatext.cpp', | 83 '../gm/gammatext.cpp', |
83 '../gm/getpostextpath.cpp', | 84 '../gm/getpostextpath.cpp', |
84 '../gm/giantbitmap.cpp', | 85 '../gm/giantbitmap.cpp', |
85 '../gm/gradients.cpp', | 86 '../gm/gradients.cpp', |
86 '../gm/gradients_2pt_conical.cpp', | 87 '../gm/gradients_2pt_conical.cpp', |
87 '../gm/gradients_no_texture.cpp', | 88 '../gm/gradients_no_texture.cpp', |
88 '../gm/gradientDirtyLaundry.cpp', | 89 '../gm/gradientDirtyLaundry.cpp', |
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
224 # fulfilling. See http://skbug.com/1978 | 225 # fulfilling. See http://skbug.com/1978 |
225 '../gm/verylargebitmap.cpp', | 226 '../gm/verylargebitmap.cpp', |
226 ], | 227 ], |
227 | 228 |
228 'sources': [ | 229 'sources': [ |
229 '../gm/androidfallback.cpp', | 230 '../gm/androidfallback.cpp', |
230 ], | 231 ], |
231 }], | 232 }], |
232 ], | 233 ], |
233 } | 234 } |
OLD | NEW |