OLD | NEW |
1 # Copyright 2015 Google Inc. | 1 # Copyright 2015 Google Inc. |
2 # | 2 # |
3 # Use of this source code is governed by a BSD-style license that can be | 3 # Use of this source code is governed by a BSD-style license that can be |
4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
5 # include this gypi to include all the golden master slides. | 5 # include this gypi to include all the golden master slides. |
6 { | 6 { |
7 'include_dirs': [ | 7 'include_dirs': [ |
8 '../gm', | 8 '../gm', |
9 # include dirs needed by particular GMs | 9 # include dirs needed by particular GMs |
10 '../src/utils/debugger', | 10 '../src/utils/debugger', |
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
86 '../gm/drawbitmaprect.cpp', | 86 '../gm/drawbitmaprect.cpp', |
87 '../gm/drawfilter.cpp', | 87 '../gm/drawfilter.cpp', |
88 '../gm/drawlooper.cpp', | 88 '../gm/drawlooper.cpp', |
89 '../gm/dropshadowimagefilter.cpp', | 89 '../gm/dropshadowimagefilter.cpp', |
90 '../gm/drrect.cpp', | 90 '../gm/drrect.cpp', |
91 '../gm/dstreadshuffle.cpp', | 91 '../gm/dstreadshuffle.cpp', |
92 '../gm/etc1bitmap.cpp', | 92 '../gm/etc1bitmap.cpp', |
93 '../gm/extractbitmap.cpp', | 93 '../gm/extractbitmap.cpp', |
94 '../gm/emboss.cpp', | 94 '../gm/emboss.cpp', |
95 '../gm/emptypath.cpp', | 95 '../gm/emptypath.cpp', |
| 96 '../gm/fadefilter.cpp', |
96 '../gm/fatpathfill.cpp', | 97 '../gm/fatpathfill.cpp', |
97 '../gm/factory.cpp', | 98 '../gm/factory.cpp', |
98 '../gm/filltypes.cpp', | 99 '../gm/filltypes.cpp', |
99 '../gm/filltypespersp.cpp', | 100 '../gm/filltypespersp.cpp', |
100 '../gm/filterbitmap.cpp', | 101 '../gm/filterbitmap.cpp', |
101 '../gm/filterfastbounds.cpp', | 102 '../gm/filterfastbounds.cpp', |
102 '../gm/filterindiabox.cpp', | 103 '../gm/filterindiabox.cpp', |
103 '../gm/fontcache.cpp', | 104 '../gm/fontcache.cpp', |
104 '../gm/fontmgr.cpp', | 105 '../gm/fontmgr.cpp', |
105 '../gm/fontscaler.cpp', | 106 '../gm/fontscaler.cpp', |
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
266 '../gm/shadertext2.cpp', | 267 '../gm/shadertext2.cpp', |
267 '../gm/shadertext3.cpp', | 268 '../gm/shadertext3.cpp', |
268 | 269 |
269 # TODO(reed): Allocates more memory than Android devices are capable of | 270 # TODO(reed): Allocates more memory than Android devices are capable of |
270 # fulfilling. See http://skbug.com/1978 | 271 # fulfilling. See http://skbug.com/1978 |
271 '../gm/verylargebitmap.cpp', | 272 '../gm/verylargebitmap.cpp', |
272 ], | 273 ], |
273 }], | 274 }], |
274 ], | 275 ], |
275 } | 276 } |
OLD | NEW |