| 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 28 matching lines...) Expand all Loading... |
| 39 '../gm/bitmapscroll.cpp', | 39 '../gm/bitmapscroll.cpp', |
| 40 '../gm/bitmapshader.cpp', | 40 '../gm/bitmapshader.cpp', |
| 41 '../gm/bitmapsource.cpp', | 41 '../gm/bitmapsource.cpp', |
| 42 '../gm/bitmapsource2.cpp', | 42 '../gm/bitmapsource2.cpp', |
| 43 '../gm/bleed.cpp', | 43 '../gm/bleed.cpp', |
| 44 '../gm/blurcircles.cpp', | 44 '../gm/blurcircles.cpp', |
| 45 '../gm/blurs.cpp', | 45 '../gm/blurs.cpp', |
| 46 '../gm/blurquickreject.cpp', | 46 '../gm/blurquickreject.cpp', |
| 47 '../gm/blurrect.cpp', | 47 '../gm/blurrect.cpp', |
| 48 '../gm/blurroundrect.cpp', | 48 '../gm/blurroundrect.cpp', |
| 49 '../gm/bmpfilterqualityrepeat.cpp', |
| 49 '../gm/circles.cpp', | 50 '../gm/circles.cpp', |
| 50 '../gm/circularclips.cpp', | 51 '../gm/circularclips.cpp', |
| 51 '../gm/clipdrawdraw.cpp', | 52 '../gm/clipdrawdraw.cpp', |
| 52 '../gm/clip_strokerect.cpp', | 53 '../gm/clip_strokerect.cpp', |
| 53 '../gm/clippedbitmapshaders.cpp', | 54 '../gm/clippedbitmapshaders.cpp', |
| 54 '../gm/cgms.cpp', | 55 '../gm/cgms.cpp', |
| 55 '../gm/cgm.c', | 56 '../gm/cgm.c', |
| 56 '../gm/colorcube.cpp', | 57 '../gm/colorcube.cpp', |
| 57 '../gm/coloremoji.cpp', | 58 '../gm/coloremoji.cpp', |
| 58 '../gm/colorfilterimagefilter.cpp', | 59 '../gm/colorfilterimagefilter.cpp', |
| (...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 269 '../gm/shadertext2.cpp', | 270 '../gm/shadertext2.cpp', |
| 270 '../gm/shadertext3.cpp', | 271 '../gm/shadertext3.cpp', |
| 271 | 272 |
| 272 # TODO(reed): Allocates more memory than Android devices are capable of | 273 # TODO(reed): Allocates more memory than Android devices are capable of |
| 273 # fulfilling. See http://skbug.com/1978 | 274 # fulfilling. See http://skbug.com/1978 |
| 274 '../gm/verylargebitmap.cpp', | 275 '../gm/verylargebitmap.cpp', |
| 275 ], | 276 ], |
| 276 }], | 277 }], |
| 277 ], | 278 ], |
| 278 } | 279 } |
| OLD | NEW |