blob: b63826018434c97899ff003ae0ff742da5ce54da [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': 'd471185687c94a4a57c3a9cebb68b546254b1eac',
# 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': 'f0d830a58e19be94c271c25c7bd8a57c34bbf51e',
# 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': '0758da2c60b06d8c69baecc8fd049e84821fd31c',
# 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" ]