blob: 4600a5343fecb4ba7e536867e45cbe48239e6deb [file] [log] [blame]
deps = {
'depot_tools':
'https://chromium.googlesource.com/chromium/tools/depot_tools.git',
}
hooks = [
{
"name": "remove_orphaned_pycs",
"pattern": ".",
"action": [
"python", "-u", "build/scripts/common/remove_orphaned_pycs.py",
],
},
{
"name": "vpython_sync",
"pattern": ".",
"action": [
"vpython",
"-vpython-spec", "build/.vpython",
"-vpython-tool", "install",
],
},
]