blob: 02de55590526df466fad1b47b1ee9513ff39d672 [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': '5559404ec9fd292d5447905993579a781a15fc64',
# 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': 'ea5cd72eb8c67db880ea82d18f64cdb0e5fb9a4e',
# 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': 'ff733b3f39098600fd5461dd71778e249cd7d78c',
# 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" ]