blob: d73b8638d404ff805834e51e3d826708f882779d [file] [log] [blame]
# To check out the Skia buildbot code using this DEPS file, run:
# gclient config https://skia.googlesource.com/buildbot.git
# gclient sync
use_relative_paths = True
vars = {
"skia_git": "https://skia.googlesource.com",
}
deps = {
# Utilities shared between the Skia and Skia-Buildbot repositories.
"common":
Var("skia_git") + "/common.git@6683b15b039a31d5d86ce6c8af4dd56861d10ee4",
}
recursedeps = [
"common",
]