blob: 3fe6e4d58625f9c016e13394099e8ebc97f21741 [file] [log] [blame]
DEPS = [
'cipd',
'recipe_engine/context',
'recipe_engine/json',
'recipe_engine/path',
'recipe_engine/raw_io',
'recipe_engine/step',
]
from recipe_engine.recipe_api import Property
PROPERTIES = {
'isolate_server': Property(default='https://isolateserver.appspot.com'),
}