| 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 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 70 '../gm/degeneratesegments.cpp', | 70 '../gm/degeneratesegments.cpp', |
| 71 '../gm/dcshader.cpp', | 71 '../gm/dcshader.cpp', |
| 72 '../gm/discard.cpp', | 72 '../gm/discard.cpp', |
| 73 '../gm/dashcubics.cpp', | 73 '../gm/dashcubics.cpp', |
| 74 '../gm/dashing.cpp', | 74 '../gm/dashing.cpp', |
| 75 '../gm/distantclip.cpp', | 75 '../gm/distantclip.cpp', |
| 76 '../gm/dftext.cpp', | 76 '../gm/dftext.cpp', |
| 77 '../gm/displacement.cpp', | 77 '../gm/displacement.cpp', |
| 78 '../gm/downsamplebitmap.cpp', | 78 '../gm/downsamplebitmap.cpp', |
| 79 '../gm/drawbitmaprect.cpp', | 79 '../gm/drawbitmaprect.cpp', |
| 80 '../gm/drawfilter.cpp', |
| 80 '../gm/drawlooper.cpp', | 81 '../gm/drawlooper.cpp', |
| 81 '../gm/dropshadowimagefilter.cpp', | 82 '../gm/dropshadowimagefilter.cpp', |
| 82 '../gm/drrect.cpp', | 83 '../gm/drrect.cpp', |
| 83 '../gm/dstreadshuffle.cpp', | 84 '../gm/dstreadshuffle.cpp', |
| 84 '../gm/etc1bitmap.cpp', | 85 '../gm/etc1bitmap.cpp', |
| 85 '../gm/extractbitmap.cpp', | 86 '../gm/extractbitmap.cpp', |
| 86 '../gm/emboss.cpp', | 87 '../gm/emboss.cpp', |
| 87 '../gm/emptypath.cpp', | 88 '../gm/emptypath.cpp', |
| 88 '../gm/fatpathfill.cpp', | 89 '../gm/fatpathfill.cpp', |
| 89 '../gm/factory.cpp', | 90 '../gm/factory.cpp', |
| (...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 255 '../gm/shadertext2.cpp', | 256 '../gm/shadertext2.cpp', |
| 256 '../gm/shadertext3.cpp', | 257 '../gm/shadertext3.cpp', |
| 257 | 258 |
| 258 # TODO(reed): Allocates more memory than Android devices are capable of | 259 # TODO(reed): Allocates more memory than Android devices are capable of |
| 259 # fulfilling. See http://skbug.com/1978 | 260 # fulfilling. See http://skbug.com/1978 |
| 260 '../gm/verylargebitmap.cpp', | 261 '../gm/verylargebitmap.cpp', |
| 261 ], | 262 ], |
| 262 }], | 263 }], |
| 263 ], | 264 ], |
| 264 } | 265 } |
| OLD | NEW |