blob: 5387bdb84a3b992a0d71e315231efb2a4cac1034 [file] [log] [blame]
DEPS = [
'recipe_engine/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'),
}