blob: 9df23b6ca85186fda709ea9ebe1ea20092365c9e [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': 'c5a37b1d728689c956b9a657cd2dd32a424df8b4',
# 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" ]