| 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 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 47 '../gm/colorcube.cpp', | 47 '../gm/colorcube.cpp', |
| 48 '../gm/coloremoji.cpp', | 48 '../gm/coloremoji.cpp', |
| 49 '../gm/colorfilterimagefilter.cpp', | 49 '../gm/colorfilterimagefilter.cpp', |
| 50 '../gm/colorfilters.cpp', | 50 '../gm/colorfilters.cpp', |
| 51 '../gm/colormatrix.cpp', | 51 '../gm/colormatrix.cpp', |
| 52 '../gm/colortype.cpp', | 52 '../gm/colortype.cpp', |
| 53 '../gm/colortypexfermode.cpp', | 53 '../gm/colortypexfermode.cpp', |
| 54 '../gm/colorwheel.cpp', | 54 '../gm/colorwheel.cpp', |
| 55 '../gm/complexclip.cpp', | 55 '../gm/complexclip.cpp', |
| 56 '../gm/complexclip2.cpp', | 56 '../gm/complexclip2.cpp', |
| 57 '../gm/complexclip3.cpp', |
| 57 '../gm/composeshader.cpp', | 58 '../gm/composeshader.cpp', |
| 58 #'../gm/conicpaths.cpp', | 59 #'../gm/conicpaths.cpp', |
| 59 '../gm/convexpaths.cpp', | 60 '../gm/convexpaths.cpp', |
| 60 '../gm/convexpolyclip.cpp', | 61 '../gm/convexpolyclip.cpp', |
| 61 '../gm/convexpolyeffect.cpp', | 62 '../gm/convexpolyeffect.cpp', |
| 62 '../gm/copyTo4444.cpp', | 63 '../gm/copyTo4444.cpp', |
| 63 '../gm/cubicpaths.cpp', | 64 '../gm/cubicpaths.cpp', |
| 64 '../gm/cmykjpeg.cpp', | 65 '../gm/cmykjpeg.cpp', |
| 65 '../gm/degeneratesegments.cpp', | 66 '../gm/degeneratesegments.cpp', |
| 66 '../gm/discard.cpp', | 67 '../gm/discard.cpp', |
| (...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 242 '../gm/shadertext2.cpp', | 243 '../gm/shadertext2.cpp', |
| 243 '../gm/shadertext3.cpp', | 244 '../gm/shadertext3.cpp', |
| 244 | 245 |
| 245 # TODO(reed): Allocates more memory than Android devices are capable of | 246 # TODO(reed): Allocates more memory than Android devices are capable of |
| 246 # fulfilling. See http://skbug.com/1978 | 247 # fulfilling. See http://skbug.com/1978 |
| 247 '../gm/verylargebitmap.cpp', | 248 '../gm/verylargebitmap.cpp', |
| 248 ], | 249 ], |
| 249 }], | 250 }], |
| 250 ], | 251 ], |
| 251 } | 252 } |
| OLD | NEW |