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 25 matching lines...) Expand all Loading... |
36 '../gm/bleed.cpp', | 36 '../gm/bleed.cpp', |
37 '../gm/blurcircles.cpp', | 37 '../gm/blurcircles.cpp', |
38 '../gm/blurs.cpp', | 38 '../gm/blurs.cpp', |
39 '../gm/blurquickreject.cpp', | 39 '../gm/blurquickreject.cpp', |
40 '../gm/blurrect.cpp', | 40 '../gm/blurrect.cpp', |
41 '../gm/blurroundrect.cpp', | 41 '../gm/blurroundrect.cpp', |
42 '../gm/circles.cpp', | 42 '../gm/circles.cpp', |
43 '../gm/circularclips.cpp', | 43 '../gm/circularclips.cpp', |
44 '../gm/clip_strokerect.cpp', | 44 '../gm/clip_strokerect.cpp', |
45 '../gm/clippedbitmapshaders.cpp', | 45 '../gm/clippedbitmapshaders.cpp', |
| 46 '../gm/cgms.cpp', |
| 47 '../gm/cgm.c', |
46 '../gm/colorcube.cpp', | 48 '../gm/colorcube.cpp', |
47 '../gm/coloremoji.cpp', | 49 '../gm/coloremoji.cpp', |
48 '../gm/colorfilterimagefilter.cpp', | 50 '../gm/colorfilterimagefilter.cpp', |
49 '../gm/colorfilters.cpp', | 51 '../gm/colorfilters.cpp', |
50 '../gm/colormatrix.cpp', | 52 '../gm/colormatrix.cpp', |
51 '../gm/colortype.cpp', | 53 '../gm/colortype.cpp', |
52 '../gm/colortypexfermode.cpp', | 54 '../gm/colortypexfermode.cpp', |
53 '../gm/colorwheel.cpp', | 55 '../gm/colorwheel.cpp', |
54 '../gm/complexclip.cpp', | 56 '../gm/complexclip.cpp', |
55 '../gm/complexclip2.cpp', | 57 '../gm/complexclip2.cpp', |
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
237 '../gm/shadertext2.cpp', | 239 '../gm/shadertext2.cpp', |
238 '../gm/shadertext3.cpp', | 240 '../gm/shadertext3.cpp', |
239 | 241 |
240 # TODO(reed): Allocates more memory than Android devices are capable of | 242 # TODO(reed): Allocates more memory than Android devices are capable of |
241 # fulfilling. See http://skbug.com/1978 | 243 # fulfilling. See http://skbug.com/1978 |
242 '../gm/verylargebitmap.cpp', | 244 '../gm/verylargebitmap.cpp', |
243 ], | 245 ], |
244 }], | 246 }], |
245 ], | 247 ], |
246 } | 248 } |
OLD | NEW |