| vars = { |
| 'skia_git': 'https://skia.googlesource.com', |
| # Three lines of non-changing comments so that |
| # the commit queue can handle CLs rolling Lottie |
| # and whatever else without interference from each other. |
| 'lottie_revision': '0d658b34c40d4e81eafdccbf698815346454a899', |
| # Three lines of non-changing comments so that |
| # the commit queue can handle CLs rolling Skia |
| # and whatever else without interference from each other. |
| 'lottie_android_revision': '71c1622ae3c145e5afaf6bbdd0a2edd274f49864', |
| # Three lines of non-changing comments so that |
| # the commit queue can handle CLs rolling Skia |
| # and whatever else without interference from each other. |
| 'skia_revision': '999e3f113dbfd2c8a6fa69a26e1cc99d9395e9a6', |
| # Three lines of non-changing comments so that |
| # the commit queue can handle CLs rolling Skia |
| # and whatever else without interference from each other. |
| } |
| |
| deps = { |
| 'skia': Var('skia_git') + '/skia.git' + '@' + Var('skia_revision'), |
| 'lottie': Var('skia_git') + '/external/github.com/airbnb/lottie-web.git' + '@' + Var('lottie_revision'), |
| 'lottie-android': Var('skia_git') + '/external/github.com/airbnb/lottie-android.git' + '@' + Var('lottie_android_revision'), |
| } |
| |
| recursedeps = [ "skia" ] |