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 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
64 '../gm/colortype.cpp', | 64 '../gm/colortype.cpp', |
65 '../gm/colortypexfermode.cpp', | 65 '../gm/colortypexfermode.cpp', |
66 '../gm/colorwheel.cpp', | 66 '../gm/colorwheel.cpp', |
67 '../gm/concavepaths.cpp', | 67 '../gm/concavepaths.cpp', |
68 '../gm/complexclip.cpp', | 68 '../gm/complexclip.cpp', |
69 '../gm/complexclip2.cpp', | 69 '../gm/complexclip2.cpp', |
70 '../gm/complexclip3.cpp', | 70 '../gm/complexclip3.cpp', |
71 '../gm/composeshader.cpp', | 71 '../gm/composeshader.cpp', |
72 '../gm/conicpaths.cpp', | 72 '../gm/conicpaths.cpp', |
73 '../gm/constcolorprocessor.cpp', | 73 '../gm/constcolorprocessor.cpp', |
| 74 '../gm/convex_all_line_paths.cpp', |
74 '../gm/convexpaths.cpp', | 75 '../gm/convexpaths.cpp', |
75 '../gm/convexpolyclip.cpp', | 76 '../gm/convexpolyclip.cpp', |
76 '../gm/convexpolyeffect.cpp', | 77 '../gm/convexpolyeffect.cpp', |
77 '../gm/copyTo4444.cpp', | 78 '../gm/copyTo4444.cpp', |
78 '../gm/cubicpaths.cpp', | 79 '../gm/cubicpaths.cpp', |
79 '../gm/cmykjpeg.cpp', | 80 '../gm/cmykjpeg.cpp', |
80 '../gm/dstreadshuffle.cpp', | 81 '../gm/dstreadshuffle.cpp', |
81 '../gm/degeneratesegments.cpp', | 82 '../gm/degeneratesegments.cpp', |
82 '../gm/dcshader.cpp', | 83 '../gm/dcshader.cpp', |
83 '../gm/discard.cpp', | 84 '../gm/discard.cpp', |
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
275 '../gm/shadertext2.cpp', | 276 '../gm/shadertext2.cpp', |
276 '../gm/shadertext3.cpp', | 277 '../gm/shadertext3.cpp', |
277 | 278 |
278 # TODO(reed): Allocates more memory than Android devices are capable of | 279 # TODO(reed): Allocates more memory than Android devices are capable of |
279 # fulfilling. See http://skbug.com/1978 | 280 # fulfilling. See http://skbug.com/1978 |
280 '../gm/verylargebitmap.cpp', | 281 '../gm/verylargebitmap.cpp', |
281 ], | 282 ], |
282 }], | 283 }], |
283 ], | 284 ], |
284 } | 285 } |
OLD | NEW |