| 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/cgms.cpp', | 47 '../gm/cgms.cpp', |
| 48 '../gm/cgm.c', | 48 '../gm/cgm.c', |
| 49 '../gm/colorcube.cpp', | 49 '../gm/colorcube.cpp', |
| 50 '../gm/coloremoji.cpp', | 50 '../gm/coloremoji.cpp', |
| 51 '../gm/colorfilterimagefilter.cpp', | 51 '../gm/colorfilterimagefilter.cpp', |
| 52 '../gm/colorfilters.cpp', | 52 '../gm/colorfilters.cpp', |
| 53 '../gm/colormatrix.cpp', | 53 '../gm/colormatrix.cpp', |
| 54 '../gm/colortype.cpp', | 54 '../gm/colortype.cpp', |
| 55 '../gm/colortypexfermode.cpp', | 55 '../gm/colortypexfermode.cpp', |
| 56 '../gm/colorwheel.cpp', | 56 '../gm/colorwheel.cpp', |
| 57 '../gm/concavepaths.cpp', |
| 57 '../gm/complexclip.cpp', | 58 '../gm/complexclip.cpp', |
| 58 '../gm/complexclip2.cpp', | 59 '../gm/complexclip2.cpp', |
| 59 '../gm/complexclip3.cpp', | 60 '../gm/complexclip3.cpp', |
| 60 '../gm/composeshader.cpp', | 61 '../gm/composeshader.cpp', |
| 61 '../gm/conicpaths.cpp', | 62 '../gm/conicpaths.cpp', |
| 62 '../gm/convexpaths.cpp', | 63 '../gm/convexpaths.cpp', |
| 63 '../gm/convexpolyclip.cpp', | 64 '../gm/convexpolyclip.cpp', |
| 64 '../gm/convexpolyeffect.cpp', | 65 '../gm/convexpolyeffect.cpp', |
| 65 '../gm/copyTo4444.cpp', | 66 '../gm/copyTo4444.cpp', |
| 66 '../gm/cubicpaths.cpp', | 67 '../gm/cubicpaths.cpp', |
| (...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 254 '../gm/shadertext2.cpp', | 255 '../gm/shadertext2.cpp', |
| 255 '../gm/shadertext3.cpp', | 256 '../gm/shadertext3.cpp', |
| 256 | 257 |
| 257 # TODO(reed): Allocates more memory than Android devices are capable of | 258 # TODO(reed): Allocates more memory than Android devices are capable of |
| 258 # fulfilling. See http://skbug.com/1978 | 259 # fulfilling. See http://skbug.com/1978 |
| 259 '../gm/verylargebitmap.cpp', | 260 '../gm/verylargebitmap.cpp', |
| 260 ], | 261 ], |
| 261 }], | 262 }], |
| 262 ], | 263 ], |
| 263 } | 264 } |
| OLD | NEW |