blob: 8b322918eaa92b2952ae996f3a76cad162016e84 [file] [log] [blame]
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': '2960299333e15e2e1b2373bec2b1ea061a806243',
# 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': '8a115534e559b2baf9343ac7f0ef019b0b2e94e6',
# 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': '0f6bb8a62f83a6a87c11f854f1debcc791b09685',
# 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" ]