| 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 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 102 '../gm/fatpathfill.cpp', | 102 '../gm/fatpathfill.cpp', |
| 103 '../gm/factory.cpp', | 103 '../gm/factory.cpp', |
| 104 '../gm/filltypes.cpp', | 104 '../gm/filltypes.cpp', |
| 105 '../gm/filltypespersp.cpp', | 105 '../gm/filltypespersp.cpp', |
| 106 '../gm/filterbitmap.cpp', | 106 '../gm/filterbitmap.cpp', |
| 107 '../gm/filterfastbounds.cpp', | 107 '../gm/filterfastbounds.cpp', |
| 108 '../gm/filterindiabox.cpp', | 108 '../gm/filterindiabox.cpp', |
| 109 '../gm/fontcache.cpp', | 109 '../gm/fontcache.cpp', |
| 110 '../gm/fontmgr.cpp', | 110 '../gm/fontmgr.cpp', |
| 111 '../gm/fontscaler.cpp', | 111 '../gm/fontscaler.cpp', |
| 112 '../gm/fontscalerdistortable.cpp', | |
| 113 '../gm/gammatext.cpp', | 112 '../gm/gammatext.cpp', |
| 114 '../gm/getpostextpath.cpp', | 113 '../gm/getpostextpath.cpp', |
| 115 '../gm/giantbitmap.cpp', | 114 '../gm/giantbitmap.cpp', |
| 116 '../gm/glyph_pos.cpp', | 115 '../gm/glyph_pos.cpp', |
| 117 '../gm/glyph_pos_align.cpp', | 116 '../gm/glyph_pos_align.cpp', |
| 118 '../gm/gradients.cpp', | 117 '../gm/gradients.cpp', |
| 119 '../gm/gradients_2pt_conical.cpp', | 118 '../gm/gradients_2pt_conical.cpp', |
| 120 '../gm/gradients_no_texture.cpp', | 119 '../gm/gradients_no_texture.cpp', |
| 121 '../gm/gradientDirtyLaundry.cpp', | 120 '../gm/gradientDirtyLaundry.cpp', |
| 122 '../gm/gradient_matrix.cpp', | 121 '../gm/gradient_matrix.cpp', |
| (...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 278 '../gm/shadertext2.cpp', | 277 '../gm/shadertext2.cpp', |
| 279 '../gm/shadertext3.cpp', | 278 '../gm/shadertext3.cpp', |
| 280 | 279 |
| 281 # TODO(reed): Allocates more memory than Android devices are capable of | 280 # TODO(reed): Allocates more memory than Android devices are capable of |
| 282 # fulfilling. See http://skbug.com/1978 | 281 # fulfilling. See http://skbug.com/1978 |
| 283 '../gm/verylargebitmap.cpp', | 282 '../gm/verylargebitmap.cpp', |
| 284 ], | 283 ], |
| 285 }], | 284 }], |
| 286 ], | 285 ], |
| 287 } | 286 } |
| OLD | NEW |