| OLD | NEW |
| 1 # include this gypi to include all the golden master slides. | 1 # include this gypi to include all the golden master slides. |
| 2 { | 2 { |
| 3 'include_dirs': [ | 3 'include_dirs': [ |
| 4 '../gm', | 4 '../gm', |
| 5 # include dirs needed by particular GMs | 5 # include dirs needed by particular GMs |
| 6 '../src/utils/debugger', | 6 '../src/utils/debugger', |
| 7 '../src/images', | 7 '../src/images', |
| 8 '../src/lazy', | 8 '../src/lazy', |
| 9 ], | 9 ], |
| 10 'conditions': [ | 10 'conditions': [ |
| (...skipping 22 matching lines...) Expand all Loading... |
| 33 '../gm/bitmapshader.cpp', | 33 '../gm/bitmapshader.cpp', |
| 34 '../gm/bitmapsource.cpp', | 34 '../gm/bitmapsource.cpp', |
| 35 '../gm/bleed.cpp', | 35 '../gm/bleed.cpp', |
| 36 '../gm/blurcircles.cpp', | 36 '../gm/blurcircles.cpp', |
| 37 '../gm/blurs.cpp', | 37 '../gm/blurs.cpp', |
| 38 '../gm/blurquickreject.cpp', | 38 '../gm/blurquickreject.cpp', |
| 39 '../gm/blurrect.cpp', | 39 '../gm/blurrect.cpp', |
| 40 '../gm/blurroundrect.cpp', | 40 '../gm/blurroundrect.cpp', |
| 41 '../gm/circles.cpp', | 41 '../gm/circles.cpp', |
| 42 '../gm/circularclips.cpp', | 42 '../gm/circularclips.cpp', |
| 43 '../gm/clipdrawdraw.cpp', |
| 43 '../gm/clip_strokerect.cpp', | 44 '../gm/clip_strokerect.cpp', |
| 44 '../gm/clippedbitmapshaders.cpp', | 45 '../gm/clippedbitmapshaders.cpp', |
| 45 '../gm/cgms.cpp', | 46 '../gm/cgms.cpp', |
| 46 '../gm/cgm.c', | 47 '../gm/cgm.c', |
| 47 '../gm/colorcube.cpp', | 48 '../gm/colorcube.cpp', |
| 48 '../gm/coloremoji.cpp', | 49 '../gm/coloremoji.cpp', |
| 49 '../gm/colorfilterimagefilter.cpp', | 50 '../gm/colorfilterimagefilter.cpp', |
| 50 '../gm/colorfilters.cpp', | 51 '../gm/colorfilters.cpp', |
| 51 '../gm/colormatrix.cpp', | 52 '../gm/colormatrix.cpp', |
| 52 '../gm/colortype.cpp', | 53 '../gm/colortype.cpp', |
| (...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 245 '../gm/shadertext2.cpp', | 246 '../gm/shadertext2.cpp', |
| 246 '../gm/shadertext3.cpp', | 247 '../gm/shadertext3.cpp', |
| 247 | 248 |
| 248 # TODO(reed): Allocates more memory than Android devices are capable of | 249 # TODO(reed): Allocates more memory than Android devices are capable of |
| 249 # fulfilling. See http://skbug.com/1978 | 250 # fulfilling. See http://skbug.com/1978 |
| 250 '../gm/verylargebitmap.cpp', | 251 '../gm/verylargebitmap.cpp', |
| 251 ], | 252 ], |
| 252 }], | 253 }], |
| 253 ], | 254 ], |
| 254 } | 255 } |
| OLD | NEW |