| 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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 42 '../gm/circles.cpp', | 42 '../gm/circles.cpp', |
| 43 '../gm/circularclips.cpp', | 43 '../gm/circularclips.cpp', |
| 44 '../gm/clip_strokerect.cpp', | 44 '../gm/clip_strokerect.cpp', |
| 45 '../gm/clippedbitmapshaders.cpp', | 45 '../gm/clippedbitmapshaders.cpp', |
| 46 '../gm/colorcube.cpp', | 46 '../gm/colorcube.cpp', |
| 47 '../gm/coloremoji.cpp', | 47 '../gm/coloremoji.cpp', |
| 48 '../gm/colorfilterimagefilter.cpp', | 48 '../gm/colorfilterimagefilter.cpp', |
| 49 '../gm/colorfilters.cpp', | 49 '../gm/colorfilters.cpp', |
| 50 '../gm/colormatrix.cpp', | 50 '../gm/colormatrix.cpp', |
| 51 '../gm/colortype.cpp', | 51 '../gm/colortype.cpp', |
| 52 '../gm/colorwheel.cpp', |
| 52 '../gm/complexclip.cpp', | 53 '../gm/complexclip.cpp', |
| 53 '../gm/complexclip2.cpp', | 54 '../gm/complexclip2.cpp', |
| 54 '../gm/composeshader.cpp', | 55 '../gm/composeshader.cpp', |
| 55 #'../gm/conicpaths.cpp', | 56 #'../gm/conicpaths.cpp', |
| 56 '../gm/convexpaths.cpp', | 57 '../gm/convexpaths.cpp', |
| 57 '../gm/convexpolyclip.cpp', | 58 '../gm/convexpolyclip.cpp', |
| 58 '../gm/convexpolyeffect.cpp', | 59 '../gm/convexpolyeffect.cpp', |
| 59 '../gm/copyTo4444.cpp', | 60 '../gm/copyTo4444.cpp', |
| 60 '../gm/cubicpaths.cpp', | 61 '../gm/cubicpaths.cpp', |
| 61 '../gm/cmykjpeg.cpp', | 62 '../gm/cmykjpeg.cpp', |
| (...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 234 '../gm/shadertext2.cpp', | 235 '../gm/shadertext2.cpp', |
| 235 '../gm/shadertext3.cpp', | 236 '../gm/shadertext3.cpp', |
| 236 | 237 |
| 237 # TODO(reed): Allocates more memory than Android devices are capable of | 238 # TODO(reed): Allocates more memory than Android devices are capable of |
| 238 # fulfilling. See http://skbug.com/1978 | 239 # fulfilling. See http://skbug.com/1978 |
| 239 '../gm/verylargebitmap.cpp', | 240 '../gm/verylargebitmap.cpp', |
| 240 ], | 241 ], |
| 241 }], | 242 }], |
| 242 ], | 243 ], |
| 243 } | 244 } |
| OLD | NEW |