| 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 20 matching lines...) Expand all Loading... |
| 31 '../gm/bigmatrix.cpp', | 31 '../gm/bigmatrix.cpp', |
| 32 '../gm/bigtext.cpp', | 32 '../gm/bigtext.cpp', |
| 33 '../gm/bitmapcopy.cpp', | 33 '../gm/bitmapcopy.cpp', |
| 34 '../gm/bitmapfilters.cpp', | 34 '../gm/bitmapfilters.cpp', |
| 35 '../gm/bitmappremul.cpp', | 35 '../gm/bitmappremul.cpp', |
| 36 '../gm/bitmaprect.cpp', | 36 '../gm/bitmaprect.cpp', |
| 37 '../gm/bitmaprecttest.cpp', | 37 '../gm/bitmaprecttest.cpp', |
| 38 '../gm/bitmapscroll.cpp', | 38 '../gm/bitmapscroll.cpp', |
| 39 '../gm/bitmapshader.cpp', | 39 '../gm/bitmapshader.cpp', |
| 40 '../gm/bitmapsource.cpp', | 40 '../gm/bitmapsource.cpp', |
| 41 '../gm/bitmapsource2.cpp', |
| 41 '../gm/bleed.cpp', | 42 '../gm/bleed.cpp', |
| 42 '../gm/blurcircles.cpp', | 43 '../gm/blurcircles.cpp', |
| 43 '../gm/blurs.cpp', | 44 '../gm/blurs.cpp', |
| 44 '../gm/blurquickreject.cpp', | 45 '../gm/blurquickreject.cpp', |
| 45 '../gm/blurrect.cpp', | 46 '../gm/blurrect.cpp', |
| 46 '../gm/blurroundrect.cpp', | 47 '../gm/blurroundrect.cpp', |
| 47 '../gm/circles.cpp', | 48 '../gm/circles.cpp', |
| 48 '../gm/circularclips.cpp', | 49 '../gm/circularclips.cpp', |
| 49 '../gm/clipdrawdraw.cpp', | 50 '../gm/clipdrawdraw.cpp', |
| 50 '../gm/clip_strokerect.cpp', | 51 '../gm/clip_strokerect.cpp', |
| (...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 262 '../gm/shadertext2.cpp', | 263 '../gm/shadertext2.cpp', |
| 263 '../gm/shadertext3.cpp', | 264 '../gm/shadertext3.cpp', |
| 264 | 265 |
| 265 # TODO(reed): Allocates more memory than Android devices are capable of | 266 # TODO(reed): Allocates more memory than Android devices are capable of |
| 266 # fulfilling. See http://skbug.com/1978 | 267 # fulfilling. See http://skbug.com/1978 |
| 267 '../gm/verylargebitmap.cpp', | 268 '../gm/verylargebitmap.cpp', |
| 268 ], | 269 ], |
| 269 }], | 270 }], |
| 270 ], | 271 ], |
| 271 } | 272 } |
| OLD | NEW |