| 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 189 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 200 '../gm/strokes.cpp', | 200 '../gm/strokes.cpp', |
| 201 '../gm/stroketext.cpp', | 201 '../gm/stroketext.cpp', |
| 202 '../gm/surface.cpp', | 202 '../gm/surface.cpp', |
| 203 '../gm/tablecolorfilter.cpp', | 203 '../gm/tablecolorfilter.cpp', |
| 204 '../gm/texteffects.cpp', | 204 '../gm/texteffects.cpp', |
| 205 '../gm/testimagefilters.cpp', | 205 '../gm/testimagefilters.cpp', |
| 206 '../gm/texdata.cpp', | 206 '../gm/texdata.cpp', |
| 207 '../gm/variedtext.cpp', | 207 '../gm/variedtext.cpp', |
| 208 '../gm/tallstretchedbitmaps.cpp', | 208 '../gm/tallstretchedbitmaps.cpp', |
| 209 '../gm/textblob.cpp', | 209 '../gm/textblob.cpp', |
| 210 '../gm/textbloblooper.cpp', |
| 210 '../gm/textblobshader.cpp', | 211 '../gm/textblobshader.cpp', |
| 211 '../gm/texturedomaineffect.cpp', | 212 '../gm/texturedomaineffect.cpp', |
| 212 '../gm/thinrects.cpp', | 213 '../gm/thinrects.cpp', |
| 213 '../gm/thinstrokedrects.cpp', | 214 '../gm/thinstrokedrects.cpp', |
| 214 '../gm/tiledscaledbitmap.cpp', | 215 '../gm/tiledscaledbitmap.cpp', |
| 215 '../gm/tileimagefilter.cpp', | 216 '../gm/tileimagefilter.cpp', |
| 216 '../gm/tilemodes.cpp', | 217 '../gm/tilemodes.cpp', |
| 217 '../gm/tilemodes_scaled.cpp', | 218 '../gm/tilemodes_scaled.cpp', |
| 218 '../gm/tinybitmap.cpp', | 219 '../gm/tinybitmap.cpp', |
| 219 '../gm/transparency.cpp', | 220 '../gm/transparency.cpp', |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 264 '../gm/shadertext2.cpp', | 265 '../gm/shadertext2.cpp', |
| 265 '../gm/shadertext3.cpp', | 266 '../gm/shadertext3.cpp', |
| 266 | 267 |
| 267 # TODO(reed): Allocates more memory than Android devices are capable of | 268 # TODO(reed): Allocates more memory than Android devices are capable of |
| 268 # fulfilling. See http://skbug.com/1978 | 269 # fulfilling. See http://skbug.com/1978 |
| 269 '../gm/verylargebitmap.cpp', | 270 '../gm/verylargebitmap.cpp', |
| 270 ], | 271 ], |
| 271 }], | 272 }], |
| 272 ], | 273 ], |
| 273 } | 274 } |
| OLD | NEW |