blob: fb9278ca61dc66822bf77bf069b086c00f0af575 [file] [log] [blame]
DEPS = [
'cipd',
'isolate',
'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'),
}