blob: 28755d7dbe2527188e0d165260603d03e810570e [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': '5ed9f8d92ce4c0a94f2f3f93c5682d75872ab59a',
# 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': 'e2b0041a285c08ecb34d4055e66650664aef92d2',
# 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': 'f4a7190d2a5be7df5a65c71fe24fbb1ffe0e619d',
# 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" ]