blob: 15181f72e2ee659bcbeaef2b986bd234897158dc [file] [log] [blame]
DEPS = [
'isolated',
'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 = {
'swarming_server': Property(default='https://chromium-swarm.appspot.com'),
}