| 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 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 54 '../gm/convexpaths.cpp', | 54 '../gm/convexpaths.cpp', |
| 55 '../gm/convexpolyclip.cpp', | 55 '../gm/convexpolyclip.cpp', |
| 56 '../gm/convexpolyeffect.cpp', | 56 '../gm/convexpolyeffect.cpp', |
| 57 '../gm/copyTo4444.cpp', | 57 '../gm/copyTo4444.cpp', |
| 58 '../gm/cubicpaths.cpp', | 58 '../gm/cubicpaths.cpp', |
| 59 '../gm/cmykjpeg.cpp', | 59 '../gm/cmykjpeg.cpp', |
| 60 '../gm/degeneratesegments.cpp', | 60 '../gm/degeneratesegments.cpp', |
| 61 '../gm/discard.cpp', | 61 '../gm/discard.cpp', |
| 62 '../gm/dashcubics.cpp', | 62 '../gm/dashcubics.cpp', |
| 63 '../gm/dashing.cpp', | 63 '../gm/dashing.cpp', |
| 64 '../gm/deviceproperties.cpp', | |
| 65 '../gm/distantclip.cpp', | 64 '../gm/distantclip.cpp', |
| 66 '../gm/dftext.cpp', | 65 '../gm/dftext.cpp', |
| 67 '../gm/displacement.cpp', | 66 '../gm/displacement.cpp', |
| 68 '../gm/downsamplebitmap.cpp', | 67 '../gm/downsamplebitmap.cpp', |
| 69 '../gm/drawbitmaprect.cpp', | 68 '../gm/drawbitmaprect.cpp', |
| 70 '../gm/drawlooper.cpp', | 69 '../gm/drawlooper.cpp', |
| 71 '../gm/dropshadowimagefilter.cpp', | 70 '../gm/dropshadowimagefilter.cpp', |
| 72 '../gm/drrect.cpp', | 71 '../gm/drrect.cpp', |
| 73 '../gm/etc1bitmap.cpp', | 72 '../gm/etc1bitmap.cpp', |
| 74 '../gm/extractbitmap.cpp', | 73 '../gm/extractbitmap.cpp', |
| (...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 234 '../gm/shadertext2.cpp', | 233 '../gm/shadertext2.cpp', |
| 235 '../gm/shadertext3.cpp', | 234 '../gm/shadertext3.cpp', |
| 236 | 235 |
| 237 # TODO(reed): Allocates more memory than Android devices are capable of | 236 # TODO(reed): Allocates more memory than Android devices are capable of |
| 238 # fulfilling. See http://skbug.com/1978 | 237 # fulfilling. See http://skbug.com/1978 |
| 239 '../gm/verylargebitmap.cpp', | 238 '../gm/verylargebitmap.cpp', |
| 240 ], | 239 ], |
| 241 }], | 240 }], |
| 242 ], | 241 ], |
| 243 } | 242 } |
| OLD | NEW |