| 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': '7a6b9045c8fe8070504891899d1e3ad5c19968b4', |
| # 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': 'd57e718bb85bd535c6934789b4881ec93c166ebc', |
| # 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': 'c1e452c677ea5e1fb2fcf94efc83eb01283f7857', |
| # 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" ] |