You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
depot_tools/recipes/recipe_modules/gclient/__init__.py

19 lines
382 B
Python

DEPS = [
'git',
'gitiles',
'recipe_engine/buildbucket',
'recipe_engine/context',
'recipe_engine/file',
'recipe_engine/json',
'recipe_engine/path',
'recipe_engine/platform',
'recipe_engine/properties',
'recipe_engine/raw_io',
'recipe_engine/step',
'tryserver',
]
from .config import config_ctx as CONFIG_CTX
__all__ = ['CONFIG_CTX']