| 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 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 58 '../gm/colormatrix.cpp', | 58 '../gm/colormatrix.cpp', |
| 59 '../gm/colortype.cpp', | 59 '../gm/colortype.cpp', |
| 60 '../gm/colortypexfermode.cpp', | 60 '../gm/colortypexfermode.cpp', |
| 61 '../gm/colorwheel.cpp', | 61 '../gm/colorwheel.cpp', |
| 62 '../gm/concavepaths.cpp', | 62 '../gm/concavepaths.cpp', |
| 63 '../gm/complexclip.cpp', | 63 '../gm/complexclip.cpp', |
| 64 '../gm/complexclip2.cpp', | 64 '../gm/complexclip2.cpp', |
| 65 '../gm/complexclip3.cpp', | 65 '../gm/complexclip3.cpp', |
| 66 '../gm/composeshader.cpp', | 66 '../gm/composeshader.cpp', |
| 67 '../gm/conicpaths.cpp', | 67 '../gm/conicpaths.cpp', |
| 68 '../gm/constcolorprocessor.cpp', | |
| 69 '../gm/convexpaths.cpp', | 68 '../gm/convexpaths.cpp', |
| 70 '../gm/convexpolyclip.cpp', | 69 '../gm/convexpolyclip.cpp', |
| 71 '../gm/convexpolyeffect.cpp', | 70 '../gm/convexpolyeffect.cpp', |
| 72 '../gm/copyTo4444.cpp', | 71 '../gm/copyTo4444.cpp', |
| 73 '../gm/cubicpaths.cpp', | 72 '../gm/cubicpaths.cpp', |
| 74 '../gm/cmykjpeg.cpp', | 73 '../gm/cmykjpeg.cpp', |
| 75 '../gm/dstreadshuffle.cpp', | 74 '../gm/dstreadshuffle.cpp', |
| 76 '../gm/degeneratesegments.cpp', | 75 '../gm/degeneratesegments.cpp', |
| 77 '../gm/dcshader.cpp', | 76 '../gm/dcshader.cpp', |
| 78 '../gm/discard.cpp', | 77 '../gm/discard.cpp', |
| (...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 263 '../gm/shadertext2.cpp', | 262 '../gm/shadertext2.cpp', |
| 264 '../gm/shadertext3.cpp', | 263 '../gm/shadertext3.cpp', |
| 265 | 264 |
| 266 # TODO(reed): Allocates more memory than Android devices are capable of | 265 # TODO(reed): Allocates more memory than Android devices are capable of |
| 267 # fulfilling. See http://skbug.com/1978 | 266 # fulfilling. See http://skbug.com/1978 |
| 268 '../gm/verylargebitmap.cpp', | 267 '../gm/verylargebitmap.cpp', |
| 269 ], | 268 ], |
| 270 }], | 269 }], |
| 271 ], | 270 ], |
| 272 } | 271 } |
| OLD | NEW |